powered by CADENAS

Manual

Manual

11.2.6.  BOMexport

The BOM export section is a kind of enhanced <part> information.

Under <part> the <bom category> is only referenced.

<part>
  <bom category="...">
    <splittable>...</splittable>
  </bom>
...

The complete definition is found under <bomexport>.

Many parts use the same information, so it works like an attribute set.

Definition

  <bomexport>
    <bom category="..." vname="..." >
      <exportvars>...</exportvars>
      <bomid>...</bomid>
      <exportvars>...</exportvars>
      <lengthvar>...</lengthvar>
      <heightvar>...</heightvar>
      <widthvar>...</widthvar>
    </bom>
  </bomexport>
  • bom

    Attributes:

    • category:

      [Note] Note

      The name of the category has to match the category given in <part>.

    • vname: shown name

    Child elements:

    • bomid - defines the part (e.g. order number)

    • exportvars - variables which are shown in bom, separated by ","

    • lengthvars - variable containing the length

    • heightvars - variable containing the height

    • widthvars - variable containing the width

Example

  <bomexport>
    <bom category="transport" vname="Transport" >
      <exportvars>L</exportvars>
      <bomid>ARTNR</bomid>
      <exportvars>V</exportvars>
      <lengthvar>L</lengthvar>
      <heightvar>HE</heightvar>
      <widthvar>BR</widthvar>
    </bom>
  </bomexport>