FPWEB Script
74
FP Web-Server V2.810 EN
Operations:
Assignment: :=
Arithmetic operator addition: +
Arithmetic operator subtraction: -
Arithmetic operator multiplication: *
Arithmetic operator division: /
Condition:
IF (
variable
) THEN
operation
END_IF;
The condition is set in round brackets. Supported conditions: <, >, =,
<>
The IF can operate conditionally on one or more operation lines until the
END_IF;
The IF will operate when the condition is not 0
Functions:
Internal fixed functions can be used. A function starts with the
characters FPWEB_ and a clear function name followed by parameters
in round brackets.
The parameters of the function are divided by commas.
The number of parameters are fixed as specified by each function.
Parameters in "" are static.
Numeric parameters can be dynamic when DT[ ] or R[ ] are used.
List of available functions
For further information on the functions, their calls, and results, please
refer to the online help under the keywords "FPWEB Script functions".
Содержание FP Web-Server
Страница 1: ...PROGRAMMABLE CONTROLLERS FP Web Server Hardware Configurator ...
Страница 111: ...HTTP server functions web pages 110 FP Web Server V2 810 EN TEST HTM In the HTML Editor Input fields in the HTML editor ...
Страница 112: ...HTTP server functions web pages FP Web Server V2 810 EN 111 ...
Страница 194: ......