Results 1 to 2 of 2
Thread: Circon Basic Time Delay
-
10-13-2007, 01:31 PM #1
Banned
- Join Date
- Jul 2005
- Posts
- 140
Circon Basic Time Delay
Can Someone Send Me Some Example Code For A Delay-on-break Time Delay. Thank You.
-
10-14-2007, 11:18 AM #2
Regular Guest
- Join Date
- Apr 2005
- Posts
- 104
if (uiInput = ST_OFF) then //Universal input cfg as SNVT_lev_disc.
tmrDelay = 30 //Delay on make set for 30 seconds
end if
if (tmrDelay = 0) then
uoOutput = ST_ON //Universal output cfg as SNVT_lev_disc.
end if
...wheeeee!!!


Reply With Quote