You are not logged in.
Pages: 1
Hello!
Now I try to simulate SPLINE Motions for different NC Machines and - no problem for SIEMENS, you can open example project from LIBRARY. But no any examples for Heidenhain iTNC530. The SPLINE motion for heid must be:
SPL X100 Y100 Z-0.5
K3X0.0 K2X0.0 K1X-100.0
K3Y0.0 K2Y100.0 K1Y-200.0
K3Z0.0 K2Z0.0 K1Z0.0
But SPL, K1X......K3Z not defined as WORD.
I define new WORDs - see a picture and create my own MACRO - HeidenhainSPL, linked to CME DLL.
You can see SPLINE Motion - http://www.youtube.com/watch?v=AkrWktFtYUg
If you want to try it - let me know, I will upload DLL (x32 only, excuse me) and edited control-file.
Offline
Hello!
I want to add few words for this topic. For K1X.....K3Z you can use any float numbers. BUT - if |float| > 9.9999999 - you must use exponential notification for numbers - 1.12345E+002, for example, or you cannot to load NC program to NC Machine with error message. The question is - how I can check this moment in VERICUT?
Offline
Pages: 1