docs(inputs.opcua_listener): Enhance explanation of subscription interval (#15598)
Co-authored-by: jbuitman <julian.buitmann@hs-osnabrueck.de> Co-authored-by: Josh Powers <powersj@fastmail.com>
This commit is contained in:
parent
5652259f37
commit
7fedef893a
|
|
@ -60,7 +60,9 @@ to use them.
|
|||
# Maximum time that a session shall remain open without activity.
|
||||
# session_timeout = "20m"
|
||||
#
|
||||
## The interval at which the server should at least update its monitored items
|
||||
## The interval at which the server should at least update its monitored items.
|
||||
## Please note that the OPC UA server might reject the specified interval if it cannot meet the required update rate.
|
||||
## Therefore, always refer to the hardware/software documentation of your server to ensure the specified interval is supported.
|
||||
# subscription_interval = "100ms"
|
||||
#
|
||||
## Security policy, one of "None", "Basic128Rsa15", "Basic256",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,9 @@
|
|||
# Maximum time that a session shall remain open without activity.
|
||||
# session_timeout = "20m"
|
||||
#
|
||||
## The interval at which the server should at least update its monitored items
|
||||
## The interval at which the server should at least update its monitored items.
|
||||
## Please note that the OPC UA server might reject the specified interval if it cannot meet the required update rate.
|
||||
## Therefore, always refer to the hardware/software documentation of your server to ensure the specified interval is supported.
|
||||
# subscription_interval = "100ms"
|
||||
#
|
||||
## Security policy, one of "None", "Basic128Rsa15", "Basic256",
|
||||
|
|
|
|||
Loading…
Reference in New Issue