Deckel FP5 Gearbox Comp

More
05 May 2022 16:58 - 06 May 2022 22:16 #242051 by gernoff
chili023 has graciously agreed to helping me develop a working gearbox comp for the FP5 machine.

The  system is based on a 6 speed gearbox with 2 shifter motors that drive the gearsets
One shifts:
High Neutral Low speed
and the other:
Low Medium High

The original spindle drive was variable speed DC and will be replaced with a AC servo VFD.

Attached are the wiring diagrams for the FP5 as well as chili023 gearbox Comp.
 

This browser does not support PDFs. Please download the PDF to view it: Download PDF





 
Attachments:
Last edit: 06 May 2022 22:16 by gernoff.

Please Log in or Create an account to join the conversation.

More
05 May 2022 17:15 #242055 by andypugh
Replied by andypugh on topic Deckel FP5 Gearbox Comp
I am not sure why you are changing the spindle motor? If it works, it works...

You don't need a servo for the spindle drive, AC induction motor is fine. You do want an encoder, but that belongs on the spindle, not the motor.

Please Log in or Create an account to join the conversation.

More
05 May 2022 19:20 - 05 May 2022 19:22 #242060 by gernoff
Replied by gernoff on topic Deckel FP5 Gearbox Comp
The existing 7kw DC spindle motor died. You are correct though, I do not need a servo drive for the motor and hope to find a good solution for adding an encoder somewhere on the final output shaft of the geartrain. The FP5 was variable speed so I am hoping we can develop logic to be able to select a gear with speed range near  the 'center' of the programmed speed  and then be able to adjust spindle speed as necessary while staying in that gear.
Last edit: 05 May 2022 19:22 by gernoff.

Please Log in or Create an account to join the conversation.

More
06 May 2022 09:42 #242109 by andypugh
Replied by andypugh on topic Deckel FP5 Gearbox Comp
If properly configured the system will wait for spindle.N.at-speed before starting any feed moves. So a HAL component that handles gear changes just needs to leave this at false while it picks a gear and engages the gear.
In practice you would probably and2 the spindle-at-speed from the VFD and the signal from the gearchange comp. (possibly inside the comp)

component inputs:
spindle speed command
vfd spindle-at-speed
spindle on
(possibly) motion-mode to allow a gear-change during the next G0

component outputs:
gear selector motor signals
spindle motor motor speed command
arbitrated spindle-at-speed
gear indicator for GUI?

Please Log in or Create an account to join the conversation.

More
05 Jul 2022 16:21 - 05 Jul 2022 18:20 #246659 by gernoff
Replied by gernoff on topic Deckel FP5 Gearbox Comp
Info note: I now have my retrofit VFD properly driving the Yaskawa spindle motor. The original Deckel gear shift routine appears to work with the retrofit 90% of the time. I wanted to ensure that I had a working spindle drive solution before beginning a retrofit.
I am now confident the LCNC conversion can be finished without any major problems.
The final hurdle will be the gear switch .comp
For those who are willing to help me modify it to my FP5, what additional info beyond what I have posted above will you need.

Again, thank everyone for their help to this point.

Erik Green
Last edit: 05 Jul 2022 18:20 by gernoff.

Please Log in or Create an account to join the conversation.

More
05 Jul 2022 18:20 #246671 by Niko
Replied by Niko on topic Deckel FP5 Gearbox Comp
I have an FP2 NC retrofitted . The gearbox was handled in ladder logic and works just fine . Since you're using a VFD, I've had good result whith enabling the drive in jog at about 5 Hz or slower . that makes shifting smooth . That said I believe the FP2 is a bit different than the 5 in that it has three shifter motors . But that can be simply deleted from the ladder .
Attached you'll find the complete configuration of my machine .
You can use that as a reference .
I should point out that your machine will probably need heidenhein EXE for each linear scale .
That was initially handled inside the deckel dialog CNC, now that's gone you'll need something to take the 64uA(yes micro amps) the scale gives out and turn it to 5V level for the mesa hardware . I tried building my own pcb for this but ended up just buing the right stuff . Incredibly suceptible to noise . Read the EXE manual carefully . You'll find settings to increase the scale resolution down to 0.001mm .
Good luck with that retrofit .
Attachments:
The following user(s) said Thank You: gabionose

Please Log in or Create an account to join the conversation.

More
05 Jul 2022 18:41 #246673 by gernoff
Replied by gernoff on topic Deckel FP5 Gearbox Comp
Thanks for the info Niko. I will try to look at your files and see if my feeble mind can wrap around the logic.........
I already have the Heidenhain EXE's. Picked up some EXE610c units same pinout and pin compatible with the installed scales. The FP5 already runs at 1 micron (.001mm) resolution. The 610c units allows both X5 and X10 interpolation so I can run at .0005mm. Do not really expects the accuracy to be any better but at the slower speed these giant machines run at I should not have to worry about missing pulses and might as well use the extra resolution. I hope it might improve the positioning accuracy when using the MPG.

Please Log in or Create an account to join the conversation.

More
05 Jul 2022 19:02 #246675 by Niko
Replied by Niko on topic Deckel FP5 Gearbox Comp
Just to save you some time .
The rotary switch is sent to the tumbler_decode component which holds the look up table for speeds and gearbox fork positions . That would've been unpleasant in ladder . After the desired fork positions are defined and run spindle given the PLC selects the right gear . Actual fork position is given in the nets named gear-block1/2/3-back/mid/front the desired are named block1/2/3-back/mid/front-in . Ladder inside is pretty straightforward . Spindle jerk is pulsed(motor started through resistors) to match the gear teeth, but in your case it'll just be jog from the drive . That way you don't have to multiplex drive enable and analog values .

Please Log in or Create an account to join the conversation.

More
06 Jul 2022 13:53 #246717 by gernoff
Replied by gernoff on topic Deckel FP5 Gearbox Comp
Are you using the original Deckel control console? Did you swap out the spindle speed rotary switch, rewire it or is it already set up to be de-muxed?

Please Log in or Create an account to join the conversation.

More
07 Jul 2022 06:22 #246779 by Niko
Replied by Niko on topic Deckel FP5 Gearbox Comp
The machine was delivered to me without the operator panel . Just the cable sticking out . I designed a similar one which acommodates the PC and some of the mesa boards . The switch I put in has 23 positions which are converted to a 5 bit binary number on a seperate board . Would be absolutely wasteful to use 23 digital inputs .

Please Log in or Create an account to join the conversation.

Time to create page: 0.235 seconds
Powered by Kunena Forum