- Jun 22, 2016
-
-
Martin Christoph Hierholzer authored
- fixed a bug in the FanOut which did not wait for the trigger (since ProcessScalar::receive() does not wait) - fixed a bug in Application::feedDeviceRegisterToControlSystem() not handling the last arugment (trigger) properly - improved the output produced with VariableNetwork::dump()
-
- Jun 21, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
removed a function declaration which was not implemented and cannot be implemented right now (missing feature in the CSA)
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
do not delete the executable if the demoApp-xmlGenerator crashes when being executed from within the makfile
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
added also the consumer-type variables to the XML file
-
Martin Christoph Hierholzer authored
-
- Jun 20, 2016
-
-
Martin Christoph Hierholzer authored
Add some first code to produce an XML file describing the application variables published to the control system. This is not yet doing anything useful for now...
-
Martin Christoph Hierholzer authored
start the synchronisation thread of the FanOut to "convert" a poll-type feeder into a pushing feeder by putting in an external trigger.
-
- Jun 17, 2016
-
-
Martin Christoph Hierholzer authored
Intermediate commit before the weekend: added options to add an external trigger to a network to handle poll and push properly. Currently it does not work properly.
-
Martin Christoph Hierholzer authored
renamed publishDeviceReadRegister() and publishDeviceWriteRegister() into feedDeviceRegisterToControlSystem() and consumeDeviceRegisterFromControlSystem()
-
Martin Christoph Hierholzer authored
renamed publish() and connectToDevice() into more specific feedToControlSystem()/consumeFromControlSyste() and feedToDevice()/consumeFromDevice()
-
- Jun 16, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
improved structure of network creation and added a FanOut to distribute values to multiple consumers
-
- Jun 15, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
Introduced the VariableNetwork describing the connections of variables/accessors before things get actually instantiated. This is needed to generate an XML file containing the published variables based on that information.
-
- Jun 14, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jun 13, 2016
-
-
Martin Christoph Hierholzer authored
This is a first mock implementation with very limited functionality. The idea is based on discussions during the OPC-UA control system adapter kickoff meeting and subsequent personal discussions.
-
- Jun 03, 2016
-
-
Martin Christoph Hierholzer authored
-
- Jun 02, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fix for the latest DoocsAdapter: the module name is used as the location name, so the module has been renamed into "MyLocation" to match the DOOCS config file
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
set required version of DeviceAccess to 00.12, since the build environment variables might have changed
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
added a variable @PROJECT_NAME@_PREFIX and use it as the required variable to make a nicer output when depending projects find this package
-