Instructions
UM-0085-B09  DT80 Range User Manual  Page 172 
RG 
Sample HTML output generated by the #channeltable directive is as follows: 
 <table class="jdt" cellspacing="0"> 
   <colgroup> 
 <col class="sid"/> 
 <col class="sun"/> 
 <col class="chv"/> 
 <col class="dfu"/> 
 <col class="tsp"/> 
 </colgroup> 
   <thead> 
 <tr> 
   <th>Schedule</th> 
    <th>Name</th> 
    <th>Value</th> 
    <th>Units</th> 
    <th>Timestamp</th> 
   </tr> 
   </thead> 
   <tbody> 
   <tr> 
    <td>A</td> 
    <td>1V</td> 
    <td>1.234</td> 
    <td>mV</td> 
    <td>2006/04/07 12:12:11</td> 
   </tr> 
   <tr> 
    <td>A</td> 
    <td>Geyser Temp</td> 
    <td>122.8</td> 
    <td>degC</td> 
    <td>2006/04/07 12:12:11</td> 
   </tr> 
   <tr> 
    <td>C</td> 
    <td>Gravy Press</td> 
    <td>69.9</td> 
    <td>MPa</td> 
    <td>2006/04/05 12:42:01</td> 
   </tr> 
   </tbody> 
 </table> 
Note: the CSS (Cascading Style Sheet) class ids in the table and colgroup tags have been used to style the table. To change the style 
(colours, spacing, etc.), create another CSS file, reusing the same class ids. By default, the table will be displayed without any styles 
applied. 
#measure Directive 
This directive is used to perform a input channel measurement. This is executed in the Immediate schedule and the data 
gathered is not logged. 
SSI Directive
Description 
<!--#measure channel = "chan-def" --> 
Evaluates the specified DT80 channel definition, e.g. 2R(4W), as an 
immediate channel, waits for it to complete, then inserts the measured value
e.g.: 44.0 
#reading Directive 
This directive is used to return the most recent reading for the specified channel. The channel is assumed to have been 
already defined in a schedule in the current job. 
SSI Directive 
Description 
<!--#reading channel = "chan-name" --> 
Inserts the most recent reading for the specified existing DT80 channel, and 
the time at which the reading was taken. 
e.g. 2009/03/16 20:41:39.298 19.66 degC 










