Is it possible to do an IF test on Outpins ?

craigcurtin

Senior Member
Guys,

I want to check on the state of the one of the Outpins (40x1). Is it possible to do something like

if outpin7 = 1 Goto etc etc

or do i have to assign it to a temporary variable first and then test that ?

Craig
 

hippy

Technical Support
Staff member
The easiest thing to do is compile the code. If it compiles without error then it's fair to say it should work.
 
Top