Ralph Lange

Results 40 issues of Ralph Lange

I am using PyEpics to write unit and end-to-end tests, which works great so far. Channel Access does type conversions on the server (IOC) if the DBR type used in...

Please add the DBR type DBR_STSACK_STRING (37). It is the DBR code that the alarm handler uses to read and manipulate alarm acknowledgement on IOC records. Some recent bug in...

I am running: - procServ build from upstream sources (GitHub) on cygwin64 serving to port 12345 - child: a native Windows64 built 3.15 (bazaar trunk) IOC: just the softIoc exe...

Asciidoc version 8.6.10 has been marked as FINAL RELEASE by the upstream maintainers. They advise their users to move to asciidoctor. See: https://github.com/asciidoc/asciidoc/releases

task

The DataTypeDefinition attribute was introduced in OPC UA 1.04 and provides a simplified option to get access to the meta-data of a structure DataType. The older and deprecated way to...

enhancement

Building an application also needs the DLL stub library in `$(OPCUA)/lib/$(T_A)`, not just the DLL in `$(OPCUA)/bin/$(T_A)`. (Careful: the stub is named differently between MSVC and MinGW.) The application, on...

Reported by @hanlet: When setting an INSTALL_LOCATION, the binary shared library does not get installed.

bug

_Reported by @dirk-zimoch:_ When the device sends value updates, output records are fully processed, even if they are set to SCAN="Passive". Generally, "Passive" records are not expected to process on...

enhancement

**Description** In a setup working against a Siemens S7-1500, using user-defined structures, we have seen rare crashes that seem to be caused by a memory management issue (double free) within...

_Results of a discussion with @dirk-zimoch:_ The way that the UA SDK is used for Travis builds is not documented and complex. There should be a note how to set...

enhancement