Need a hint for Scene #3 - Box Selection Scene

Started by weih79, July 22, 2025, 01:39:11 AM

Previous topic - Next topic

weih79

I have been stuck on what type of instruction sets to use for the cameras for this scene for a while and would like a hint for what type of instruction set to use for it (Using Rs Logix 5000). Do these cameras have barcode scanning abilities or do they function the same as a PE sensor?


EasyPLC_Master

The Camera component return an integer value (0,1,2,3, until 2.147.483.6475)
The camera returns the WorkPartType (id) of the Workpart component that is in front of the camera (within its detection radius). Let's say it simulates a barcode reading and returns an integer identifier that determines what kind of WorkPart it is.
Therefore you must use an analog input to the PLC to read the result indicated by the camera.