nauful / LibUA

Open-source OPC UA client and server library
Apache License 2.0
262 stars 94 forks source link

Hardcode ServiceLevel = 255 (to keep Siemens OPC-UA PLC Clients happy) #185

Closed bevanweiss closed 2 months ago

bevanweiss commented 2 months ago

We hardcode the ServerState.Running. We most as well hardcode ServiceLevel = 255 It can always be over-ridden by the application itself. But without returning a value for this, Siemens PLCs don't consider the server valid (OPC_UA_GetServerStatus fails).