Siemens SIREC D200 Manual page 246

Display recorders
Hide thumbs Also See for SIREC D200:
Table of Contents

Advertisement

Functions for Scripts
(Scripting is not available on the SIREC D200).
Scripts evaluate at whatever the Analogue sample rate is set to.
There is 500 character limit for scripting
240
Full Maths & Script Processing
Functions for Scripts
Else
Elseif
First run
If
Set Changed
Time Changed
Table 14.7 :
Syntax
else
Steps into brackets to run. Must always finish
with a return.
else
{
return y;
}
elseif(x)
Carries out a conditional test and if true steps
into brackets to run. Must always finish with a
return.
elseif (x>4)
{
return y;
}
(FIRSTRUN)
Returns true if the script is being run for the
first time, otherwise returns false
if(x)
Carries out a conditional test and if true steps
into brackets to run. If false, steps to next test
without operating the contents of the brackets.
Next step will be either elseif or else.
Must always finish with a return.
If (x>5)
{
return y;
}
(SETUPCHAN
Returns true if the setup has been changed,
GED)
otherwise returns false
(TIMECHANG
Returns true if the time has been changed, oth-
ED)
erwise returns false
Description
43-TV-25-35 GLO Iss.4 Dec 06 UK
A5E01001767-04

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sirec d300Sirec d400

Table of Contents