Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - RikiTiki

Pages: [1]
1
Technical support / Multiple output for event schedule
« on: September 22, 2009, 01:31:04 PM »
The following event schedule works great for output1, however, I'm having difficulties finding a way to have a second output (OUT2) turn on simultaiously but only for 30 seconds.
IF TIME[1]=4 AND TIME[2]=0
     SETIO OUT1
ELSE
     IF TIME[1]=4 AND TIME[2]=30
     CLRIO OUT1
     ENDIF
ENDIF

Pages: [1]