DQMH Error Codes
DQMH reserves the following error code range in LabVIEW:
-
403680 through 403719
The following error codes can be returned by the framework-level VIs in DQMH:
-
403680 - Module Running as Singleton - The module is currently running as a singleton, but the Start Module VI was called with 'Run as Singleton' specified as FALSE.
-
403681 - Singleton Module Not Running - The module is not running.
-
403682 - Module Not Stopped - The Stop Module VI for the module timed out while waiting for the module main VI to stop. The module main VI may still be running.
-
403683 - Module Not Synced - The module was unable to synchronize events.
-
403684 - Cloneable Module Not Running - Not a single instance of the Module running.
-
403685 - Module Running as Cloneable - The module is currently running as a cloneable, but the Start Module VI was called with 'Run as Singleton' specified as TRUE.
-
403686 - Request and Wait for Reply Timeout - [description provided within Request and Wait for Reply VI and is the same as the 'Status Updated' string for the timeout message]
-
403687 - Master Reference Not Closed - The module cannot be run as singleton because the Master Reference is still open from a prior run as cloneable. Consider changing your Main VI to wire a value of TRUE to the 'Close Master Reference' input of Init Module.vi.