RTCP 5 axis machine
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: RTCP 5 axis machine
Hi Igor,
Ignore my last post. I am able to reproduce the problem. The problem only occurs if the GViewer screen is open.
Please give me some time to troubleshoot the problem.
Ignore my last post. I am able to reproduce the problem. The problem only occurs if the GViewer screen is open.
Please give me some time to troubleshoot the problem.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: RTCP 5 axis machine
Отключить KFLOP USB
Переименовать C: \ KMotion435b -> C: \ KMotion435bxxx
Установить KMotion435b
Удалить C: \ KMotion435b \ KMotion \ Release \ GCodeInterpreter.dll
Скопируйте новый GCodeInterpreter.dll в папку C: \ KMotion435b \ KMotion \ Release
Щелкните правой кнопкой мыши C: \ KMotion435b \ KMotion \ Release \ GCodeInterpreter.dll | Свойства | Разблокировать
Безопасность Windows | Настройки защиты от вирусов и угроз | Защита в реальном времени | от
Дважды щелкните C: \ KMotion435b \ KMotion \ Release \ KMotionCNC.exe
сообщить, что происходит
the program is not loaded. Window appears for 3 seconds and closes
Переименовать C: \ KMotion435b -> C: \ KMotion435bxxx
Установить KMotion435b
Удалить C: \ KMotion435b \ KMotion \ Release \ GCodeInterpreter.dll
Скопируйте новый GCodeInterpreter.dll в папку C: \ KMotion435b \ KMotion \ Release
Щелкните правой кнопкой мыши C: \ KMotion435b \ KMotion \ Release \ GCodeInterpreter.dll | Свойства | Разблокировать
Безопасность Windows | Настройки защиты от вирусов и угроз | Защита в реальном времени | от
Дважды щелкните C: \ KMotion435b \ KMotion \ Release \ KMotionCNC.exe
сообщить, что происходит
the program is not loaded. Window appears for 3 seconds and closes
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: RTCP 5 axis machine
Hi Igor,
My mistake, changing the GGodeInterpreter.dll interface required updating other files.
Please re-download and copy these 5 patched files to the C:\KMotion435b\KMotion\Release folder:
GGodeInterpreter.dll
KMotionDLL.dll
KMotion.exe
KMotionCNC.exe
KMotionServer.exe
My mistake, changing the GGodeInterpreter.dll interface required updating other files.
Please re-download and copy these 5 patched files to the C:\KMotion435b\KMotion\Release folder:
GGodeInterpreter.dll
KMotionDLL.dll
KMotion.exe
KMotionCNC.exe
KMotionServer.exe
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: RTCP 5 axis machine
good work, I thank! But there are still questions
??- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: RTCP 5 axis machine
Hi Igor,
That would be normal if you have a KStep.
What boards do you have?
Please post your Initialization C Program.
That would be normal if you have a KStep.
What boards do you have?
Please post your Initialization C Program.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: RTCP 5 axis machine
I more often indicated my configuration, only step motors .
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: RTCP 5 axis machine
Hi Igor,
Do you drive the step motors with KStep or something else?
If you don't have KStep make sure you don't have this line in your C Program:
KStepPresent=TRUE; // enable KSTEP input multiplexing
Do you drive the step motors with KStep or something else?
If you don't have KStep make sure you don't have this line in your C Program:
KStepPresent=TRUE; // enable KSTEP input multiplexing
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: RTCP 5 axis machine
KStepPresent=TRUE; // enable KSTEP input multiplexing---This row has been deleted and the blinking problem persists.
here file of initialization .he is a worker?
Kinematics5AxisTableAGimbalB
PivotToChuckLength = 3.208661 //inches (81.5mm)- Changing values I do not see changes in the simulation test program
here file of initialization .he is a worker?
Kinematics5AxisTableAGimbalB
PivotToChuckLength = 3.208661 //inches (81.5mm)- Changing values I do not see changes in the simulation test program
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: RTCP 5 axis machine
Hi Igor,
Start with something very simple such as a line or point with one angle change.
Also your code doesn't turn on RTCP with G43.4 Hxxx
Attach the GCode
The file you posted still has KStepPresent=TRUE;KStepPresent=TRUE; // enable KSTEP input multiplexing---This row has been deleted and the blinking problem persists.
here file of initialization
You won't see any difference in the GCode Viewer Plot. It shows the XYZ path of the GCode.Kinematics5AxisTableAGimbalB
PivotToChuckLength = 3.208661 //inches (81.5mm)- Changing values I do not see changes in the simulation test program
Start with something very simple such as a line or point with one angle change.
Also your code doesn't turn on RTCP with G43.4 Hxxx
Attach the GCode
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: RTCP 5 axis machine
hi Tom. there is a screen. the line is absent. My postprocessor displays code like this. He won 't work?