umati / Sample-Server

Sample-Server implementation based on open62541, showcases umati endorsed OPC UA companion specifications. Provides a :whale2: :package: to run locally for development purpose.
https://umati.org
Mozilla Public License 2.0
52 stars 16 forks source link

URI of NS1 does not match configured value #1286

Closed wlkrm closed 1 month ago

wlkrm commented 4 months ago

The sample-server tries to set the namespace URI to "urn:UmatiSampleServer" https://github.com/umati/Sample-Server/blob/84928ab3bc853491c8a483be660384b5b33fb42f/SampleServer.cpp#L123 However, this is not correctly applied. image. An instance of the sample-server is running on opc.tcp://opcua.umati.app:4840. Can probably be fixed by using the standard setup sequence: https://www.open62541.org/doc/0.3/tutorial_server_firststeps.html