Industry Online Support
Technical Forum
6/2/2009 8:13 AM | |
Joined: 3/3/2008 Last visit: 10/5/2023 Posts: 333 Rating: (51) |
hi you can use the in a simple way as shown below N20 IF $A_IN[9]==1 GOTOF NN (reading of digital inputs in program ,db10.dbx123.0) N30 GOTOF TT: N40 NN: N50 YOUR PROGRAM N60 N70 ENDIF N80 TT:M17 or you can use synchronous actions as shown below , but you should have the option for the same. N2 IDS=1 EVERY $A_IN[1]==1 DO M70 Attachmentsynchronous action.pdf (180 Downloads) |
6/2/2009 2:01 PM | |
Joined: 1/29/2008 Last visit: 7/26/2022 Posts: 419 Rating: (19) |
Hi You can try this: ID=....(i.e.1) EVERY $A_IN10==TRUE GOTO..... Good luck Nit |
Follow us on