Mizan Posted July 23, 2015 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
AzeoTech Posted July 23, 2015 Posted July 23, 2015 Its just: sequence.mySequence.running Replace "mySequence" with the name of the sequence.
Mizan Posted July 27, 2015 Author Posted July 27, 2015 How would I get it to indicate if a digital input was high or low?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.