Managing multiple events with a BS2
Stevezila
Posts: 35
Can anyone give me any ideas on how I can manage more than one event simultaniously without negatively effecting each other? I have a simple program that evaluates an input and turns on an output for a "pause " amount of time. How do I make more than one such programs than can do this same type of evaluation without creating a timming problem by "pausing" for the first one. Please, I need a little direction here.
Thanks
Thanks
Comments
You can manage several timed events this way. Because the statements making up the loop take some time to execute, you may have to decrease the size of the loop's PAUSE. It make take some experimenting to get things just right.