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

error

GRAMMAR

Concept name

M

Error

GRAMMAR

Concept type

M

event

GRAMMAR

Also known as

O

error messages

TIC Description

Definition

M

An error is a difference between actual output and expected output

TIC Description

Further Detail

O

Error concepts express the RAW message information related to the health of the subject.

The 2022.003 release only include includes the observed property “errormessage” that . It is the basic raw message that express expresses the deviation of the actual value over in comparison with the expected value. Future release will include new observed properties like “predictive” errors generate by ML and AI, error statistics, etc.

TIC Description

Required Information

M

SUBJECT; OBSERVED PROPERTY and VALUE

TIC Description

SUBJECT

M

che; tos

GRAMMAR

POINT OF MEASUREMENT

O

output

estimated; actual; performed

GRAMMAR

OBSERVED PROPERTY

M

error message

GRAMMAR

Value

M

Name; value; description; expectedvalue; mcode; tic40codeid; tic40codename

GRAMMAR

Related standards

O

TIC Description

Related TIC 4.0 definition

O

https://tic40.atlassian.net/l/c/pBWAiKtg https://tic40.atlassian.net/l/c/sHgs2815 https://tic40.atlassian.net/wiki/spaces/CRT/pages/878772453/ErrorMessage?atlOrigin=eyJpIjoiMTgwNWUyYzliYWNjNDE5MWIxZTFkYjQyOWI3ODVmZmIiLCJwIjoiYyJ9 https://tic40.atlassian.net/l/c/sWjfo1T1 https://tic40.atlassian.net/l/c/GRD7muAH

TIC Description

Example

M

A machine publish publishes an error, reporting that the speed of the hoist down is higher than expected.

che.health.error.errormessage.timestamp : 2021-12-10T14:30:39.937Z

che.health.error.errormessage.value : “hoist overspeed”

che.health.error.errormessage.description : "hoist down speed over limit"

che.health.error.errormessage.actualvalue: -14.5

che.health.error.errormessage.expectedvalue: -14.2

che.health.error.errormessage.mcode : 3.4.55.66

che.health.error.errormessage.tic40codeid: 1.4.1.1.1

che.health.error.errormessage.tic40codename: “che.hoist.performance.speed.high”

TIC Description

Example in the context of the grammar

M

JSON example

Bloque de código
languagejson
{
  "che": [
    {
      "id": "",
      "name": "",
      "health": [
        {
          "id": "",
          "error": {
            "errormessage": [
              {
                "timestamp": "2021-12-10T14:30:39.937Z",
                "value": "hoist overspeed",
                "description": "hoist down speed over limit",
                "actualvalue": "-14.5",
                "expectedvalue": "-14.2",
                "mcode": "3.4.55.66",
                "tic40codeid": "1.4.1.1.1",
                "tic40codename": "che.hoist.performance.speed.high"
              }
            ]
          }
        }
      ]
    }
  ]
}

TIC Description

Link to one or more operational processes

M

TIC Description

Search tags

M

#alarm; #error; #fault

Technical

Version / Date

M

2021.003 - 15/01/2022

Technical

Internal TIC Version

M

2021213

Technical

...