您当前的位置:五五电子网电子知识plc技术PLC入门欧姆龙PLC 数据类型(英文版) 正文
欧姆龙PLC 数据类型(英文版)

欧姆龙PLC 数据类型(英文版)

点击数:7279 次   录入时间:03-04 11:41:11   整理:http://www.55dianzi.com   PLC入门

Note: when used as BCD number operands, the value is treated as a hexadecimal value (e.g. using a NUMBER E234Eis equivalent to typing E1234Eas the operand, so that the decimal interpretation is made of the value). The value of a NUMBER data type is assumed to be decimal, unless it is prefixed with '#' for a hexadecimal value.

 

REAL  Address of a double word floating point value (IEEE format - use the UDINT

type for the BCD, FDIV format).

 

LREAL  Address of a long word floating point value (IEEE format - use the

ULINT type for the BCD format).

 

UDINT  Address of an unsigned, double binary word.

 

UDINT_BCD  Address of an unsigned, double BCD word.

 

UINT  Address of an unsigned, single binary word.

 

UINT_BCD  Address of an unsigned, single BCD word

 

ULINT  Address of an unsigned, quad binary word.

 

ULINT_BCD  Address of an unsigned, quad BCD word.

 

上一页  [1] [2] [3]  下一页


本文关键字:欧姆龙  英文版  PLC入门plc技术 - PLC入门