Proxy Ext (Client Numeric)

This is the proxy extension for either a ModbusClientNumericPoint (NumericPoint) or ModbusClientNumericWritable (NumericWritable). It contains information necessary to poll (read) an integer, long, float, or signed integer data value from a client ModbusDevice.

You access these properties by expanding ModbusAsynNetwork > ModbusAsyncDevice > Points in the Nav tree and double-clicking the ModbusClientNumericPoint or ModbusClientNumericWritable.

The ModbusClientNumericPoint or ModbusClientNumericWritable, has the following in addition to other Modbus client point Proxy Ext properties:

Property Value Description
Reg Type drop-down list Selects the type of register.
Data Type drop-down list Selects the location of the data in the slave device. Coils store on/off values. Registers store numeric values. Each coil or contact is 1 bit with an assigned address between 0000 and 270E. Each register is one word (16 bits, 2 bytes) as well as a data address between 0000 and 270E.