You are not logged in.
Pages: 1
Hi,
My NC toolchange is like this:
T1.1 T2.3 M6
M6 is loading "T1.1" and preselects "T2.3" for next toolchange.
But my question is: At the toolchange, how to get decimal value (.1) ?. If I affect a variable into T register, value is replaced with preselecting value (.3) which occurs before M6 toolchange...
I thought about a turn-over, i wanted to name my toolID's tools in tools manager with decimal value ("1.1", "2.3"), that's ok but toolcode/toolchange seems to look for only digits before decimal...??
Offline
You may need to look at "T" in "Word Format" and use "Sub Type=Composite-Numeric" or consider macro "CompositeValue"
Mustapha
Offline
Thank you for your reply.
I got it but i am still can't save decimal value in a variable before toolcall (.1 in my example) because (.3 in my example) is now saved in my variable when M6 occurs. Any idea?
Offline
Pages: 1