NON A11

Module Description

The non a11 plugin is used for NON-A11 device.

Parameter Configuration

ParameterDescription
connection modeThe way the driver connects to the device, the default is client, which means that the neuron driver is used as the client
hostWhen neuron is used as a client, host means the ip of the remote device. When used as a server, it means the ip used by neuron locally, and 0.0.0.0 can be filled in by default
portWhen neuron is used as client, port means the tcp port of the remote device. When used as a server, it means the tcp port used by neuron locally.
siteNON-A11 device site number.

Support Data Type

  • INT16
  • UINT16
  • INT32
  • UINT32
  • FLOAT
  • STRING

Usage of Address Format

Address Format

COMMAND ! OFFSET[.LEN]

Address Examples

AddressData TypeDescription
1!10.20stringcommand 1, offset 10, string length 20
12!1uint16/int16command 12, offset 1
20!32uint32/int32/floatcommand 20, offset 32