Settings import (#117)

* Stop command

small change so command is available as a constant

* Lots of small updates to enable opening of a secondary configuration for
batch processing control.

* Fix user input bug in viewer

which created exponential copies of user comments!

* Adding TAST trigger alarm action

To be competed when GW provide correct string for interface

* Echo offline detection

Fix up affected datablocks for offline echo detection

* fix module import

System for importing modules from other psfx files was not working.
Probably wasn't working for quite some time. Now fixed.
This commit is contained in:
Douglas Gillespie 2023-12-17 12:27:31 +00:00 committed by Jamie Mac
parent 16c69ee212
commit b91105dd07

View File

@ -26,7 +26,7 @@ import offlineProcessing.OfflineTaskGroup;
* them, but for some of the batch processing control, we need to be able to load and
* manipulate a second set of modules, which do nothing within the running
* configuration, but are there to allow us to set up a configuration to send to
* other batch processes in viewer mode.
* other batch processes in viewer mode. This is also being used in an improved module import system.
* @author dg50
*
*/