OpcCmd uaClient command Q&A: Difference between revisions
From OPC Labs Knowledge Base
(Created page with " ; How do you specify a connection using ECC security policy? : colon plus definition") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:ECC]] [[Category:OPC UA]] [[Category:OpcCmd Utility]] [[Category:Tools and Online Services]] | |||
; How do | ; How do I specify a connection using ECC security policy? | ||
: | : Example: | ||
: <code>OpcCmd uaClient read opc.tcp://pc-zbynekz-5:62541/Quickstarts/ReferenceServer --EndpointSecurityPolicyDisplayName ECC_nistP256 i=2255</code> | |||
: For other ECC policies, use e.g. ECC_nistP384, ECC_brainpoolP256r1 or ECC_brainpoolP384r1. |
Latest revision as of 11:27, 1 December 2024
- How do I specify a connection using ECC security policy?
- Example:
OpcCmd uaClient read opc.tcp://pc-zbynekz-5:62541/Quickstarts/ReferenceServer --EndpointSecurityPolicyDisplayName ECC_nistP256 i=2255
- For other ECC policies, use e.g. ECC_nistP384, ECC_brainpoolP256r1 or ECC_brainpoolP384r1.