CALLOUT_FORMAT
CALLOUT_FORMAT
(OP)
Hello all, I'm trying to mod my *.hol files to remove unusual tap sizes (ISO) but also to customize the note.
Wildfire M150.
I have read the following
http://www.eng-tips.com/viewthread.cfm?qid=114269
http://www.eng-tips.com/viewthread.cfm?qid=131628
http://www.eng-tips.com/viewthread.cfm?qid=27285
But my note doesnt see to be working.
I have been editing the *.hol file in wordpad, here are my first lines......
TABLE_DATA
PRO_VERSION 24
THREAD_SERIES MJH
CLASS H
TABLE_UNITS metric
DEPTH_RATIO 1.25
CALLOUT_FORMAT &Pattern_No HOLES/DRILL & TAP/&Metric_Size x &Thread_Depth DEEP
Can someone please point out what I've done wrong?
Thanks in advance.
Mark
Wildfire M150.
I have read the following
http://www.eng-tips.com/viewthread.cfm?qid=114269
http://www.eng-tips.com/viewthread.cfm?qid=131628
http://www.eng-tips.com/viewthread.cfm?qid=27285
But my note doesnt see to be working.
I have been editing the *.hol file in wordpad, here are my first lines......
TABLE_DATA
PRO_VERSION 24
THREAD_SERIES MJH
CLASS H
TABLE_UNITS metric
DEPTH_RATIO 1.25
CALLOUT_FORMAT &Pattern_No HOLES/DRILL & TAP/&Metric_Size x &Thread_Depth DEEP
Can someone please point out what I've done wrong?
Thanks in advance.
Mark





RE: CALLOUT_FORMAT
&TAP_DR or &TAP_DEC vs. & TAP
RE: CALLOUT_FORMAT
5 HOLES
DRILL & TAP
M6 x 25 DEEP
So thats where the "DRILL & TAP" come in, these arnt parameters but just text.
Cheers
Mark
RE: CALLOUT_FORMAT
I think that you need an extra ampersand (&) as shown in the file below.
&PATTERN_NO HOLES
DRILL && TAP
&METRIC_SIZE x &THREAD_DEPTH[.2] DEEP