08-08-2013 01:19 PM
what object would i create to have two addresses i.e. plant 1 auto Remote- ab1.n10:0_1 plant 1 stop Remote - ab1.b3_26 ???
08-08-2013 05:28 PM
Please be more specific, what is the function of each.
08-08-2013 05:32 PM
plant 1 auto
plc latter logic address ab1.n10:0_1
puts plant one into auto mode
plc latter logic address ab1.b3_26
puts pnant one into stop mode
08-08-2013 05:35 PM
Is there more than 2 states? Auto, Stop, Run, etc.
One method would be a switch: On=Auto, Off= Stop. Connect the address data members to the state of the switch.
ab1.n10:0_1 = switch1
ab1.b3_26 = !switch1