Error Codes

Since DQMH 4.0, NI has assigned error codes 403680 – 403719 to DQMH.

Name Code Description
Cannot run as clone 403680 The “%s” module is currently running as singleton, but the Start Module VI was called with 'Run as Singleton' specified as FALSE.
Module Not Running 403681 %s Module is not running.
Module Not Stopped 403682 The Stop Module VI for the %s module timed out while waiting for the module main VI to stop. The module main VI may still be running.
Module Not Synced 403683 %s Module was unable to synchronize events.
Module Not Running 403684 Not a single instance of “%s” Module running.
Cannot run as singleton 403685 The “%s” module is currently running as cloneable, but the Start Module VI was called with 'Run as Singleton' specified as TRUE.
Request and Wait for Reply Timeout 403686 %s
Cannot run as singleton 403687 The “%s” module cannot be run as singleton because the Master Reference is still open from a prior run as cloneable. If you plan on running this module as both singleton and cloneable, consider changing your Main VI to wire a value of TRUE to the 'Close Master Reference' input of Init Module.vi.