Skip to content

Hotfix for Actuator Agent and Historian

Compare
Choose a tag to compare
@jhaack jhaack released this 10 Dec 05:03

This release addresses bug #223 in the Actuator where agents could issue control actions despite not having a reservation. This has been fixed and now agent must have scheduled a reservation prior to issuing commands.

This release also addresses issue #234 caused where changing the case of topic names in drivers causes a conflict in the historian. For instance, if the driver config for "mytopic" becomes "MyTopic" and the historian would error when encountering this "duplicate filename".

The fix for issue #226 ensures that the required library pytz is installed even when numpy is not.