I recently modified the V9.1 okuma post to work with our machines and controllers. It works almost perfect except for a couple of things:
How do I get an alphabetical letter to call up on each tool change?
For example:
IF [VATOL EQ 02 ] NATA
T2 M6
NATA G00 G90
M1
G15 H01
I would like the "A" at the end of NATA to change to "B" and so on alphabeticaly at each toolchange.
I was able to get the # for ASCII to post but I cant get the # to convert to the actual ASCII character in the post.
Is there a simple # to ACSII command to output the character value?
what I'm getting:
IF [VATOL EQ 01 ] NAT65
NAT65 G00 G90
what I need:
IF [VATOL EQ 01 ] NATA
NATA G00 G90
Any help or sample posts would be greatly appreciated.
Thank you.![]()