modbusCore-ModbusClientEnumBitsProxyExt

 (build 3.5.26 or higher, or AX-3.6 and later) This is the proxy extension for either a ModbusClientEnumBitsPoint (Enum Bits Point) or ModbusClientEnumBitsWritable (Enum Bits Writable). It supports reading both Modbus holding register or input register values, and extracting bits specified by the “Beginning Bit” and “Number of Bits” properties. The combination of these bits is the point’s value, as a StatusEnum. The writable variant writes the point’s (ordinal, integer) value into the raw register bits at the specified “Beginning Bit” relative position. Like other Modbus proxy points, both point-level or device-level polling is supported.

For more details, see Types of Modbus client proxy points.