Siemens SIMATIC S7-1500 Function Manual page 187

Web server
Hide thumbs Also See for SIMATIC S7-1500:
Table of Contents

Advertisement

Web pages
3.20 API (Application Programming Interface)
index.html
<html>
<head>
</head>
<body>
first</span><br>
</button>
number">#</span> </h1>
onclick="updateTurbineSpeed()">Get current value</button><br>
onchange="turbSpeed(this)" autocomplete="off"><br>
autocomplete="off">
186
<meta charset="UTF-8">
<title>[example] Turbine controls</title>
<link rel="stylesheet" href="example_api.css" />
<script src="api.js"></script>
<span id="notice" style="display: inline-block">Please log in
<button id="btn-login" onclick="openModal()"> Login </button>
<button id="btn-logout" onclick="apiLogout()" hidden> Log out
<h1> Example controls for the turbine <span id="turbine-
Turbine speed: <input id="turb-speed" readonly > <button
Turbine speed (SP):
Turbine manual control:
<select onchange="turbineSpeedOverride(this)"
<option value=""></option>
<option value="false">NO</option>
<option value="true">YES</option>
</select>
<br>
<h2>Read/Write multiple values</h2>
<table id="tag-table-read" class="tag-table">
<tr>
<th align="left">Turbine safe operating values</th>
<th align="left">Safe Values</th>
<th align="left">Update with values</th>
</tr>
<tr>
<td>Turbine speed</td>
<td id="turb-speed-val"></td>
<td><input id="turb-speed-max-sp"></td>
</tr>
<tr>
<td>Turbine acceleration</td>
<td id="turb-accel-val"></td>
<td ><input id="turb-accel-max-sp"></td>
</tr>
<tr>
<td>Turbine jerk</td>
<td id="turb-jerk-val"></td>
<td><input id="turb-jerk-max-sp"></td>
</tr>
<input id="turb-speed-sp" value="Not set"
Function Manual, 11/2019, A5E03484625-AG
Web server

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Simatic et 200proSimatic et 200sp

Table of Contents