You need to start telling us those things at the beginning.
If you change all the Start/Stop/Flag variables to arrays, it should work with multiple programs.
.
You need to start telling us those things at the beginning.
If you change all the Start/Stop/Flag variables to arrays, it should work with multiple programs.
.
DT
Sure,
If Stop_H was an array of bytes ...
Stop_H VAR BYTE[3]
Then you could access each different programmed period like this
Stop_H(Period)
Same thing for the other variables too.
<br>
DT
Bookmarks