-
1.4.6-0e98a98c6 · ·
Update stack to v1.4.6 Removed patched that are not needed any more. Set logging level to trace. This allows to set the logging level during runtime.
-
-
-
-
1.3.3-874a2eedf · ·
Update cmake configuration. * Set RelWithDebug as default build configuration * Do not install example nodeset and related tools * Fix install location and exported cmake configuration
-
1.3.3-76a0458c1 · ·
Remove python dependency. This avoids cmake problems with building the debian packages. Else one would have to add a dependency to python3-dev, which is basically not needed.
-
-
1.3.3-5b4171b89 · ·
Fix sampling rate to 250ms if the requested rate is -1. Some clients request a sampling rate of -1. Before we set the sampling rate to the publishing interval in that case. We observed that this can cause problems for long publishing intervals, because the sampling is done directly after publishing the last value. This means the sampled value is not updated until the next publishing.
-
1.3.3-4b62efa35 · ·
Fix update step for recent cmake version. Skip filling initial history entry for ControlSystemAdapter-OPC-UA. - it is set to 01.01.1970 - exactly this entry will not be put to the history
-
1.3.3-3792a9fb0 · ·
Enable history. Fix bug in the patch that appeared when using the history/local clients without a subscription.
-
1.3.3-2d3bfa135 · ·
Fix sampling interval. Labview requests a sampling interval of -1. In chapter 4 section 7.21 the standard says that in this case the sampling interval should be set to the publishing interval. This is implemented in the fix. Still the stack behavior for sampling interval of 0 is keept.
-
-
-
-
-
-