Nirtec Studio Forum

General Category => Machines Simulator => Troubleshooting => Topic started by: weih79 on July 22, 2025, 01:39:11 AM

Title: Need a hint for Scene #3 - Box Selection Scene
Post by: weih79 on July 22, 2025, 01:39:11 AM
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?

Title: Re: Need a hint for Scene #3 - Box Selection Scene
Post by: EasyPLC_Master on July 25, 2025, 08:33:42 AM
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.