I knew I was going to post something about bolting one day...
I have a simple line with:
- a flanged valve that use stud bolt and nuts
- another flanged valve that use cap screw
Separately calculated (I mean if I put 1 valve in a line and the other valve on another line), everything is ok. I obtain the right quantity of stud bolts, nuts and cap screw with the correct lenghts.
But if calculated in the same line the following happens:
- the description of the stud bolt is replaced by the description of the cap screw (although quantity is ok)
- the lenght of the stud bolt is wrong and is actually = to the length of the cap screw.
I am using new bolting method and have double checked all BTSE and bolting spec details...
I hope someone will figure out what could be happening.
ok, so I am figuring that from head to tail, if the first valve use cap screws (BTYPE = CAP), the bolting of the second valve (BTYPE = BOLT) will have its description and length set to the same values as the previous cap screw.
If I shift the two valves (1st the one with BTYPE = BOLT and the 2d one with BTYPE = CAP), the bolting of the valve with BTYPE = CAP will have its description and length set to the same value as the previous.
HEADING
NAME TYPE BDIA BTYP BSEL CATREF DETAIL MATXT CMPREF BLTREF TMPREF PDAREF PR$
TREF
DEFAULTS
- - - BOLT W
*/BOLT:3 BOLT 20mm BOLT W /BOLT-M20 /STUD_BOLT =0 =0 /MSTUD20 =0 =0 =0
*/BOLT:17 BOLT 20mm CAP W /BOLT-M20 /CAP_SCREW =0 =0 /MCAP20 =0 =0 =0
*/BOLT:26 BOLT 20mm NUT W /BOLT-M20 /NUT =0 =0 =0 =0 =0 =0
*/BOLT:4 BOLT 24mm BOLT W /BOLT-M24 /STUD_BOLT =0 =0 /MSTUD24 =0 =0 =0
*/BOLT:18 BOLT 24mm CAP W /BOLT-M24 /CAP_SCREW =0 =0 /MCAP24 =0 =0 =0
*/BOLT:27 BOLT 24mm NUT W /BOLT-M24 /NUT =0 =0 =0 =0 =0 =0
In the MTO I obtain the correct cap for the first set of flange valve (correct diam, quantity and description). ok
But for the second set I obtain the correct quantity and diam of stud bolt and nuts BUT the description of the stud is set as CAP and the length is wrong and is set as the length of pthe previous set of flange / valve.
ok, solved, thanks all for your help.
The bolt SPEC and Blrfarray was ok.
The problem was on the DTAB UDAs.
As most of the values are not defined by the client, I put lots of same 'xxx' values. This was generating mistakes when extracting length and description in Isodraft MTO because BOLT and CAP DTAB had in lost of case the same 'xxx' value.
Only solution found by now: delete the DTAB UDAs.
Someone knows how I could manage these 'xxx' values.