PLC for press brake

DynMetalworks

Member
Join Date
Jan 2023
Location
Montrose, CO
Posts
4
I have a old press brake that I want to retrofit a PLC to with a linear encoder on the Y axis and a stepper motor on X axis.

Y Axis: I would have a home switch at the top of the travel that I could jog the ram up to then zero the encoder on the PLC. I could then enter in the PLC at what distance I want it to output a signal to activate a solenoid to change the hydraulics from fast to slow. Then another distance that it sends a signal to active a solenoid to stop the ram movement.

X Axis: I enter in a dimension and it moves the stepper motor to that distance. This part seems pretty easy once I know my steps and lead screw ratio.

I'm not sure what PLC would work for this? I've attached a picture from a manufacture who has a PLC on their shop press brake that controls the Y axis. This is exactly what I'm wanting with the addition of the X axis.

550_8_.jpg
 
Just about any PLC can do this. Its all about time vs money. You can get an AB or Automation Direct. What HMI are you going to use? How much programming experience do you have?

Im not yrying to be the negative one just asking some basic questions so we can gauge where to send you for more information. Have you thought about having an integrator doing it for you?
 
Jeff,

Thanks for the reply. I have quite a bit of experience with cnc plasma controllers. I've worked with Mach3/4, Ethernet smooth steppers, and clearpath servos. My experience with this make the X axis (back gauge) part pretty easy.

I have no experience with PLC's, programming them, or linear encoders (I have installed linear scale DROs). I had wanted to get a PLC with a built in HMI.
 
I have never seen and mach # cnc on a press brake. You can program multiple moves into the PLC. With that bwing said its a steep learning curve with anyone to help mentor you. You have to write the code from scratch.

Are you wanting to replace the existing controls on the press brake or just add these to it?

I'm personally against using a PLC HMI combo. If 1 unit fails you have to replace all of it. If an i put card fails you just replace that card and not the entire PLC.
 
Don't forget the cost of the software to program the PLC. That's what's going to make a difference in which way you're going to go.

For the encoder, do use an appropriate input card to count steps.

In your logic, I wouldn't zero the step count every time the top switch is made either. I'd have the zeroing/homing function programmed for an engineer/administrator to operate. Additionally, you can place two position switches at the extremities and knowing the distance between them, calculate your pulses per inch figure.

The reason I wouldn't reset the encoder counts every time is that it will mask encoder issues. I'd instead have an alarm raised if the counts whenever that switch is made are outside a certain interval (say 5 each way), this tells you something's been slipping and your position may not be as good as you think it is.
 
I am currently doing exactly this on an old Haco machine I have in my workshop. The linear encoders I am using are OPCON model MPS. These are specifically designed for Press Brake Y axis control.

img-7f7ac634.jpg
 
My machine has 2 cylinders on the Y axis, with proportional control on each side. I am using a Siemens S7 1200 PLC which will take the control signals for Y1 and Y2 from 2 of the MPS units above. The Hydraulic valves are Hoerbiger proportional units, 1 for each Y1 and Y2, which are driven by WEST PAM-199-P amplifiers, driven by -10v to +10v analog outputs.
The interface is a HMI from Weintek MT8071iE. I will have a system for recipies for different material thicknesses and bend angles, with control of the X axis for multi bend control.
 
You can do this several different ways. Its all about the programming. Just about anything you buy will have enough memory and capacity to handle multiple bend dimensions.

How have you been liking the Edwards quality? I was looking at an iron worker.
 
I should have explained it a little better. Just about anything you buy will have the capacity if YOU PROGRAM it to do multiple bends.
 
Don’t forget about any safety related items. Basically, the minute you start modifying older machinery, you become responsible for upgrading safety systems. Of course, if it’s in your garage…

Cheers
 

Similar Topics

I'm doing a job for a customer that have a Verson stamping press with old relay logic. The press is working properly, I traced all the electrical...
Replies
4
Views
2,046
Hi! I have an old printing press where I would like to monitor the circuit breakers if there are tripped or not! I have 7 different locations...
Replies
16
Views
7,307
Does anyone know what standards apply to and how to implement a dual PLC configuration into a mechanical press clutch / brake control? We have a...
Replies
5
Views
3,755
Which is the best solution for our 80 ton punch press to monitor the tonage and stroke and safty etc. The plc or a canned control like sat...
Replies
4
Views
3,539
Here is a revised copy attached of the Hydraulic Press Program. I have cleaned up the program per comments from previous post. Program works OK...
Replies
6
Views
6,753
Back
Top Bottom