ReadConfig (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
ReadConfig

Description

The "ReadConfig" command reads a setting configured for general browse behavior. To read multiple settings, call the command several times.

Request

ReadConfig <Param>

  • Param:

    Value: The configuration parameters

    Possible parameters:

    • DefaultPageSize

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

    • BrowseTimeOut

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

For example:

ReadConfig DefaultPageSize

OnSuccess

NotifyReadConfig <Parameter> <Value>

For example:

NotifyReadConfig DefaultPageSize 1000

NotifyReadConfig BrowseTimeOut 300

OnError

ErrorReadConfig <Error description>

For example:

ErrorReadConfig Invalid arguments passed to browsing function.