Instructions
UM-0085-B09 DT80 Range User Manual Page 171
RG
#echo Directive
This directive inserts a specific piece of information into the HTML page.
SSI Directive
Description
<!--#echo var = "D" -->
Inserts the current date.
e.g.
2006/05/02
.
<!--#echo var = "T" -->
Inserts the current time.
e.g.
11:45:23
.
<!--#echo var = "dtmodel" -->
Inserts the model number of the logger.
e.g.
DT80
.
<!--#echo var = "nCV(FFd)" -->
Inserts the value of channel variable nCV. The (FFd) part is optional,
and specifies the number of decimal places to display (default is one
decimal place)
e.g. 23.4.
<!--#echo var = "nSV(FFd)" -->
Inserts the value of system variable nSV. The (FFd) part is optional,
and specifies the number of decimal places to display (default is no
decimal places)
e.g.
23200
<!--#echo var = "JobName" -->
Inserts the name of the current running job (or no current job if
none).
e.g. MYJOB.
<!--#echo var = "SchName(s)" -->
Inserts the schedule name associated with schedule s.
e.g.
SchWebA
.
<!--#echo var = "SchTrigger(s)" -->
Inserts the trigger string for schedule s.
e.g.
1S
.
<!--#echo var = "SchStatus(s)" -->
Inserts the run status (active/halted) for schedule s.
e.g.
active
.
<!--#echo var = "SchLogState(s)" -->
Inserts the logging state (enabled/disabled) for schedule s.
e.g.
disabled
.
<!--#echo var = "SchDataStoreSize(s)" -->
Inserts the number of the logged data records for schedule s.
e.g.
2001
.
<!--#echo var = "SchAlarmStoreSize(s)" -->
Inserts the number of the logged alarms for schedule s.
e.g.
2301
.
<!--#echo var = "SchDataStartTime(s)" -->
Inserts the timestamp of the earliest logged data record for schedule s.
e.g.
2006/05/02 14:15:12
.
<!--#echo var = "SchAlarmStartTime(s)" -->
Inserts the timestamp of the earliest logged alarm for schedule s.
e.g.
2006/05/02 15:15:12
.
<!--#echo var = "SchDataEndTime(s)" -->
Inserts the timestamp of the latest data record for schedule s.
e.g.
2006/05/02 11:15:12
.
<!--#echo var = "SchAlarmEndTime(s)" -->
Inserts the timestamp of the latest alarm for schedule s.
e.g.
2006/05/02 14:13:12
.
#channeltable Directive
This directive inserts a table of channel values.
SSI Directive
Description
<!--#channeltable schedule = "" -->
Inserts an HTML table containing a header row, plus a row for each defined
channel in the current job, excluding working channels and immediate
channels.
Each row contains the following columns:
• schedule identifier (A – K, X)
• channel name
• most recent value of the channel
• units string
• time at which most recent measurement was taken
<!--#channeltable schedule = "s" -->
As above, but only channels belonging to schedule s are included