Jak vytvořit M-funkce rack iTNC 530 v Heydenhayn.
-
Autor tematu - Czytelnik forum poziom 1 (min. 10)
- Posty w temacie: 4
- Posty: 18
- Rejestracja: 08 lut 2017, 06:14
- Lokalizacja: Omutninsk
Jak vytvořit M-funkce rack iTNC 530 v Heydenhayn.
Vážený fórum, prosím, řekněte mi začátečník, jak vytvořit svůj M-funkce na Heidenhaein iTNC530 stojanu.
Tagi:
-
- Sympatyk forum poziom 1 (min. 40)
- Posty w temacie: 1
- Posty: 48
- Rejestracja: 22 gru 2015, 14:43
- Lokalizacja: Warszawa
-
- Specjalista poziom 3 (min. 600)
- Posty w temacie: 2
- Posty: 948
- Rejestracja: 28 gru 2009, 15:56
- Lokalizacja: Miasto nieudaczników
I suspect its not so easy, cause regular users or programmers dont do that. Honestly, i had never met a guy who can do that. This option is designed for developers. You can of course go on training in Heidenhain, they can teach you how to do that. Why do you want to learn that? is it necessary? Tell us more about your problem, maybe we can solve it in diffrent way.
Best Regards
Best Regards
Jeżeli pomogłem kliknij pomógł 

-
Autor tematu - Czytelnik forum poziom 1 (min. 10)
- Posty w temacie: 4
- Posty: 18
- Rejestracja: 08 lut 2017, 06:14
- Lokalizacja: Omutninsk
I am wondering how I need to change the PLC program, so that through their m-function peredet drive new position. Someone tell me how to communicate the PLC program and the driving part?Pneumokok pisze:I suspect its not so easy, cause regular users or programmers dont do that. Honestly, i had never met a guy who can do that. This option is designed for developers. You can of course go on training in Heidenhain, they can teach you how to do that. Why do you want to learn that? is it necessary? Tell us more about your problem, maybe we can solve it in diffrent way.
Best Regards
-
- Czytelnik forum poziom 2 (min. 20)
- Posty w temacie: 1
- Posty: 25
- Rejestracja: 23 kwie 2014, 00:05
- Lokalizacja: Wroclaw
It is not easy, even with right tools.
I still dont understand for what you need extra M-function.
Maybe if you explain in detail what you want to do with this M-function, somebody will help you.
Every action in the machine has its own Marker in the PLC.
90% of the job is finding the right markers, especially if you are doing the m-function by reverse engineering the manufacturers PLC.
Heidenhain general purpose markers are easy to find.
Machine manufacturer are the troubling ones.
Also,
You need set of following heidenhain programs:
tncremo - easy to acquire
PLCdesign - hard to acquire
PLCtext - hard to acquire
Cycledesign - hard to acquire
And dont send me PMs, I rarely have time to be on this forum, maybe once for 3 months, anyway I wish you good luck with this project.
I still dont understand for what you need extra M-function.
Maybe if you explain in detail what you want to do with this M-function, somebody will help you.
Every action in the machine has its own Marker in the PLC.
90% of the job is finding the right markers, especially if you are doing the m-function by reverse engineering the manufacturers PLC.
Heidenhain general purpose markers are easy to find.
Machine manufacturer are the troubling ones.
Also,
You need set of following heidenhain programs:
tncremo - easy to acquire
PLCdesign - hard to acquire
PLCtext - hard to acquire
Cycledesign - hard to acquire
And dont send me PMs, I rarely have time to be on this forum, maybe once for 3 months, anyway I wish you good luck with this project.
Jest przycisk "pomógł" jeśli tak było, to naciśnij go proszę.
-
Autor tematu - Czytelnik forum poziom 1 (min. 10)
- Posty w temacie: 4
- Posty: 18
- Rejestracja: 08 lut 2017, 06:14
- Lokalizacja: Omutninsk
Thank you, cubitus, that have responded to my request, my situation is this: we have an enterprise planer CNC rack Heidenhain iTNC 530. There was a need to change the current algorithm of its work. We have added additional mechanisms, which will manage a separate controller. We need to change the current algorithm of the rack as follows: we need to change the position of the magnetization of the table for the subsequent centering our new additional mechanisms in the new position. Now implemented in such a way on the M43 command returns the machine table to its original position (M43 - the initial position of the table). The operator with the local control panel (not from the remote rack) includes magnets and launches technology program. I want to add my M-function that translated the table to the new position. Then our separate controller performs the magnetization and the centering pieces, then we must somehow make the desk knew our controller has finished its own algorithm and then convert the table to its original position (to execute M43).Cubitus pisze:It is not easy, even with right tools.
I still dont understand for what you need extra M-function.
Maybe if you explain in detail what you want to do with this M-function, somebody will help you.
Every action in the machine has its own Marker in the PLC.
90% of the job is finding the right markers, especially if you are doing the m-function by reverse engineering the manufacturers PLC.
Heidenhain general purpose markers are easy to find.
Machine manufacturer are the troubling ones.
Also,
You need set of following heidenhain programs:
tncremo - easy to acquire
PLCdesign - hard to acquire
PLCtext - hard to acquire
Cycledesign - hard to acquire
And dont send me PMs, I rarely have time to be on this forum, maybe once for 3 months, anyway I wish you good luck with this project.