1/3/2013 6:12 PM | |
Posts: 510 Rating: (120) |
I don't know much about what you are trying to do other than you want to run different programs on alternating days. One approach is to create a block. In the block you would store the current day or date. Depending on which you stored, you would thencompare the current day or date to the current DTL in the 1200.When it was not equal, you could toggle a bit. If it was on, turn it off. If it was off, turn it on. You would also save the new Date or Day.You can use the bit and a conditional jump to execute the portion of the program you want. AttachmentD:\tmp\App Note -Time as an integer.pdf (407 Downloads) |
Last edited by: CS Moderator at: 1/3/2013 11:52 PMAttachment reattached |
|
1/3/2013 6:31 PM | |
Joined: 7/25/2011 Last visit: 9/10/2014 Posts: 4 Rating: (0) |
Both good ideas and starting points. Thanks for the help. |
Follow us on