- Feb 27, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Jan 24, 2020
-
-
Christoph Kampmeyer authored
- Basic structure of test application - Added modules - Refactoring of StatusMonitor to provide a non-templated base class - Needs follow-up, for status see issue #14 and the linked follow-up ticket
-
- Jan 13, 2020
-
-
Martin Killenberg authored
- ConfigReader is in ApplicationCore.h, but was including ApplicationCore.h itself - Added include guards to ApplicationCore.h, although it's not stricktly needed (all included headers have one). Might speed up complilation because it makes it easier for the parser.
-
- Jan 09, 2020
-
-
Klaus Zenker (HZDR) authored
-
- Jan 08, 2020
-
-
Klaus Zenker (HZDR) authored
-
Klaus Zenker (HZDR) authored
Connecting a device only works if the PVs are readonly! So one has to use the logical name mapping backend. This also allows to select only a subset of the device PV to be added to the history module.
-
- Dec 13, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Dec 12, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
I observed that, after reading the message sometimes the log level was wrong. Most likely because it was updated after the message was read. Now the log level is bound to the message. This also reduces the number ctk variables.
-
- Oct 02, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
It is suffiecient to have the message being push type. readAny of the ReadAnyGroup will update poll type variable automatical once there was an update of the push type message.
-
- Oct 01, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Some custom tags from private servers have been removed. Added "CS" tag, which allows to use findTag on the Logging module and connect it directly to the control system.
-
- Jun 11, 2019
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- May 15, 2019
-
-
Nadeem Shehzad authored
-
- May 14, 2019
-
-
Nadeem Shehzad authored
-
- May 07, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Apr 15, 2019
- Mar 04, 2019
-
-
Jens Georg authored
-
- Feb 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 07, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jan 04, 2019
-
-
Martin Christoph Hierholzer authored
Unfortunatly this currently breaks the ServerHistory module, as it relies on slashes in accessor names. The MicroDAQ module had the same issue but has already been fixed. This fix can be adopted to the ServerHistory module as well.
-
- Nov 09, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
Now one can add ScalarOutput and ArrayOutput variables to the history modules by using tags.
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
This is still not nice. Now for every data type an individual module needs to be created.
-
- Sep 05, 2018
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Aug 17, 2018
-
-
Martin Christoph Hierholzer authored
- Make data decimation configurable - Addded some documentation - Some code cleaning (eliminate warnings, move internal classes into detail namespace)
-
- Aug 10, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Aug 09, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
If sendMessage is used before chimeraTK process variables are initialized an internal buffer is used to store those messages. Once the process variables are initialized the messages from the buffer are send.
-
- Jul 04, 2018
-
-
Martin Christoph Hierholzer authored
-
- Jun 08, 2018
-
-
Martin Christoph Hierholzer authored
Updated to use the new ReadAnyGroup instead of the old readAny function. Some tests are still hanging or failing (mostly due to shutdown issues)
-
- Apr 12, 2018
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
-
- Jan 09, 2018
-
-
Martin Christoph Hierholzer authored
-
- Oct 13, 2017
-
-
Martin Christoph Hierholzer authored
configuration variables are now provided to the receivers right away without any read(). Updates will never be sent.
-