This document provides instructions for detecting and removing empty bottles on a conveyor belt using a PLC. Proximity sensors are used to detect all bottles and empty bottles specifically. The PLC program uses a bit shift register to track bottle positions and activate a blower when an empty bottle reaches the correct position to remove it from the conveyor. When started, the conveyor motor engages. As bottles pass proximity sensors, a bit is set and shifted left at each detection. The blower is triggered by the fourth bit to remove any empty bottles.