Hi Metrofire,
You can copy paste one of SHTML script in the manual, do not make any changes.
Save it into www\custom directory.
<html>
<head>
<title>My Custom dataTaker Web Page</title>
</head>
<body>
<h1>My Custom dataTaker Web Page</h1>
<img src="custom1.jpg" align="right"/>
<h3>Job Name:</h3>
<!--#echo var = "JobName" -->
<h4>Schedule Name:</h4>
<!--#echo var = "SchName(A)" -->
<h4>Channel Variable (1CV):</h4>
<!--#echo var = "1CV" -->
</body>
</html>
Then create a job with schedule A and use 1CV for one of the parameter.
You will get the same response as shown in the manual except the picture custom1.jpg
Best regards,
Rudy Gunawan
Hi Metrofire,
You can copy paste one of SHTML script in the manual, do not make any changes.
Save it into www\custom directory.
<html>
<head>
<title>My Custom dataTaker Web Page</title>
</head>
<body>
<h1>My Custom dataTaker Web Page</h1>
<img src="custom1.jpg" align="right"/>
<h3>Job Name:</h3>
<!--#echo var = "JobName" -->
<h4>Schedule Name:</h4>
<!--#echo var = "SchName(A)" -->
<h4>Channel Variable (1CV):</h4>
<!--#echo var = "1CV" -->
</body>
</html>
Then create a job with schedule A and use 1CV for one of the parameter.
You will get the same response as shown in the manual except the picture custom1.jpg
Best regards,
Rudy Gunawan