Ralph Lange
Ralph Lange
_Reported by @karlvestin:_ OPC UA servers may change the AddressSpace at run-time. There are also OPC UA Services defined (AddNodes, DeleteNodes), so that clients can request the server to change...
Reported by @bkuner: When an OPC UA session comes up, the initial read phase seems to leave records that are disabled in an unusable blocked state.
_Found by Justin Abrahams (iThemba Labs):_ Suppose the hostname used by the server in its server cert does not match the result of a reverse DNS lookup done by the...
_Reported by Mikel Rojo:_ I have this db: ``` record (opcuaItem,"CBS:IN-OPCUA-STRUCT"){ field(INP, "@PLC0 ns=3;s=\"SimInputs\".\"Inputs\".\"P101\" monitor=n") field(DEFACTN, "write") field(WOC, "immediate") } record (ao,"CBS:VAR1"){ field(DTYP, "OPCUA") field(OUT, "@CBS:IN-OPCUA-STRUCT element=PG1.variable1 monitor=n") } record...
Add Appveyor support - in a fashion similar to the Travis stuff.
If a connection goes down, OPC UA servers keep the resources of the session for a configurable time span to allow smooth and fast reconnection. When developing, this can be...
Some servers may return nodes in the format of `ExpandedNodeId` when browsing. When these contain a `serverIndex` > 0, it points to a remote server that can be discovered using...
- [ ] Option 'batch-nodes' - [ ] Setting options using info fields - [ ] Old iocShell API: `opcuaCreateSession`, `opcuaCreateSubscription`, `opcuaSetOption`, `opcuaShowSession`, `opcuaDebugSession`, `opcuaShowSubscription`, `opcuaDebugSubscription`, `opcuaShowData`
SSIA. There needs to be support for an mbbi "connection status" PV per session, so that connection history and status can be seen and archived without going to the console...
_Reported by James Wilson STFC UKRI:_ I’ve got an OPC Server setup that is hosting 600 arrays. Each array is 7500 elements of type Double. I’ve then got an IOC...