Config descriptions
Config thing-type:co7io-opcua:node-config
Name | Type | Label | Description |
---|---|---|---|
ns |
INTEGER |
Namespace |
Number which identify namespace. |
identifierType |
TEXT |
Identifier type |
Type of identifier (string, number, guid or binary). |
identifier |
TEXT |
Identifier |
Node identifier - value interpretation depends on identifier type. |
publishInterval |
INTEGER |
Publish interval |
Default publish interval for all subscriptions made for this node. By default, it is set to 0 to inherit value specified at connection level. |
Config thing-type:co7io-opcua:client
Name | Type | Label | Description |
---|---|---|---|
host |
TEXT |
Bind address |
IP or hostname used to launch server, if none given a primary network interface is being used. |
port |
INTEGER |
Server port |
Port number used to communicate with server. |
username |
TEXT |
Username |
Username used to identify client session. |
password |
TEXT |
Password |
Password used to authenticate client session. |
connectTimeout |
INTEGER |
Connection timeout |
|
requestTimeout |
INTEGER |
Request timeout |
|
publishInterval |
INTEGER |
Publish interval |
Default publish interval for all subscriptions made through this connection. |