Siemens SIREC D200 Manual page 251

Display recorders
Hide thumbs Also See for SIREC D200:
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-35 GLO Iss.4 Dec 06 UK
A5E01001767-04
Full Maths & Script Processing
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
245

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sirec d300Sirec d400

Table of Contents