- Apr 23, 2020
-
-
Martin Killenberg authored
-
- Apr 22, 2020
-
-
Martin Christoph Hierholzer authored
-
- Apr 07, 2020
-
-
Christoph Kampmeyer authored
- Fix default setting for imported locations (solves #39) - Test for imported scalar properties
-
- Mar 02, 2020
-
-
Jens Georg authored
Since Doocs 20.1 this is thrown if the name of the property exceeds 64 characters
-
- Feb 05, 2020
-
-
Martin Christoph Hierholzer authored
This is a new requirement from ApplicationCore.
-
- Dec 09, 2019
-
-
Martin Killenberg authored
By default, the timestamp that is attached to a variable is the global time stamp, which is only set updated by update() in the adapter, which is not used otherwise. The adapter already was setting it for the time stamp that is attached to the variable itself, but not for the time stamp that used for archiving. This has been fixed. Now the time stamps in the Doocs histories are set correctly. To test it run example2 of ApplicationCore, togehter with the oven_sim simulation and watch Oven.heatingCurrent.HIST
-
- Sep 11, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jul 10, 2019
-
-
Jens Georg authored
-
- Jun 27, 2019
-
-
Martin Christoph Hierholzer authored
output warning if data is thrown away due to failed consistency matching between macro pulse number and actual data
-
- Jun 26, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 24, 2019
-
-
Jens Georg authored
-
- Jun 21, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
This reverts commit aa0bd46e. It does not fix the bug.
-
- Jun 14, 2019
-
-
Martin Christoph Hierholzer authored
-
- Jun 12, 2019
-
-
Martin Christoph Hierholzer authored
Workaround for the svr_writer thread (of DOOCS) to block location mutexes for a very long time if many big D_spectrum are written. The write is now only done if necessary (i.e. after a modification) and the lock is released for a short period of time to make sure RPC calls don't get blocked for too long.
-
Martin Christoph Hierholzer authored
-
- Jun 11, 2019
-
-
Jens Georg authored
- Preallocate the unordered set with worst-case size before the loop - Perform insert and lock in one step using the return value of insert
-
Martin Christoph Hierholzer authored
Allow to set the data matching mode. This for now only allows to switch off the DataConsistencyGroup matching for the attached macro pulse number.
-
- Jun 06, 2019
-
-
Martin Christoph Hierholzer authored
Do not throw exception if the eq_fct_code in the DOOCS config file is not 10 and no code has expilicitly specified in the DoocsVariableMap.xml file.
-
Martin Christoph Hierholzer authored
throw error if a read-only spectrum is defined with more than one buffer
-
Jens Georg authored
Fixes #28
-
- May 31, 2019
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- May 22, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- May 16, 2019
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- May 15, 2019
-
-
Jan H. K. Timm authored
This commit belongs to issue #4, allow to set the EqFct code in mapping file. In VariableMapper a std::map with location(string) and code(int) was added. With getLocationAndCode() this map is returned and used in eq_creat.cc to add missing locations with 10 default, or with 'code' set in the <location> tag in the mappinmg xml file.
-
- Apr 30, 2019
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
- Apr 29, 2019
-
-
Jens Georg authored
- Introduce a new D_xy tag which takes x_source and y_source - The two sources are attached to a DataConsistentcyGroup. Only If the consistency group signalizes a consistent state, the data is updated
-
- Apr 11, 2019
-
-
Jens Georg authored
-
Jens Georg authored
It basically decorated the AutoPropertyDescription with the type which is now in AutpPropertyDescription
-
Jens Georg authored
-
Jens Georg authored
-