Honeywell X Series User Manual page 289

Hide thumbs Also See for X Series:
Table of Contents

Advertisement

Note in this script above there is no way to reset the timer, this could be modified to allow
the user to reset this timer from a switch fed into a digital input as follows:
if(D1!=1)
{
}
else
{
BLKV1=treset[1];
return tget[1];
}
43-TV-25-30 Iss.6 GLO Aug 07 UK
BLKV1=trun[1,0];
return tget[1];
}
else
{
BLKV1=tpause[1];
return tget[1];
}
if (GLBV1==1)
{
BLKV1=trun[1,0];
return tget[1];
}
else
{
BLKV1=tpause[1];
return tget[1];
}
If it is then keep the timer running without resetting
Return the current timer value
If not then
Pause the timer
Return the current (paused) timer value
Tests if the DI 1 is not set
If it isn't then
Tests if the global variable 1 is equal to channel 1
If it is then keep the timer running without resetting
Return the current timer value
If not then
Pause the timer
Return the current (paused) timer value
If it is
reset the timer 1 to zero
return the current (zeroed) timer value
283

Advertisement

Table of Contents
loading

This manual is also suitable for:

Multitrend sxMinitrend qxEztrend qxe

Table of Contents