mike^3
Member
I APPRECIATE ALL HELP!
I am trying to set up a tool changer on a lathe.
Disclaimer :
I have never used a PLC or the software to program a PLC.
I am very good with electronics and wiring diagrams.
Here are my questions...
1. Which PLC would be best for my application?
2. Which software do I need?
3. How would I program it?
My lathe has 8 positions, the PLC will receive a series of 4 signals for each tool changer position from the controller, then receive similar 4 signals from the toolchanger position encoder.
Here is the table from the controller to the PLC, if the controller requests a tool: (1) is (HI) 5v, and (0) is Low 0v, I can use 12v or 24v but would prefer to use the controller 5v logic, as I would need to add more relays in for higher voltages.
(these are inputs on the PLC from the cnc controller)
Tool# Pin 1 Pin 2 Pin 3 Pin 4
1 1 0 0 0
2 0 1 0 0
3 1 1 0 0
4 0 0 1 0
5 1 0 1 0
6 0 1 1 0
7 1 1 1 0
8 0 0 0 1
So lets say for example I wanted to get tool 3, from the table above, I would need the turret to spin until the PLC senses pin 1 and pin 2 to be HI.
This is the sequence for the turret.
If PLC senses Pin 1 and Pin 2 to be (1) HI 5v***from the controller, basically telling the PLC go get tool 3****
Then activate tool change script/macro/ladder
Activate output 5 (whichever output pin you want to set on the PLC)
Activate output 6
Then wait for Pins on the input from the tool changer SEE BELOW *****now these are going to be the same table as above but pins 5, 6, 7, and 8****
When the PLC senses that inputs 5 and 6 are HI (5v or 12v) then it knows its at tool 3 (from the turret encoder) and then
Deactivates output 5
Wait 1 second
Deactivates output 6
Then output a (HI) signal from the plc on any output you chose, ***this output pin will goto the controller and say, "hey, we are done, and you now have tool 3!"
********this is the inputs to the PLC from the tool changer, it is the same logic from the controller, just different pins**********
Tool# Pin 5 Pin 6 Pin 7 Pin 8 (these are inputs on the PLC)
1 1 0 0 0
2 0 1 0 0
3 1 1 0 0
4 0 0 1 0
5 1 0 1 0
6 0 1 1 0
7 1 1 1 0
8 0 0 0 1
I would need the ladder logic for all 8 tool change positions!
I appreciate any help! I know its not easy being new, and I will support this forum as I am new, and would like to help out others once I become Learned HAHA THANK YOU!
Mike!
I am trying to set up a tool changer on a lathe.
Disclaimer :
I have never used a PLC or the software to program a PLC.
I am very good with electronics and wiring diagrams.
Here are my questions...
1. Which PLC would be best for my application?
2. Which software do I need?
3. How would I program it?
My lathe has 8 positions, the PLC will receive a series of 4 signals for each tool changer position from the controller, then receive similar 4 signals from the toolchanger position encoder.
Here is the table from the controller to the PLC, if the controller requests a tool: (1) is (HI) 5v, and (0) is Low 0v, I can use 12v or 24v but would prefer to use the controller 5v logic, as I would need to add more relays in for higher voltages.
(these are inputs on the PLC from the cnc controller)
Tool# Pin 1 Pin 2 Pin 3 Pin 4
1 1 0 0 0
2 0 1 0 0
3 1 1 0 0
4 0 0 1 0
5 1 0 1 0
6 0 1 1 0
7 1 1 1 0
8 0 0 0 1
So lets say for example I wanted to get tool 3, from the table above, I would need the turret to spin until the PLC senses pin 1 and pin 2 to be HI.
This is the sequence for the turret.
If PLC senses Pin 1 and Pin 2 to be (1) HI 5v***from the controller, basically telling the PLC go get tool 3****
Then activate tool change script/macro/ladder
Activate output 5 (whichever output pin you want to set on the PLC)
Activate output 6
Then wait for Pins on the input from the tool changer SEE BELOW *****now these are going to be the same table as above but pins 5, 6, 7, and 8****
When the PLC senses that inputs 5 and 6 are HI (5v or 12v) then it knows its at tool 3 (from the turret encoder) and then
Deactivates output 5
Wait 1 second
Deactivates output 6
Then output a (HI) signal from the plc on any output you chose, ***this output pin will goto the controller and say, "hey, we are done, and you now have tool 3!"
********this is the inputs to the PLC from the tool changer, it is the same logic from the controller, just different pins**********
Tool# Pin 5 Pin 6 Pin 7 Pin 8 (these are inputs on the PLC)
1 1 0 0 0
2 0 1 0 0
3 1 1 0 0
4 0 0 1 0
5 1 0 1 0
6 0 1 1 0
7 1 1 1 0
8 0 0 0 1
I would need the ladder logic for all 8 tool change positions!
I appreciate any help! I know its not easy being new, and I will support this forum as I am new, and would like to help out others once I become Learned HAHA THANK YOU!
Mike!