[QUOTE=daniela;100421]
.......If I'm running the ISODRAFT, I have the relevant mark without problem.
You are on the right way.
Look in your Option-file witch you use in isodraft.
Look at line.... [ITEMCODE from] this is the answer.
you have to replace the entry in the macro ($d1 = ':ITEMCODE' with your eg. $d1 = ':yourUDAname' .
If your ITEMCODES comes from SPREF so you has to write $d1 = 'SPREF'
In the area below [ISODRAFTMODE] you can place more Option from your original Option file.
e.g
-- Bolting length description if you have a dummyentry in your CATA at DTEXT(RTEXT).
-- UNITS
...... all possible Options or pmlcode
Hello,
I've already tried this, but is still the same.
I'm doing the piping specification with one automatic tool and the mark is defined like UDA name in spec, dtab, but not in the BLIS.
Thank you,
[QUOTE=smitsuthar;100896]Dear All
The macro working fine. Thanks
But it gives BOLT nominal size in Inch. What to do if we want in MM. Thanks in advance
...like you do it in ISODRAFT Optionfile. :cupcake:
After the line
ISODRAFTMODE
in the macro you can Input all possible isodraft Options.
Bolting Units MET (for metric Units)
Bolting Units METIMP (for metric length and imperial dia)
Bolting Units IMP (for imperial length and imperial dia)
I also did small change in the macro to appear Heading of Bold size as NS(mm) instead of NS(in)
and to remove ( " ) inch symbol from size data.
Thanks:joyous: