Notifies the remote device (PLC) of the Vision System status.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 73.0.0.0
public virtual void NotifySystemStatus(
bool systemReady,
bool systemBusy
)
public virtual void NotifySystemStatus(
bool systemReady,
bool systemBusy
)
Public Overridable Sub NotifySystemStatus (
systemReady As Boolean,
systemBusy As Boolean
)
Public Overridable Sub NotifySystemStatus (
systemReady As Boolean,
systemBusy As Boolean
)
public:
virtual void NotifySystemStatus(
bool systemReady,
bool systemBusy
)
public:
virtual void NotifySystemStatus(
bool systemReady,
bool systemBusy
)