Hello
Does anybody know if it possible to deselect the tool changer of a Deckel 50V with Dialog112 controller?
I then want to continue working with manual change.
Many thanks in advance
Hello
Does anybody know if it possible to deselect the tool changer of a Deckel 50V with Dialog112 controller?
I then want to continue working with manual change.
Many thanks in advance
Is the machine running otherwise? Is the changer in it’s basic position?
If yes, go to a position where you can change tools
E.g. G0 X200 Y500
And then M33 T1 (T= tool number)
M33 means manual tool change, machine frees the door, you change your tool and then when you close the door again and it takes the T number.
If you want to take the tool out manually simply write M33 T0 ; M30 in blockwrite... then T0 should be displayed
By the way on the 112 machine one can misuse M33 to open the door after the programs’ end when you only write M33 (without T) before M30.
Hope I was able to help you out
Regards BFX
Thank you BFX
I haven’t explained it very well last night. I have a problem with the drive of the tool changer- the Mitsubishi MDS- now it’s dismounted... However I wanted to continue working without a tool change. But now the machine says:
Y03 unechiped amplifier- the controller knows that we dismounted something. I would need a hint how I can fool the controller or how to change it in the PLC so that it continues.
Thank you very much!!
Good day!
This is the only forun ive seen talking about dialog 112 control, ihave an issue with our machine and I hope you can help me fix that.
This is the case:when i run my program, on the Z position it apear the tool height of the tool being called ie: g43 h3 (h3= 130.632mm), when the tip of the tool being called assuming being on the same level of work piece before engaging to the material it appears Z 130.632 instead of Z0.00.
This is how i get my zeros, on the screen that appears the WORK,DISTANCE TO GO,MACHINE,
Using 3D tester location each center of my workpeice and typing X0 and Y0 and press enter and it changed to 0's, and here is on the Z, touch the top of workpeice and make it 6 oclock on the 3dtester and then type Z176.298(176.298 being the hieght of 3dtester) and its all set.
But when the time i run the program the tool being called it displays the height of tool being called, making hard for me to know how deep am i diving into the material. Because it starts Z130.632 and when ive dive negative 20mm it goes Z110.632
I hope guys you can help me .