Iamjonscranium
Electrical
- May 15, 2006
- 28
i am running an SST profibus scanner with a ControlLogix PLC. I have so many questions that i dont think i could discuss them all here, so i'll just ask 1 for now.
my i/o, automatically setup by the scanner, looks like this
Local1:c
Local1:i
Local1
Local1:s
i changed the i/o from reading/writing Ints to reading/writing Dints (data[1] as int is now data[0], bits 16-32 as dint). do i also need to change the status also?
the PB scanner setup looks like this in rslogix 5000:
assembly
instance
input 1 125
ouput 2 124
config 3 0
statusin 5 125
statusout 6
my i/o, automatically setup by the scanner, looks like this
Local1:c
Local1:i
Local1
Local1:s
i changed the i/o from reading/writing Ints to reading/writing Dints (data[1] as int is now data[0], bits 16-32 as dint). do i also need to change the status also?
the PB scanner setup looks like this in rslogix 5000:
assembly
instance
input 1 125
ouput 2 124
config 3 0
statusin 5 125
statusout 6