Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

CONCEPT

Fields

Type

Description

Purpose

ID (Concept identifier)

M

weight

GRAMMAR

Concept name

M

Weight

GRAMMAR

Concept type

M

Load

GRAMMAR

Also known as

O

load; cargo weight; payload; gross weight;

TIC Description

Definition

M

The force that gravitation gravity exerts upon the TIC 4.0 “subject”, equal to the mass of the payload times multiplied by the local acceleration of gravity.

TIC Description

Further Detail

O

TIC 4.0 “subject” can be an object (cargo, che, spreader) or a process (cargovisit, cycle) or a system (hoist, trolley). If “weight” refers to a subject that is a process or a system (not an object itself), “weight” applies to the payload that is being processed or managed by the “subject”.

The weight can be observed from 3 diferent perperspectives: Nett, Tare and Gross where:

Nett + Tare = Gross

Specific cases:

cargovisit.weight defines the weight of the cargo ofthe of the cargo visit process.

E.g. during a container visit to a terminal the cargovisit.weight.gross.value will be the total weight of the container itself(Tara Tare weight) plus the weight of the cargo. And if If there is a verified gross mass (VGM), then it equals the gross weight (cf. IMO XYZ).

cycle.weight defines the weight of the payload that is being moved.

che.cycle.weight defines the weight of the payload that is being moved by the CHE. The cycle is a process that only refers to the cargo, so the cycle weight does not include the spreader, which is part of the CHE.

E.g during a STS twin move the che.cycle.weight.gross.output.actual.ton.value will be the total gross weight of the two containers moved by the STS.

E.g with objects

che.weight.gross.output.actual.ton.value = 150 tons means that the CHE plus whatever cargo it is handling weighs 150 tons.

che.weight.tare.output.actual.ton.value = 138 tons means that the CHE itself weighs 138 tons.

che.spreader.weight.tare.output.actual.ton.value = 12 tons means that the spreader itself weighs 12 tons.

che.spreader.weight.gross.output.actual.ton.value = 22 tons means that the spreader plus whatever it carries or it is attached weighs 22 tons.

che.spreader.weight.nett.output.actual.ton.value = 10 tons means that payload that is being moved by the spreader weighs 10 tons (the container)

Usually when a cargo visit is handled by a CHE will result in:

cargovisit.weight.gross should have the same value as any che.spreader.weight.nett that is handling the cargo during its visit.

TIC Description

Required Information

M

SUBJECT; OBSERVED PROPERTY and VALUE

TIC Description

SUBJECT

 

cargovisit, CHE, spreader, hoist

 

POINT OF MEASUREMENT

 

pom: output

pomt: actual

 

OBSERVED PROPERTY

 gross

, net, measuredNett, Tare and Gross

 

Value

 

ton

 

Related standards

O

 IMO VGM Standard

TIC Description

Related TIC 4.0 definition

O

 weightrear; weightfront,

 Weight [REVIEW]Gross [REVIEW] Nett [REVIEW] Tare (Review) weightrear; weightfront

TIC Description

Example

M

A 10 ton container:

tos.cargo.weight.nett.ouput.actual.ton = 6

tos.cargo.weight.gross.output.actual.ton = 10

tos.cargovisit.weight.gross.output.actual.ton =10

che.spreader.weight.gross.output.actual.ton = 22

che.spreader.weight.tare.output.actual.ton = 12

che.spreader.weight.nett.output.actual.ton = 10

che.hoist.weight.gross.output.actual.ton = 22

che.hoist.weight.nett.output.actual.ton = 10

che.hoist.weightfront.gross.output.actual.ton = 12

che.hoist.weightrear.gross.output.actual.ton = 10

che.cycle.weight.totalgross.output.actual.ton = 3456 

TIC Description

Example in the context of the process

M

CHE jSON data model including weight and load

Bloque de código
{
  "msg": {
    "id": ""
  },
  "che": [
    {
      "id": "",
      "name": "",
      "spreader": [
        {
          "id": "",
          "weight": {
            "gross": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ],
            "nett": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ]
          }
        }
      ],
      "hoist": [
        {
          "id": "",
          "weight": {
            "gross": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ],
            "nett": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ]
          },
          "weightfront": {
            "gross": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ],
            "nett": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ]
          },
          "weightrear": {
            "gross": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ],
            "nett": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ]
          }
        }
      ],
      "cycle": [
        {
          "id": "",
          "weight": {
            "gross": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "starttimestamp": "2022-03-10T16:12:12.101Z",
                "endtimestamp": "2022-03-10T16:12:12.101Z",
                "unit": "ton",
                "value": 0
              }
            ],
            "totalgross": [
              {
                "pom": "output",
                "pomt": "actual",
                "timestamp": "",
                "unit": "ton",
                "value": 0
              }
            ]
          }
        }
      ]
    }
  ]
}

TIC Description

Link to one or more operational processes

M

TIC Description

Search tags

M

Please updateweight, net, nett, tare, gross, poid, mass, deplacement.

Technical

Version / Date

M

202112142022.004 - 15/03/2022

Technical

Internal TIC Version

M

2022.00420220422

Technical

M = Mandatory

O = Optional

...

Created by

Edited by

Review / Approve

Published

 Francisco Blanquer Jaraiz 2020-01-01

Francisco Blanquer Jaraiz 2021-12-13 

 

 

  

Francisco Blanquer Jaraiz 2022-04-24