Applies To | |
Product(s): | OpenPlant Isometrics Manager |
Version(s): | 08.11.11.XXX (SS5) | 08.11.11.XXX (SS6) |
Environment: | Windows 7/8.1/10 (64-bit) |
Area: | Settings/Attributes |
Subarea: | Configuring the BOM and Reports |
Original Author: | Dinesh Solanki, Bentley Product Advantage Group |
There could be requirement to get weight accumulated for the components and round up quantity in bill of material. Below are some simple steps to accomplish this necessity.
REPORT = SHP
INCLUDE = IE_FIELD = 0
EXCLUDE = IE_TYPE = CT_WELD
COLUMN = 3 : R : PARTID
COLUMN = 19 : C : QUANTITY
COLUMN = 7 : R : SIZE1
COLUMN = 7 : R : SIZE2
COLUMN = 2 : :
COLUMN = 10 : RA1 : DRY_WEIGHT
COLUMN = 2 : L : "kg"
COLUMN = 60: W : IE_DESCRIPT
GROUP = PARTID
SORT = PARTID:N
SEP = @
SORTHEADERS = 1
TEXT = @ ----------------------------------------------------------
TEXT = @ Shop Materials
TEXT = @ ----------------------------------------------------------
Write =
END
NOTE: additional columns can be added to present units type for required attributes. In this Metric Project's example, a kilo units where attached for DRY_WEIGHT attribute.
REPORT = SHP
INCLUDE = IE_FIELD = 0
EXCLUDE = IE_TYPE = CT_WELD
COLUMN = 3 : R : PARTID
COLUMN = 19 : C : QUANTITY
COLUMN = 7 : R : SIZE1
COLUMN = 7 : R : SIZE2
COLUMN = 2 : :
COLUMN = 10 : RA1 : WEIGHT
COLUMN = 2 : L : "kg"
COLUMN = 60: W : IE_DESCRIPT
GROUP = PARTID
SORT = PARTID:N
SEP = @
SORTHEADERS = 1
TEXT = @ ----------------------------------------------------------
TEXT = @ Shop Materials
TEXT = @ ----------------------------------------------------------
Write =
END
NOTE: additional columns can be added to present units type for required attributes. In this Metric Project's example, a kilo units where attached for WEIGHT attribute.
communities.bentley.com/.../configuring-the-bom-and-reports
communities.bentley.com/.../total-weight-in-bill-of-material-using-autoplant-modeler
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!