Mizan Posted July 23, 2015 Share Posted July 23, 2015 I want to use the LED display to indicate of a sequence is on or not. The sequence is an indefinite (while(1)) loop so I want something to indicate to the user the sequence is running without having to check on the side. I am unsure as to what expression I would use on for the LED to check if the sequence is on. Thanks Link to comment Share on other sites More sharing options...
AzeoTech Posted July 23, 2015 Share Posted July 23, 2015 Its just: sequence.mySequence.running Replace "mySequence" with the name of the sequence. Link to comment Share on other sites More sharing options...
Mizan Posted July 27, 2015 Author Share Posted July 27, 2015 How would I get it to indicate if a digital input was high or low? Link to comment Share on other sites More sharing options...
AzeoTech Posted August 3, 2015 Share Posted August 3, 2015 myChannel[0] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.