OPC UA PubSub JSON mapping component: Difference between revisions
From OPC Labs Knowledge Base
(Created page with "(tbd)") |
No edit summary |
||
Line 1: | Line 1: | ||
(tbd) | [[Category:OPC UA PubSub]] | ||
(tbd!!!) | |||
= Installation = | |||
= Configuration = | |||
== EasyUASubscriber object == | |||
== OpcCmd tool == | |||
== UADemoPublisher tool == | |||
= Parameters = | |||
== Send message mapping == | |||
The table below lists the available properties, their types, and descriptions. | |||
{| class="wikitable" | |||
!Property | |||
!Type | |||
!Description | |||
|- | |||
|MessageFormattingParameters | |||
|OpcLabs.UAPubSubJson.Sdk.PubSub.JsonMessageFormattingParameters | |||
| | |||
|- | |||
|MessageFormattingParameters.IndentChars | |||
|System.String | |||
|The character string to use when indenting. | |||
|- | |||
|MessageFormattingParameters.PrettificationLevel | |||
|OpcLabs.UAPubSubJson.Sdk.PubSub.JsonMessagePrettificationLevel | |||
|A value indicating how to prettify the output. | |||
|} |
Revision as of 10:16, 30 January 2020
(tbd!!!)
Installation
Configuration
EasyUASubscriber object
OpcCmd tool
UADemoPublisher tool
Parameters
Send message mapping
The table below lists the available properties, their types, and descriptions.
Property | Type | Description |
---|---|---|
MessageFormattingParameters | OpcLabs.UAPubSubJson.Sdk.PubSub.JsonMessageFormattingParameters | |
MessageFormattingParameters.IndentChars | System.String | The character string to use when indenting. |
MessageFormattingParameters.PrettificationLevel | OpcLabs.UAPubSubJson.Sdk.PubSub.JsonMessagePrettificationLevel | A value indicating how to prettify the output. |