To display Bolt length in metric under Bill of material description.
User requirement is to display bolt lengths in millimeters in a Metric Project OR in a Mixed Metric Project under BOM of OpenPlant Isometrics Manager. See below image where similar bolt length shown in imperial. With latest SS6 version, OpenPlant isometrics Manager introduces format specifier where user can use various format types to display as output. Some of its use can be seen in below discussion on how to manage the output using this functionality. Below exercise would straight away convert the value from Inches to Metric by multiplying with 25.4. It is also advisable to discuss the standard availability of BOLT length going to be used for project where Metric length is required. For any Metric length, spec should get corrected with rounding value of 5 and hence no conversion should be required.
REPORT = BOLT
# this to include items INCLUDE = IE_TYPE=CT_BOLT #EXCLUDE = IE_TYPE=CT_WELD
COLUMN = 12: C : PARTID COLUMN = 55: W : DESCRIPTION + "," + SIZE2:.2f + "mm LG" COLUMN = 8: C : SIZE2:.2g COLUMN = 15: R : COLUMN = 7: R : QUANTITY
GROUP = PARTID SORT = PARTID:N SEP = @ SORTHEADERS = 0
TEXT = @ STUDS Write = Node = 60END
If above problem still persist, then please create a Service Request and contact the Bentley Product Advantage group. Please include a list of all relevant details to get in depth analysis for a solution or workaround.
To Add Prefix "M" For Bolts In Bill Of Material Applies To Product(s): OpenPlant Modeler Version(s): 08.11.09.XXX (SS5) | 08.11.11.XX (SS6) Environment: Windows 7/8.1/10 (64-bit) Area: OpenPlant Isometrics Manager… Last edited over 5 years ago in OpenPlant | AutoPLANT > OpenPlant | AutoPLANT Wiki
Bentley's Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!