HTTP server functions/web pages
FP Web-Server V2.810 EN
101
12.1.11
Inputs for controlling PLC internal flags on HTML pages
To control PLC internal flags via HTML pages, hyperlinks, as described
under calling parameters (see p. 84), are used. In the example projects,
you can find "links" for control in the DT200.HTM and MENT.HTM pages:
Alternatively, you can use HTML input fields and HTML buttons (see
"Defining input fields for PLC data on HTML pages" on p. 101) to control
PLC internal flags.
12.1.12
Defining input fields for PLC data on HTML pages
HTML [SUBMIT] fields are used to integrate PLC data input fields into an
HTML page. The same PLC data field definition as for the display field is
used, except for the curly brackets. Make sure that the definition is entered
in the "Name" field.
An example thereto can be found in
the online help in
the sample project
"Example - Web pages and e-mail" .