Using Load Meter - Intergraph Smart Production - Help - Hexagon

Intergraph Smart Production eCharter

Language
English
Product
Intergraph Smart Production
Search by Category
Help

Definition of Load meter:

Load Meter can be determination for freight cost if the cargo fills the cargo space fully by width and height.

When using Load Meter, see the Load Meter field on the dialog above, the Area is calculated by multiplying the standard width (2400 mm) with the Load Meter [mm]. Then the width, length and height are not used on eCharter message.

  1. Example of eCharter message, when load meter is used.

    <shipment charterno="1096" orderno="O63741">

    <val n="deliverydate">2019-03-18</val>

    <val n="deliveryinstruction"/>

    <val n="freetext1">Handle with care</val>

    <val n="freetext2"/>

    <val n="from">0</val>

    <val n="legalto"/>

    <val n="payerfreight">0001068649</val>

    <val n="rcvreference"/>

    <val n="reference">O63741</val>

    <val n="shipdate">2019-05-13</val>

    <service srvid="KKSTD"/>

    <val n="termcode">DAP</val>

    <val n="to">0001068649</val>

    <container type="parcel">

    <val n="weight">1048.02</val>

    <val n="copies">1</val>

    <val n="contents">Assemblies</val>

    <val n="marking">4750</val>

    <val n="volume"/>

    <val n="packagecode">EP</val>

    <val n="height"/>

    <val n="length"/>

    <val n="width"/>

    <val n="area">4.800</val>

    </container>

    </shipment>

    When using package dimensions for freight cost then the Width, Length and Height are used instead of Load Meter. Then the Load Meter field is set empty on Dispatch application.

  2. Example of eCharter message, when load meter is not used.

    <shipment charterno="1098" orderno="O63661">

    <val n="deliverydate">2018-11-01</val>

    <val n="deliveryinstruction"> Handle with care</val>

    <val n="freetext1"> </val>

    <val n="freetext2"/>

    <val n="from">0</val>

    <val n="legalto"/>

    <val n="payerfreight">0001068649</val>

    <val n="rcvreference"/>

    <val n="reference">O63661</val>

    <val n="shipdate">2019-03-18</val>

    <service srvid="POF1"/>

    <val n="termcode">DAP</val>

    <val n="to">0001068649</val>

    <container type="parcel">

    <val n="weight">64.56</val>

    <val n="copies">1</val>

    <val n="contents">Parts</val>

    <val n="marking">4723</val>

    <val n="volume">0.096</val>

    <val n="packagecode">EP</val>

    <val n="height">0.1</val>

    <val n="length">1.2</val>

    <val n="width">0.8</val>

    <val n="area”/>

    </container>

    </shipment>