ProSoft Technology 5201-104S-103M User Manual

Page 22

Advertising
background image

Web Server

Web Page Construction

Page 22 of 35

ProSoft Technology, Inc.

September 28, 2005

Lxxxx

= long value (32-bit integer value) 0 to 2^32 or -2^31 to 2^31-1. The value

of xxxx specifies the double word offset from the start of the module's database.
Therefore, L2 refers to words 4 and 5 of the module's database.

Fxxxx

= single-precision floating-point number (4-byte data storage value). The

value of xxxx specifies the double word offset from the start of the module's
database. Therefore, F2 refers to the floating-point value stored in words 4 and 5
of the module's database.

Dxxxx

= double-precision floating-point number (8-byte data storage value). The

value of xxxx specifies the 8-byte offset from the start of the module's database.
Therefore, D1 refers to the double-precision floating-point number stored in
words 4 to 7 in the module's database.

Xttttttt

= Sends a command (COLDBOOT, WARMBOOT and RESET). The

value of ttttttt contains one of the command strings that control the module.
Currently, the module only supports the commands coldboot, warmboot and
reset.

R

= Record write to label database file. This will add a complete record to

the end of the label database file. All data for the record must be provided.

E nnn

= Edit record in label database file. This will replace a record in the label

database file. The record number must be specified. All data for the record must
be provided.

T nnn cc

= Edit record field in label database file. This will replace a single field

in the specified record in the label database file. The record number and column
number must be specified.

Z nnn

= Delete record in label database file. This will delete the specified record

from the label database file and cause the records after the deleted record to be
shifted up. The record number must be specified.

Axxxx

= Write a text string to the module's database. The value of xxxx

specifies the word offset from the start of the module's database. Therefore, A1
refers to the second word in the database or database address 1.

The data-type character is not case sensitive. Therefore, the module recognizes
the 'B' and 'b' as representing a binary value database point. In the list shown
above, the xxxx characters should be replaced with the address in the module's
database to consider with the control. The ttttttt characters should be replaced
with the command text (i.e., COLDBOOT). The nnn characters should be
replaced with the label database record number and the cc characters should be
replaced with the label database record field number.

The TYPE attribute in the <INPUT> tag defines the control to be presented on
the form. The types accepted for interfacing to the database and the name
associated with the database types are shown below:

TEXT

- This control enters data into the database. It can be used with all the

database interface functions.

Advertising