EasyManua.ls Logo

Toyopuc PC3 - Data Types and Addressing; Data Type Description

Default Icon
51 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Toyopuc PC3/PC2 Ethernet Driver
Data Type Description
Data Type Description
Boolean Single bit
Byte Unsigned 8-bit value
bit 0 is the low bit
bit 7 is the high bit
Word Unsigned 16-bit value
bit 0 is the low bit
bit 15 is the high bit
Short Signed 16-bit value
bit 0 is the low bit
bit 14 is the high bit
bit 15 is the sign bit
DWord Unsigned 32-bit value
bit 0 is the low bit
bit 31 is the high bit
Long Signed 32-bit value
bit 0 is the low bit
bit 30 is the high bit
bit 31 is the sign bit
BCD Two byte packed BCD
Value range is 0-9999. Behavior is undefined for values beyond this range.
LBCD Four byte packed BCD
Value range is 0-99999999. Behavior is undefined for values beyond this range.
www. kepware.com
19