WriteConfig (RT Unified) - WinCC Unified

WinCC Unified Open Pipe (RT Unified)

ft:publication_title
WinCC Unified Open Pipe (RT Unified)
Product
WinCC Unified
Version
V20
Publication date
06/2025
Language
en-US
WriteConfig

Description

The "WriteConfig" command sets a setting configured for general browse behavior. To set multiple settings, call the command several times

Request

WriteConfig <Parameter> <Value>

  • Parameter:

    Value: The configuration parameters

    Possible parameters:

    • DefaultPageSize

      The page size used when a browse request is called without the "PageSize" parameter

      Preset value: 1000

    • BrowseTimeOut

      Number of seconds after which an inactive browse request is canceled.

      Preset value: 300 s

For example:

WriteConfig DefaultPageSize 500

Response

OnSuccess:

NotifyWriteConfig <Parameter>

For example:

NotifyWriteConfig DefaultPageSize

OnError:

ErrorWriteConfig <Error description>

For example:

ErrorWriteConfig Invalid arguments passed to browsing function.