You are not logged in.
Pages: 1
Hello all,
I am building a machine Sim for NiColas FP30 , Siemen control, with this machine Instead using the "T9 M6" for tool change ,but I have
to manual insert the Comand in the program like below, for tool change
CHANGET (0,9.0000,1)
my question is how can I tell Vericut change tool with this comand.
Thank you
dnguyen
Offline
You can add word CHANGET, parsing expression inside () and add toolchange MACRO to new word CHANGET. Or, try to use SUBSTITUTE string CHANGET(0, to T and .0000,1) to M6 and - it will be work! Second way - more easy!
I try second way - see pictures.
Gentleman will walk but never run.
http://www.postprocessor.ru
Offline
Thank you so much for your tip, so how you call tool change in MDI T1 M6?
Dnguyen
Offline
Pages: 1