Supported Devices Symbol and Terms

The meanings of the symbols used in the "Supported Devices" section are described below.

Symbol Description
Set up the address as Octal.
The word address bottom column bit can only be set to 0.
The word address can only be set to multiples of 16.
The word address can only be set to multiples of 16 + 1.
The word address can only be set to even numbers.
Word address can only be set to multiples of 8.
Bit setup possible. After the word address, set the bit position, from 0 to 15.
Bit setup possible. After the word address, set the bit position, from 0 to F.
Bit setup possible. After the word address, set the bit position, from 0 to 7.
Bit setup possible. After the word address, set the bit position, from 0 to 31.
When using 2 words (32 bit data), the relationship between the top and bottom data is:
When using 2 words (32 bit data), the relationship between the top and bottom data is:

 

The device ranges listed in the "Supported Devices" section are the maximum setup ranges. The ranges may be smaller than illustrated, depending on your PLC type. For further details, refer to the corresponding Device/PLC manual.

Supported Data Type and Address Ranges

BLUE supports the following data types.

Bit size Character String Signed Unsigned Float String Date and Time
1-bit BOOL - - - - -
8-bit BYTE SINT USINT - STRING -
16-bit WORD INT UINT - WSTRING -
32-bit DWORD DINT UDINT REAL - TIME TIME_OF_DAY (TOD) DATE DATE_AND_TIME (DT)
64-bit LWORD LINT ULINT LREAL - -

The usable device address range depends on the bit size. For the address range, see the corresponding Device/PLC Manual.

When the External device is an 8-bit device:

1-bit: Corresponds to the Bit Address range

8-bit: Corresponds to the Word Address range plus 1

16-bit: Corresponds to the Word Address range

32-bit: Corresponds to the Word Address range minus 2

64-bit: Corresponds to the Word Address range minus 6

When the External device is a 16-bit device:

1-bit: Corresponds to the Bit Address range

8-bit: Corresponds to the Word Address range

16-bit: Corresponds to the Word Address range

32-bit: Corresponds to the Word Address range minus 1

64-bit: Corresponds to the Word Address range minus 3

When the External device is a 32-bit device:

1-bit: Corresponds to the Bit Address range

8-bit: Corresponds to the Word Address range

16-bit: Corresponds to the Word Address range

32-bit: Corresponds to the Word Address range

64-bit: Corresponds to the Word Address range minus 1