Beck FST WebDemo Festo

Back to index  Next  Previous

To display FST operands a special tag <FSTCI> can be used. The FST web server will replace this tag with the result of the CI command. This makes for very quick and easy inclusion of PLC data (inputs, outputs etc.) in your web pages. Some examples:

   
The value of inputword 0: <FSTCI dew0>
The value of inputword 1: <FSTCI dew1>
The value of outputword 0: <FSTCI daw0>
The value of outputword 1: <FSTCI daw1>
The value of flagword 0: <FSTCI dmw0>
The value of flagword 1: <FSTCI dmw1>

Result:

    The value of inputword 0:
The value of inputword 1:
The value of outputword 0:
The value of outputword 1:
The value of flagword 0:
The value of flagword 1:

The syntax that must be used is the same as when using CI commands, see the FST manual for more details.

Please note that this will only work on FST controllers with the FST web server driver loaded. I.e. CPX-FEC, FC34-FST, FC440-FST, FC640-FST, FC660-FST, HC02-FST, HC16-FST and HC20-FST.