schurman.sw.2 Posted July 16, 2015 Report Posted July 16, 2015 I am currently working on a project where I have one source of a product (Lids) and these lids need to be sent to 3 different locations by traveling down a conveyor and then get pushed into their own shoot. Each shoot has a high and low level prox. Each shoot also requires a different letter to be applied to the lid by a printer until the shoot is full then it needs to stop printing that letter, let the line clear, then start to fill next shoot. Once shoots are full I am needing it to automatically keep distributing lids with the right printed letter to the right shoot. (Keep each system full) There is one break in the conveyor with a pneumatic clutch to stop that lid in place before printer. Does anyone have any sample code to possibly help out lead me in the right direction on making this happen? STUMPED!!!
Steve Bailey Posted July 17, 2015 Report Posted July 17, 2015 What model PLC are you going to use? What sensors are available from the machine? What outputs will the PLC be controlling? One printer or three? How does the PLC send commands to the printer? You don't need a program at this stage. First you need to design a control system capable of fulfilling the job requirements.
Axion20010 Posted July 17, 2015 Report Posted July 17, 2015 Nice start Maverick, I have experience with Omron and Zebra integration, if this will help you let me know and I will start getting a sample together or help in any way I can, I know what it feels like to be stuck!! Good luck
panic mode Posted July 18, 2015 Report Posted July 18, 2015 nothing to be stumped about - create flag for each letter (A, B, C) which will tell printer if that label is to be printed or not. to control flag (enable printing for this label) use seal-in or latch/unlatch using mentioned conditions. to track products use FIFO or bitshift (if using bitshift you will need three of them, since 3 labels, - OR one that is 3x long) now that you know what to use search forum for examples
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now