Click or drag to resize

SystemAPIResetOperatingState Method

Clears the error state that has been triggered by a ScannerMonitoring error.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void ResetOperatingState()
Remarks
As long as this error condition is active, executing lists is not possible. The card will only set this condition if scanner monitoring detects an error while Enabled and ContinueOnError is set to false. Note that the error condition will also be reset by calling ResetToDefaults.
See Also