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