Notifies the remote device (PLC) of the Vision System status.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 85.1.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
)
Parameters
- systemReady
- Type: System Boolean
- systemBusy
- Type: System Boolean