Support Forums
Web Customizing

Can anyone help me with Web Customizing?
I had copied the example as shown in manual pg 175 but it didn't came out as programmed in the shtml.
I had followed all the steps and guides from manual but still have the problem.

Can anyone help me with Web Customizing? I had copied the example as shown in manual pg 175 but it didn't came out as programmed in the shtml. I had followed all the steps and guides from manual but still have the problem.

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. &lt;html&gt; &lt;head&gt; &lt;title&gt;My Custom dataTaker Web Page&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;My Custom dataTaker Web Page&lt;/h1&gt; &lt;img src=&quot;custom1.jpg&quot; align=&quot;right&quot;/&gt; &lt;h3&gt;Job Name:&lt;/h3&gt; &lt;!--#echo var = &quot;JobName&quot; --&gt; &lt;h4&gt;Schedule Name:&lt;/h4&gt; &lt;!--#echo var = &quot;SchName(A)&quot; --&gt; &lt;h4&gt;Channel Variable (1CV):&lt;/h4&gt; &lt;!--#echo var = &quot;1CV&quot; --&gt; &lt;/body&gt; &lt;/html&gt; 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
13
1
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft