User`s guide

Table Of Contents
Network Functions in the Operator Panel
Mitsubishi Electric, MA00759F 273
The HTML Directory
The data files handled by the web server are stored here. Subdirectories can be
created. The start file (the HTML page shown as the first web page in the web brows-
er) must always be called index.html.
By default, the operator panel’s diagnostic page is set as index.html. If another start
page is required, replace the index.html file.
File Format
The file format depends on the type of file. A standardized file format such as HTML
etc. is used here.
The RECIPE Directory
The different recipes in recipe directories are shown as .skv files. It is possible to both
read and write files in this directory.
File Format
Each recipe value is stored on a line ending with [carriage return][linefeed].
The file contains the following information:
device;value;datatype;length
The file ends with END[carriage return][linefeed].
If the data type is array (AR), one value will be shown on each line. The first line will
be shown as above. The following lines will only contain:
;value
Data Types for Analog Signals
Type Explanation Type Explanation
empty Signed 16-bit LB BCD format 32-bit
+ Unsigned 16-bit SH Hexadecimal 16-bit
L Signed 32-bit LH Hexadecimal 32-bit
L+ Unsigned 32-bit RD Float
RB BCD format float AR Array of signed 16-bit
RF Float with exponent ST String of characters
SB BCD format 16-bit BI Bit 0 or 1