Inherits from Object
A class that provides properties for monitoring a conveyor decision point, photo eye, or station.
activeItem | Gets the item that is currently "active" associated with the decision point. |
conveyor | Gets the conveyor that the decision point is currently attached to. |
readonly Object activeItem
Gets the item that is currently "active" associated with the decision point.
For a photo eye, this is the item that is covering the photo eye. For a decision point, it is the item that has arrived but not yet continued from the decision point. For a station, it is the item that is currently being processed, or being considered for processing, at the station.
readonly Conveyor conveyor
Gets the conveyor that the decision point is currently attached to.