Html Code Of The User Page "Remote Wind Turbine Monitor - Siemens SIMATIC S7-1500 Function Manual

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

Advertisement

3.8.4.6

HTML code of the user page "Remote Wind Turbine Monitor"

The complete HTML code of the example user page "Remote Wind Turbine Monitor" as well
as the used Cascading Style Sheet (CSS) is listed below.
Wind_turbine.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"><!--
This test program simulates a website for monitoring and operating a
wind turbine.
Required PLC tags and data block tags in STEP 7:
PLC tag:
User_ID: Int
Data blocks:
Data_block_1
Tags in Data_Block_1:
Location: StringTurbineNumber: IntWindSpeed: RealWindDirection:
RealTemperature: RealPowerOutput: RealManualOverrideEnable:
BoolTurbineSpeed: RealYawOverride: BoolYaw: RealPitchOverride:
BoolPitch: RealBraking: Real
The user-defined website shows the current values for the PLC data
and offers a drop-down list to specify the three Boolean values with
the assigned enumeration type. The selected Boolean values as well
as the data text boxes for speed, orientation and angle of attack of
the turbine are uploaded with the "Send" button. The brake value can
be specified without the "Send" button.
No actual STEP 7 program is required for using this page. The STEP 7
program would theoretically only respond to the values for speed,
orientation and angle of attack of the turbine, if the assigned
Boolean values were specified. The only requirement for STEP 7 is
that the WWW instruction is called with the DB number of the
generated data blocks for this page.
-->
<!-- AWP_In_Variable Name='"Data_block_1"' -->
<!-- AWP_In_Variable Name='"Data_block_1".ManualOverrideEnable' -->
<!-- AWP_In_Variable Name='"Data_block_1".PitchOverride' -->
<!-- AWP_In_Variable Name='"Data_block_1".YawOverride' -->
<!-- AWP_In_Variable Name="SERVER:current_user_id" Use="User_ID"-->
<!-- AWP_Enum_Def Name="OverrideStatus" Values='0:"Off",1:"On"' -->
<!-- AWP_Enum_Ref Name='"Data_block_1".ManualOverrideEnable'
Enum="OverrideStatus" --><!-- AWP_Enum_Ref
Name='"Data_block_1".PitchOverride' Enum="OverrideStatus" --><!--
AWP_Enum_Ref Name='"Data_block_1".YawOverride' Enum="OverrideStatus"
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
Web server
Function Manual, 01/2013, A5E03484625-01
<link rel="stylesheet" href="Wind_turbine.css" type="text/css">
<title>Remote monitoring of wind turbines
</title>
Websites
3.8 User pages
63

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents