Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcschier committed Nov 13, 2023
1 parent 8d0d6f8 commit 627552b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/opc-publisher/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ The following OPC Publisher configuration can be applied by Command Line Interfa
When both environment variable and CLI argument are provided, the command line option will override the environment variable.

```text
██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗██████╗ ██╗ ██╗███████╗██╗ ██╗███████╗██████╗
██╔═══██╗██╔══██╗██╔════╝ ██╔══██╗██║ ██║██╔══██╗██║ ██║██╔════╝██║ ██║██╔════╝██╔══██╗
██║ ██║██████╔╝██║ ██████╔╝██║ ██║██████╔╝██║ ██║███████╗███████║█████╗ ██████╔╝
██║ ██║██╔═══╝ ██║ ██╔═══╝ ██║ ██║██╔══██╗██║ ██║╚════██║██╔══██║██╔══╝ ██╔══██╗
╚██████╔╝██║ ╚██████╗ ██║ ╚██████╔╝██████╔╝███████╗██║███████║██║ ██║███████╗██║ ██║
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
2.9.3
2.9.3-rc.12+8d0d6f8e36
General
-------
Expand Down Expand Up @@ -205,9 +208,11 @@ Messaging configuration
version changes. This setting can be used to
also override the messaging profile's default
support for metadata sending.
It is recommended to disable sending metadata
when more than 100 nodes are part of a data set.
Default: `False` if the messaging profile
selected supports sending metadata, `True`
otherwise.
selected supports sending metadata and `--strict`
is set, `True` otherwise.
--amt, --asyncmetadatathreshold, --AsyncMetaDataLoadThreshold=VALUE
The default threshold of monitored items in a
subscription under which meta data is loaded
Expand Down Expand Up @@ -585,15 +590,18 @@ OPC UA Client configuration
rejected by the server while added or updating a
subscription or while publishing, are re-applied
to a subscription.
Set to 0 to disable retrying.
Default: `1800` seconds.
--inr, --invalidnoderetrydelay, --InvalidMonitoredItemRetryDelay=VALUE
The delay in seconds after which the publisher
attempts to re-apply nodes that were incorrectly
configured to a subscription.
Set to 0 to disable retrying.
Default: `300` seconds.
--ser, --subscriptionerrorretrydelay, --SubscriptionErrorRetryDelay=VALUE
The delay in seconds between attempts to create a
subscription in a session.
Set to 0 to disable retrying.
Default: `2` seconds.
--dcp, --disablecomplextypepreloading, --DisableComplexTypePreloading[=VALUE]
Complex types (structures, enumerations) a server
Expand Down

0 comments on commit 627552b

Please sign in to comment.