Panasonic FP User Manual

Page of 194
Http Server Functions/ Web Pages 
 
FP Web-Server V2.11 
78 
Display on the HTML editor (Netscape Composer): 
 
Display on the browser (Netscape Browser): 
 
The setup of the field for PLC data display always has the format {TTxxxy_aa_bb} with the 
following parameters: 
TT 
PLC Data Type. Implemented PLC data identifiers: 
DT, FL, LD, R, X, Y 
xxxy 
Address of the PLC Data, e.g. DT200 or Y7.  
The address range supported by the FP Web-Server is 0 ... 32765. 
For internal relays, the last position of the address is a hexadecimal number from 0...F, e.g. R2F
 
aa 
Numbers: Number of characters reserved in HTML. The rest will be cut off. 
Internal Relays: Text that should be displayed at internal relay state 0, e.g. 
OFF.
 
bb 
Numbers: Number format, i.e. type of the display. See below. 
Internal Relays: Text that should be displayed at internal relay state 1, e.g. 
ON
The data type and address part TTxxxy can be replaced by the corresponding variable name 
(see page 82) from the FPWIN Pro project, e.g. {'VarName'_aa_bb} or {'name'_5_i}
There is no space allowed between the curly bracket and the first character. For example {  
DT3_4_u}
 or {  'name'_5_i} is not allowed. It will be interpreted as a Java Script (see page 95) 
command and copied unchanged into the final HTML file. 
The setup of the format specification bb for numbers is [flags][width][.precision][l]type  
 
Only the specification 'type' is obligatory. The other inputs are optional. In the following list the 
corresponding FPWIN Pro types are listed in brackets: