I have put asterisks in post and succeeded in getting them around where I want tool comment to go. Here is what I am getting:
(XXX )
(P/N
(BOGLINO - DATE
(********************)
( T07=* *)
( T18=* *)
( T11=* *)
( T12=* *)
( T10=* *)
( T09=* *)
( T14=* *)
( T15=* *)
( T16=* *)
( T01=* *)
(********************)
Here are the two places I put the asterisks in the post:
fmt "T" 4 tnote "=*" # Note format
fmt "DIA. OFF. - " 4 toffnote # Note format
fmt "LENGTH - " 4 tlngnote # Note format
fmt "TYPE- " 11 tldia # Note format
This is toward beginning of post, and here:
pwrtt # Write tool table, scans entire file, null tools are negative
tnote = t
toffnote = tloffno
tlngnote = tlngno
if t >= 0, "(", tnote, "*)"
if t >= 0, tcnt = tcnt + 1
Which is the last thing before the # questions at the end of the post. As post is reading the tool numbers, and putting them in order at beginning of my program, I want it to read the coinciding tool comment I enter in Mastercam, and print it in the tool list. Thanks in advance for the help.


LinkBack URL
About LinkBacks





