opcua_cfg
# # Configuration file for Drv.opcua # # Section: OPC_UA # Entries: # Name Type Range Description # IsClient int 0..1 Sets the driver to server- or client-mode # MaxRetries int 0..255 Max. number of retries. # CommandsPerStep int 0..255 Amount of commands per poll. # PollInterval int 0..255 Poll interval # # Section: Server # Entries: # Name Type Range Description # RegisterTimeout int Register-Timeout in seconds # RegisterDelay int Delays the first registry (milliseconds) # RegisterPeriod int Re-Register frequency in seconds # ApplicationUri string [199] Namespace 1 # Encryption string [4] "none", "RSA", "B256" or "SHA" # UserTokenType string [11] "anonymous", "username", "certificate" # Namespace string [199] Namespace 2 # SecurityMode int 0..2 "None", "Sign", "Sign and Encrypt" # RegisterServerAt string [199] Registers the OPC-UA server at Discovery-Server # PortNumber int 1..65534 Server port # Interface string [4] "LAN1", "LAN2", "all" # PrivateKey string [49] Path to private key # Certificate string [49] Path to certificate # # Section: Client # Entries: # Name Type Range Description # SecurityMode int 0..2 "None", "Sign", "Sign and Encrypt" # Encryption string [4] "none", "RSA", "B256" or "SHA" # UserTokenType string [11] "anonymous", "username", "certificate" # Username string [99] Username to login with # Password string [99] Password to login with # EndPointUrl string [199] ServerEndPoint # PollMode int 0..1 "subscriptions", "polling" # SecureChannelLifeTime int SecureChannel LifeTime (seconds) # Timeout int Timeout (seconds) # PrivateKey string [49] Path to private key # Certificate string [49] Path to certificate # (/ugw/config/opcua1/client_key.der) # [OPC_UA] IsClient = 0 MaxRetries = 3 CommandsPerStep = 3 PollInterval = 3 [Server] RegisterTimeout = 2 RegisterDelay = 500 RegisterPeriod = 600 ApplicationUri = urn:open62541.server.application Encryption = none UserTokenType = anonymous Namespace = http://organisation.org/opcua/ SecurityMode = 0 RegisterServerAt = PortNumber = 61510 Interface = LAN1 PrivateKey = Certificate = [Client] SecurityMode = 0 Encryption = none Password = Username = UserTokenType = anonymous EndPointUrl = opc.tcp://192.168.0.1:61510/MBSOPCUAServer PollMode = 0 SecureChannelLifeTime = 600 Timeout = 5 PrivateKey = Certificate =
opcua_cfg.txt · Zuletzt geändert: 13.01.2022 19:56 von oni