Loading...
Searching...
No Matches
realvirtual.LogicStopDriveOnSensor Class Reference
Automatically stops a drive when a sensor detects an object. More...
Inheritance diagram for realvirtual.LogicStopDriveOnSensor:

Public Attributes | |
Drive | Drive |
The drive to control based on sensor state. | |
Sensor | Sensor |
The sensor that triggers drive stop when occupied. | |
PLCInputBool | ConveyorStopped |
Input signal indicating the conveyor has stopped. | |
PLCOutputBool | Restart |
Output signal to restart the conveyor until next sensor trigger. | |
Detailed Description
Automatically stops a drive when a sensor detects an object.
This logic controller monitors a sensor and stops the associated drive when the sensor becomes occupied, then restarts the drive when the sensor is clear or when a restart signal is received.
Member Data Documentation
◆ ConveyorStopped
PLCInputBool realvirtual.LogicStopDriveOnSensor.ConveyorStopped |
Input signal indicating the conveyor has stopped.
◆ Drive
Drive realvirtual.LogicStopDriveOnSensor.Drive |
The drive to control based on sensor state.
◆ Restart
PLCOutputBool realvirtual.LogicStopDriveOnSensor.Restart |
Output signal to restart the conveyor until next sensor trigger.
◆ Sensor
Sensor realvirtual.LogicStopDriveOnSensor.Sensor |
The sensor that triggers drive stop when occupied.