Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

IEEE 十进制单位

  • Last UpdatedApr 27, 2026
  • 1 minute read

Historian HMI 采用电气与电子工程师协会 (IEEE) 754 标准,将 32 位二进制值转换为十进制浮点数。

在 16 位可编程逻辑控制器 (PLC) 中,IEEE 754 标准的 32 位数字存储为两个 16 位字。对于低位与高位十六进制字,PLC 中的浮点寄存器通常采取顺序编号机制。目前这代 32 位个人计算机使用单个 32 位寄存器。寄存器的位编号机制与两个顺序的 16 位寄存器采用相同的格式。

要在 Historian 应用程序中使用浮点数,Historian 必须能够转换两个 16 位 PLC 寄存器中存储的值。Historian 始终将原始 PLC 寄存器值当作单独的整数,因此必须进行位转换。对于这两个寄存器整数,不能执行布尔 AND 运算,也不能将它们转换为实数。Historian 无法对双整数寄存器执行类型转换。