Skip to content

Commit

Permalink
Conveyor Application Note Color Code Fix (#2211)
Browse files Browse the repository at this point in the history
* Color code updated

* image update

* image deleted unused
  • Loading branch information
mcmchris authored Oct 3, 2024
1 parent f729e2a commit 5f83858
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -82,23 +82,23 @@ The diagram above illustrates all the equipment connected to the Opta. We have t

To ensure proper operation, the Opta requires a stable power source. The Opta will be powered by an external 24 VDC power supply, which should be connected to its screw terminals labeled `+` and `-` respectively. This setup ensures the device receives the necessary voltage for consistent and reliable performance.

![Opta power supply connection](assets/opta-power-1.png)
![Opta power supply connection](assets/opta-power.png)

The RGB Color Sensor is connected to inputs `I1`, `I2`, and `I3`, which detect red, green, and blue colors, respectively. Each input is linked to a corresponding output of the RGB color sensor, which operates in a binary (on/off) manner. This means that each output will either be active (on) or inactive (off), depending on whether the sensor detects its specific color.

![RGB Color Sensor Connection](assets/rgb-sensor-wiring-1.png)
![RGB Color Sensor Connection](assets/rgb-sensor-wiring.png)

The three photoelectric sensors are connected to inputs `I4`, `I5`, and `I6`, respectively. Each input is linked to a corresponding output of the photoelectric sensor, which operates in a binary (on/off) manner. The sensor connected to `I4` is responsible for detecting red objects, the sensor connected to `I5` is responsible for detecting green objects, and the sensor connected to `I6` is responsible for detecting blue objects. Each output will either be active (on) or inactive (off), depending on whether the sensor detects an object in its detection range.

![Photoeletric Sensor Connection](assets/photo-sensor-wiring.png)
![Photoelectric Sensor Connection](assets/photo-sensor-wiring-1.png)

The button connected to `I7` is the start button, configured as normally open (NO), meaning it activates the circuit when pressed. The button connected to `I8` is the stop button, configured as normally closed (NC), meaning it interrupts the circuit when pressed.

![Start and Stop Buttons](assets/button-wiring-1.png)
![Start and Stop Buttons](assets/button-wiring.png)

The Opta's outputs are connected to relays that safely manage the current and voltage required to operate the motors and actuators, thus preventing any potential damage to the Opta’s outputs. Output `O1` is linked to the relay that controls the motor of the input conveyor, while output `O2` is connected to the relay responsible for driving the motor of the sorting conveyor. Output `O3` controls the relay for the actuator that sorts green-colored items, and the final output, `O4`, manages the relay for the actuator sorting blue-colored items. Red items will pass directly along the conveyor without being segregated.

![Actuators wiring](assets/relay-wiring-1.png)
![Actuators wiring](assets/relay-wiring.png)

***The wiring connections shown above are displayed separately for easier comprehension, but all of them are simultaneously connected to the Opta.***

Expand Down

0 comments on commit 5f83858

Please sign in to comment.