You are not logged in.
When you define a number of macro's for a certain command, is there a way to control the order of those macro's?
I always thought that the macro's are processed in the way they are defined, but for command L701 I defined 3 macro's to position the machine:
ZAxisMachineMotion: Override value = 1100
AAxisMachineMotion: Override value = 0
YAxisMachineMotion: Override value = 450
XAxisMachineMotion: Override value = 800
When running this command however I see that all axis move simultaniously and not 1st Z then A then Y then X
Is there a way to process the macro's in specified order or wait for a macro to complete before an other macro begins????
Patrick Delisse
KMWE Aerospace - https://www.kmwe.com
(Vericut V9.5, Siemens NX2206, Campost)
Offline
Add the macro ProcessMotion, when ever the motion defined before has to be processed
Stefan Pendl
Systemmanager CAD/CAM
Windows 10 x64 Edition, Vericut 9.0
Offline
Thanks Stefan,
That did it!
Patrick Delisse
KMWE Aerospace - https://www.kmwe.com
(Vericut V9.5, Siemens NX2206, Campost)
Offline
You are welcome.
Stefan Pendl
Systemmanager CAD/CAM
Windows 10 x64 Edition, Vericut 9.0
Offline