Here are lists of the properties available for each of the protocols.
| Property | Type | Range | Description |
|---|---|---|---|
| string | any | The NodeId as provided by the OPC UA server. | |
| string | unqualified point | The data point name in the DataHub to create for that NodeId. |
| Property | Type | Range | Description |
|---|---|---|---|
| string | any | The ItemID as provided by the OPC DA server. | |
| string | unqualified point | The data point name in the DataHub to create for that ItemID. |
| Property | Type | Range | Description |
|---|---|---|---|
| boolean | 0 or
1 | Set to 1 to indicate that this
bridge is disabled. | |
| string | qualified point | The fully qualified name of the source point. | |
| string | qualified point | The fully qualified name of the destination point. | |
| boolean | 0 or
1 | Set to 1 to bridge in the
forward direction. | |
| boolean | 0 or
1 | Set to 1 to force consistency
in the forward direction. | |
| boolean | 0 or
1 | Set to 1 to bridge in the
inverse direction. Cannot be 1 if ForceConsistency
is 1. | |
| boolean | 0 or
1 | Set to 1 for a direct copy
without transformation. | |
| boolean | 0 or
1 | Set to 1 for a linear
transformation. | |
| double | number | The multiplier for a linear transformation. | |
| double | number | The adder for a linear transformation. | |
| boolean | 0 or
1 | Set to 1 for a linear range
map transformation. | |
| double | number | The source minimum value for a linear range map transformation. | |
| double | number | The source maximum value for a linear range map transformation. | |
| double | number | The destination minimum value for a linear range map transformation. | |
| double | number | The destination maximum value for a linear range map transformation. | |
| boolean | 0 or
1 | Set to 1 to clamp the
destination value at the minimum for a linear range
map transformation. | |
| boolean | 0 or
1 | Set to 1 to clamp the
destination value at the maximum for a linear range
map transformation. |
| Property | Type | Range | Description |
|---|---|---|---|
| string | qualified point | The fully qualified point name to push to the MQTT server. |
| Property | Type | Range | Description |
|---|---|---|---|
| string | point, range | Either point or range indicating whether this entry is for a single point or a range of points. | |
| string | unqualified point | An unqualified point name or point expression. | |
| string | MB_AI,
MB_AO,
MB_DI,
MB_DO | The I/O block for this address. | |
| string | address expression | The numeric address of this item as an offset into the Block. | |
| string | type expression | Data type and flags (see pointType in ModbusSlaveAddPoint). | |
| boolean | 0 or
1 | 1 if the address is 1-based,
otherwise 0. | |
| boolean | 0 or
1 | 1 if bit numbers within a word
are 1-based, otherwise 0. | |
| boolean | 0 or
1 | 1 if the DataHub can write to this
address, otherwise 0
| |
| double | any | An absolute deadband applied to the transformed value. Changes below this deadband are ignored. | |
| string | Direct, Linear, Range | The type of transformation to apply. | |
| double | number | The multiplier for a linear transformation. | |
| double | number | The adder for a linear transformation. | |
| double | number | The Modbus minimum value for a linear range map transformation. | |
| double | number | The Modbus maximum value for a linear range map transformation. | |
| double | number | The point minimum value for a linear range map transformation. | |
| double | number | The point maximum value for a linear range map transformation. | |
| boolean | 0 or
1 | Set to 1 to clamp the Modbus
value at the minimum for a linear range map
transformation. | |
| boolean | 0 or
1 | Set to 1 to clamp the Modbus
value at the maximum for a linear range map
transformation. | |
| boolean | 0 or
1 | Set to 1 if the point type
should be different from the Modbus type (e.g.,
convert Modbus integer to double point). | |
| string | type expression | A data type without flags (e.g.,
I2 or
R8). | |
| integer | > 0 | The number of items when Point or
Range is set to
range. | |
| integer | >= 0 | The starting item number when Point or
Range is set to
range. |
| Property | Type | Range | Description |
|---|---|---|---|
| string | qualified point | The fully qualified name of a point. |
| Property | Type | Range | Description |
|---|---|---|---|
| string | qualified point | The fully qualified name of a point. |