HTTP server functions/web pages
104 FP Web-Server V2.810 EN
Individual HTML commands can be entered (exactly as described above)
into the HTML code of the page and then adjusted respectively. Some
HTML editors provide additional help and automatic generation for creating
submit fields. The commands have the following significance:
Enter precisely like this. CGI function of the FP Web-Server.
Enter precisely like this. Method of the CGI call.
Enter precisely like this. Display the result in a separate
window.
ONSUBMIT="opensubw
in(200,100)"
Enter precisely like this. Java Script call and window size.
Variable text will be displayed as seen.
Specification of the memory address in the PLC and
interpretation of the input format.
Width of the input window in number of characters.
Initial value of the input field. Pre-allocation of the Edit field.
Only for the definition of buttons in case A):
Enter precisely like this. Function of the [SUBMIT] buttons.
Enter precisely like this. Name of the [SUBMIT] button.
Variable labeling of the [SUBMIT] buttons.
Only for the definition of buttons in case C):
Enter precisely like this, if the value to send is hidden.
Specification of the memory address in the PLC. The
interpretation of the input format is unused for hidden send
values.
Besides 16-bit register addresses, R and Y are also allowed.
For BOOL values, the interpretation of the input format must
be entered precisely like this example.
Value to send. Send BOOL commands as the values 0 (FALSE)
or 1 (TRUE).
12.1.12.1 Examples on PLC data entries via HTML page
Decimal numbers
DDT202=1234567 (12D687hex)
DDT202=123.4 (42F6CCCD hex)