Write a Value

Write a value prompts for an address string, data type, and value, then attempts to write the value to the specified address in the currently selected device. You must know the data type for the point for the write to succeed.

For example, to write a value to Analog Output 1:

Address(region[record].attr): ao[1]

Data type?

1) Bit

2) Byte

3) Integer

4) Long

5) Float

5

Value:3.141593

Because Analog Outputs are floating point numbers, data type 5 (float) was picked from the Data Type list in the above example.

More information

Installation verification procedures.