Versiones comparadas

Clave

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

SUBJECT

{

Fields

Type

Description

Purpose

ID (subject identifier)

M

health

GRAMMAR

subject name

M

Health

GRAMMAR

subject type

M

process, logic, control

GRAMMAR

Also known as

O

Alarm system, Error system, Maintenance control,

TIC Description

Definition

M

The term HEALTH Health represents the array of systems which are used to monitor and manage the proper functioning of the subject within its working environment as it is designed for.

 

Further Detail

O

The most common health systems usually are related to machines and its components but not only as far as it represents the vitality of the subject through the health, faults, warning and error messages it will consider it under Health. Also human . Health represents also other aspects like the faults, warnings and error messages but also human manual actions like monitoring, diagnostics and or repairing are part of the health system, repairing that affect and represent the subject vitality.

In principle, any physical subject (che, spreader, powersource, lightpoollightpole, brake etc) could have a health (sub-subject) control system. Also any Any process (subject) could have a health control system. Even a complex subject like a terminal can have a global health control system.

There is a clear link between Health and Control (subjects) as health is a specific control system usually part of the control system of the subject (che, tos, etc), which is dedicated to control if the subject works properly within the designed parameters.

TIC Description

Required Information

M

Id, Name

TIC Description

SUBJECT

 

CHE, TOS, Terminal, Gate, PowerSource, Spreader, (Terminal) Infrastructure

 

CONCEPT

 

Id, Name, Number, Type, Family, Brand, Model, Softwareid, Location, Healthy, Fault, Warning, Error (Message), Interlock

 

Related standards

O

TIC 4.0 (sonrisa)  ISO ?? SEASAE-J1939-73;

TIC Description

Related TIC 4.0 definition

O

https://tic40.atlassian.net/l/c/bmbPqa9i https://tic40.atlassian.net/l/c/1MJoR8Ax https://tic40.atlassian.net/l/c/E8YsrXiq https://tic40.atlassian.net/l/c/ZnV1aQ3Q https://tic40.atlassian.net/l/c/g0L1983x https://tic40.atlassian.net/l/c/jZ1h8KXq https://tic40.atlassian.net/l/c/UPgemM11

Example

M

In flat format for an a specific "timestamp": "2021-11-19T16:06:54.891Z", we receive this message from the health system:

che.health.heallthyhealthy.status.ioutput.actual.boolean : FALSE

che.health.fault.event.output.actual.error.errormessage.name : coolant sensor value out of range

che.health.fault.event.tic40codeid: 1.1.2.4.3

che.health.fault.event.output.actual.tic40codename: che.powersource.coolant.control.sensor

che.health.fault.event.output.actual.oldvalue: FALSE

che.health.fault.event.output.actual.newvalue: TRUE

che.health.warning.status.ioutput.actual.boolean: TRUE

che.health.warninginterlock.status.ioutput.actual.tic40codeid: 1.1Means that the che health it is not ok, with one description: Waiting for clearance

This example means that the CHE healthy status is not OK, because in this case there is a specific fault in the coolant control sensor of the engine. This have a general warning in the powersource.

Example in the context of the grammar

M

Health data model in JSON format

Image Added

Bloque de código
languagejson
{
  "che": [
    {
      "id": "",
      "name": "",
      "health": [

{ "id": "", "name": "", "number": 0, "type": "", "family": "", "brand": "", "model": "", "source": "", "softwareid": "", "location": "", "healthy": { "status": [ { "value": false, "type": "operational/safety/component", "pom": "output", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z" }, { "value": false, "type": "operational/safety/component", "pom": "ioutput", "pomt": "estimated", "timestamp": "2021-11-30T09:21:29.488Z", "computingtime": "2021-11-30T09:21:29.488Z", "forecasttime": "2021-11-30T09:21:29.488Z" } ], "level": [ { "value": "", "type": "operational/safety/component", "unit": "percentage", "pom": "output", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z" }, { "value": "", "type": "operational/safety/component", "unit": "conflicts/errors/points/collisions", "pom": "output", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z" }, { "value": "", "type": "operational/safety/component", "unit": "percentage", "pom": "ioutput", "pomt": "estimated", "timestamp": "2021-11-30T09:21:29.488Z", "computingtime": "2021-11-30T09:21:29.488Z", "forecasttime": "2021-11-30T09:21:29.488Z" } ] }, "error": { "errormessage \"events; metadata;\"": [ { "timestamp": "2021-11-30T09:21:29.488Z", "value": false, "mcode": "", "spncode": "", "fmicode": "", "name": "", "description": "" } ] }, "interlock": { "status": [ { "tic40codeid": "", "tic40codename": "", "type": "safe/nonsafe", "pom": "ioutput", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z", "value": false, "mcode": "", "spncode": "", "fmicode": "", "description": "", "reaction": "" } ], "duration": [ { "tic40codeid": "", "tic40codename": "", "type": "safe/nonsafe", "pom": "ioutput", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z", "value": false, "mcode": "", "spncode": "", "fmicode": "", "description": "", "reaction": "" } ], "counter": [ { "tic40codeid": "", "tic40codename": "", "type": "safe/nonsafe", "pom": "ioutput", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z", "value": false, "mcode": "", "spncode": "", "fmicode": "", "description": "", "reaction": "" } ], "totalcounter": [ { "tic40codeid": "", "tic40codename": "", "type": "safe/nonsafe", "pom": "ioutput", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z", "value": false, "mcode": "", "spncode": "", "fmicode": "", "description": "", "reaction": "" } ], "timer": [ { "tic40codeid": "", "tic40codename": "", "type": "safe/nonsafe", "pom": "ioutput", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z", "value": false, "mcode": "", "spncode": "", "fmicode": "", "description": "", "reaction": "" } ], "totaltimer": [ { "tic40codeid": "", "tic40codename": "", "type": "safe/nonsafe", "pom": "ioutput", "pomt": "actual", "timestamp": "2021-11-30T09:21:29.488Z",


 

"value":

 

false,

      {
          "

mcode

id": "",


          "

spncode

name": "",


          "

fmicode

number": 

""

0,
          

"description

"type": "",


          

"

reaction

family": "",
          "brand": "",
  

}

        

"model": "",
  

]

        

}

"source": "",
          "

fault

softwareid": 

{

"",
          

"

status

location": 

[

"",
          

"healthy": {
            

"

tic40codeid

event": 

"",

[
              

"tic40codename": "",

{
                "type": "

fault

operational/

warning/recomendation?????

safety/component",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

488Z

713Z",
                "value": false,
                "oldvalue": false,
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ],
            "

duration

status": [
              {
                "

tic40codeid

value": 

""

false,
                "

tic40codename

type": "operational/safety/component",
                "

type

pom": "

fault/warning/recomendation?????

output",
                "

pom

pomt": "

output

actual",
                "

pomt

timestamp": "

actual",

2021-12-17T11:44:53.713Z"
              },
             

"timestamp": "2021-11-30T09:21:29.488Z",

 {
                "value": false,
                "

mcode

type": 

"

"operational/safety/component",
                "

spncode

pom": "ioutput",
                "

fmicode

pomt": "estimated",
                "

severity

timestamp": "2021-12-17T11:44:53.713Z",
                "

description

computingtime": "2021-12-17T11:44:53.713Z",
                "

reaction

forecasttime": "2021-12-17T11:44:53.713Z"
              }
            ],
            "

counter

level": [
              {
                "

tic40codeid

value": "",
                "

tic40codename

type": "operational/safety/component",
                "

type

unit": "

fault/warning/recomendation?????

percentage",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

488Z",

713Z"
              },
             

"value": false,

 {
                "

mcode

value": "",
                "

spncode

type": "operational/safety/component",
                "

fmicode

unit":

"

 "conflicts/errors/points/collisions",
                "

severity

pom": "output",
                "

description

pomt": "actual",
                "

reaction

timestamp": "2021-12-17T11:44:53.713Z"
              },
            

],

  {
          

"totalcounter":

 

[

     

{

"value": "",
                "

tic40codeid

type": "operational/safety/component",
                "

tic40codename

unit": "percentage",
                "

type

pom": "

fault/warning/recomendation?????

ioutput",
                "

pom

pomt": "

output

estimated",
                "

pomt

timestamp": "

actual

2021-12-17T11:44:53.713Z",
                "

timestamp

computingtime": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

713Z",
                

"value": false,

"forecasttime": "2021-12-17T11:44:53.713Z"
              }
       

"mcode":

 

"",

    ],
            "

spncode

duration": 

"",

[
              {
 

"fmicode":

 

"",

              

"

severity

tic40codeid": "",
                "

description

tic40codename": "",
                "

reaction

pom": "output",
              

}

  

"pomt": "actual",
     

],

           

"

timer

unit": 

[

"second",
 

{

               

"

tic40codeid

timestamp": "2021-12-17T11:44:53.713Z",
                "

tic40codename

value": ""

,


              }
        

"type":

 

"fault/warning/recomendation?????",

   

],
            "

pom

counter": 

"output",

[
              {
 

"pomt":

 

"actual",

              "

timestamp

tic40codeid": "

2021-11-30T09:21:29.489Z

",
                "

value

tic40codename": 

false

"",
                "

mcode

pom": "output",
                "

spncode

pomt": "actual",
                "

fmicode

timestamp": "2021-12-17T11:44:53.713Z",
                "

severity

value": "",
                "

description

starttimestamp": "2021-12-17T11:44:53.713Z",
                "

reaction

endtimestamp": "2021-12-17T11:44:53.713Z"
              }
            ],
            "

totaltimer

totalcounter": [
              {
                "tic40codeid": "",
                "tic40codename": 

"

"

, "type": "fault/warning/recomendation?????

",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

713Z",
                "value":

false,

 ""
              }
       

"mcode":

 

"",

    ],
            "

spncode

timer": 

"",

[
              

"fmicode": "",

{
                "

severity

tic40codeid": "",
                "

description

tic40codename": "",
                "

reaction

pom": "output",
              

}

  "pomt": "actual",
         

]

       

}

"unit": "second",
          

"warning": {

      

"

status

timestamp": 

[ {

"2021-12-17T11:44:53.713Z",
                "

tic40codeid

value": "",
                "

tic40codename

starttimestamp": "2021-12-17T11:44:53.713Z",
                "

type

endtimestamp": "

fault/warning/recomendation?????",

2021-12-17T11:44:53.713Z"
              

"pom": "output",

}
            

"pomt": "actual",

],
            "

timestamp

totaltimer": 

"2021-11-30T09:21:29.489Z",

[
              {
 

"value":

 

false,

              

"

mcode

tic40codeid": "",
                "

spncode

tic40codename": "",
                "

fmicode

pom": "output",
                "

severity

pomt": "actual",
                "

description

unit": "second",
                "

reaction

timestamp":

""

 "2021-12-17T11:44:53.713Z",
              

}

  "value": ""
         

],

     }
       

"duration":

 

[

    ]
          

{

},
          

"tic40codeid

"error": 

"",

{
            

"

tic40codename

errormessage": 

"",

[
              

"type": "fault/warning/recomendation?????",

{
                "

pom

timestamp": "

output

2021-12-17T11:44:53.713Z",
                "

pomt

value": "

actual

",
                "

timestamp

description": "

2021-11-30T09:21:29.489Z

",
                "

value

expectedvalue": 

false

"",
                "

mcode

actualvalue": "",
                "

spncode

tic40codeid": "",
                "

fmicode

tic40codename": "",
                "

severity

mcode": ""

,


    

"description":

 

"",

         }
       

"reaction":

 

""

    ]
          },
          

],

"warning": {
            "

counter

event": [
              {
                "tic40codeid": "",
                "tic40codename": "",
                "

type

pom": "

fault/warning/recomendation?????

output",
                "

pom

pomt": "

output

actual",
                "

pomt

timestamp": "

actual

2021-12-17T11:44:53.713Z",
                "

timestamp

value": 

"2021-11-30T09:21:29.489Z"

false,
                "

value

oldvalue": false,
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ],
            "

totalcounter

status": [
              {
                "tic40codeid": "",
                "tic40codename": "",
                "

type": "fault/warning/recomendation?????", "

pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

713Z",
                "value": false,
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ],
            "

timer

duration": [
              {
                "tic40codeid": "",
                "tic40codename": "",


               

"type":

 "

fault/warning/recomendation?????", "

pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

714Z",
                "value": 

false

"",
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ],
            "

totaltimer

counter": [
              {
                "tic40codeid": "",
                "tic40codename": "",
                "pom": "output",
                "

type

pomt": "

fault/warning/recomendation?????

actual",
                "

pom

timestamp": "

output

2021-12-17T11:44:53.714Z",
                "

pomt

value": "

actual

",
                "

timestamp

starttimestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

714Z",
                "

value

endtimestamp": 

false

"2021-12-17T11:44:53.714Z",
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ]

}

,
          

"fault_or_error_or_warning": {

  "

status

totalcounter": [
              {
                "tic40codeid": "",
                "tic40codename": "",
                "

type

pom": "

fault/warning/recomendation?????

output",
                "

pom

pomt": "

output

actual",
                "

pomt

timestamp": "

actual

2021-12-17T11:44:53.714Z",
                "

timestamp

value": "

2021-11-30T09:21:29.489Z

",
                "

value

mcode": 

false

"",
                "

mcode

spncode": "",
                "

spncode

fmicode": "",
                "

fmicode

severity": "",
                "

severity

description": "",
                "

description

reaction": ""

,


              }
 

"reaction":

 

""

          ],
    

}

        "timer": [
   

],

           {
 

"duration":

 

[

              

{

"tic40codeid": "",
                "

tic40codeid

tic40codename": "",
                "

tic40codename

pom": "output",
                "

type

pomt": "

fault/warning/recomendation?????

actual",
                "

pom

timestamp": "

output

2021-12-17T11:44:53.714Z",
                "

pomt

value": "

actual

",
                "

timestamp

starttimestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

714Z",
                "

value

endtimestamp": 

false

"2021-12-17T11:44:53.714Z",
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ],
            "

counter

totaltimer": [
              {
                "tic40codeid": "",
                "tic40codename"

: "", "type": "fault/warning/recomendation?????

: "",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

714Z",
                "value": 

false

"",
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ]

,


          },
      

"totalcounter":

 

[

   "fault": {
          

{

  "event": [
             

"tic40codeid": "",

 {
                "

tic40codename

tic40codeid": "",
                "

type

tic40codename": "

fault/warning/recomendation?????

",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

714Z",
                "value": false,
                "

mcode

oldvalue": 

""

false,
                "

spncode

mcode": "",
                "

fmicode

spncode": "",
                "

severity

fmicode": "",
                "

description

severity": "",
                "

reaction

description": "",
              

}

  "reaction": ""
         

],

     }
       

"timer":

 

[

    ],
          

{

  "status": [
             

"tic40codeid": "",

 {
                "

tic40codename

tic40codeid": "",
                "

type

tic40codename": "

fault/warning/recomendation?????

",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

30T09

17T11:

21

44:

29

53.

489Z

714Z",
                "value": false,
                "mcode": "",
                "spncode": "",
                "fmicode": "",
                "severity": "",
                "description": "",
                "reaction": ""
              }
            ],
            "

totaltimer

duration": [
              {
                "tic40codeid": "",
                "tic40codename": "",
                "

type

pom": "

fault/warning/recomendation?????

output",
                "

pom

pomt": "

output

actual",
                "

pomt

timestamp": "

actual

2021-12-17T11:44:53.714Z",
                "

timestamp

value": "",
             

"2021-11-30T09:21:29.489Z

   "mcode": "",
                "spncode": "",
                "

value

fmicode": 

false

"",
                "

mcode

severity": "",
                "

spncode

description": "",
                "

fmicode

reaction": ""

,


              }
       

"severity":

 

"",

    ],
            "

description

counter": 

"",

[
              {
 

"reaction":

 

""

              

}

"tic40codeid": "",
            

]

    "tic40codename": "",
     

}

         

}

  "pom": "output",
   

]

     

}

   

]

 

}

 

Healty example with a che powersource coolant control sensor problem in Json format.

Bloque de código
languagejson
   "

che

pomt": 

[

"actual",
         

{

       "

id

timestamp": "2021-12-17T11:44:53.714Z",
      

"name": "",

          "

health

value": 

[

"",
     

{

           "

id

starttimestamp": "2021-12-17T11:44:53.714Z",
          

"name

      "endtimestamp": "2021-12-17T11:44:53.714Z",
          

"number":

 

0,

     "mcode": "",
    

"type":

 

"",

           "

family

spncode": "",
                "

brand

fmicode": "",
                "

model

severity": "",
                "

source

description": "",
          

"softwareid

      "reaction": ""

,


              

"location": "",

}
           

"healthy": {

 ],
            "

status

totalcounter": [
              {
                "

value

tic40codeid": 

false

"",
                "

type

tic40codename": "

operational

",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

19T16

17T11:

06

44:

54

53.

891Z

714Z",
              

},

  "value": "",
               

{

 "mcode": "",
                "

value

spncode": 

false

"",
                "

type

fmicode": "

component

",
                "

pom

severity": "

ioutput

",
                "

pomt

description": "

estimated

",
                "

timestamp

reaction": "

2021-11-19T16:06:54.891Z",

"
              }
            ],
            "

computingtime

timer":

"2021-11-19T16:06:54.891Z",

 [
              {
                "

forecasttime

tic40codeid": "

324

",
                "

forecasttimeunit

tic40codename": "

second

",
              

}

  "pom": "output",
         

],

       "pomt": "actual",
    

"level":

 

[

           

"timestamp": "2021-12-17T11:44:53.714Z",
 

{

               

"value": "

20

",
                "

type

starttimestamp": "

component

2021-12-17T11:44:53.714Z",
                "

unit

endtimestamp": "

percentage

2021-12-17T11:44:53.714Z",
                "

pom

mcode": "

output

",
                "

pomt

spncode": "

actual

",
                "

timestamp

fmicode": "

2021-11-19T16:06:54.891Z"

",
            

},

    

{

"severity": "",
                "

value

description": "

3654

",
                "

type

reaction": "

operational",

"
              }
       

"unit":

 

"errors",

    ],
            "

pom

totaltimer": 

"output",

[
              

"pomt": "actual",

{
                "

timestamp

tic40codeid": "

2021-11-19T16:06:54.891Z"

",
                

},

"tic40codename": "",
                

{

"pom": "output",
                "

value

pomt": "

5

actual",
                "

type

timestamp": "

component

2021-12-17T11:44:53.714Z",
                "

unit

value": "

percentage

",
                "

pom

mcode": "

ioutput

",
                "

pomt

spncode": "

estimated

",
                "

timestamp": "2021-11-19T16:06:54.891Z

fmicode": "",
                "

computingtime

severity": "

2021-11-19T16:06:54.891Z

",
                "

forecasttime

description": "

324

",
                "

forecasttimeunit

reaction": "

second

"
              }
            ]
          },
          "

fault

interlock": {
            "event": [
              {
                "tic40codeid": "

1.1.2.4.3

",
                "tic40codename": "

che.powersource.coolant.control.sensor

",
                "pom": "output",
                "pomt": "actual",
                "timestamp": "2021-

11

12-

19T16:06:54.892Z", "unit": "boolean", "oldvalue": false, "newvalue": true

17T11:44:53.714Z",
                "

mcode

value": 

"E"

false,
                "

spncode

oldvalue": 

110

false,
                "

fmicode

mcode": 

3

"",
                "

severity

spncode": 

{}

"",
                "

description

fmicode": 

{}

"",
                "

reaction

description": 

{}

""
              }
            ],
            "status": [
              {
                "tic40codeid": "

1.1.2.4.3

",
                "tic40codename": "

che.powersource.coolant.control.sensor

",
                "

pom

type": "

output

safe/nonsafe",
                "

pomt

pom": "

actual

ioutput",
                "

timestamp

pomt": "

2021-11-19T16:06:54.892Z

actual",
                "

value

timestamp": 

true, "mcode": "E

"2021-12-17T11:44:53.715Z",
                "

spncode

value": 

110

false,
                "

fmicode

mcode": 

3

"",
                "

severity

spncode": 

{}

"",
                "

description

fmicode": 

{}

"",
                "

reaction

description": 

{}

""
              }
            ],
            "duration": [
              {
                "tic40codeid": "

1.1.2.4.3

",
                "tic40codename": "

che.powersource.coolant.sensor

",
                "

pom

type": "

output

safe/nonsafe",
                "

pomt

pom": "

actual

ioutput",
                "

unit

pomt": "

second

actual",
                "timestamp": "2021-

11

12-

19T16

17T11:

06

44:

54

53.

892Z

715Z",
                "value": 

1

"",
                "mcode": "

E

",
                "spncode": 

110

"",
                "fmicode":

3,

 

"

severity

"

: {}

,
                "description":

{},

 

"reaction": {}

""
              }
            ],
            "counter": [
              {
                "tic40codeid": "

1.1.2.4.3

",
                "tic40codename": "

che.powersource.coolant.control.sensor

",
                "

pom

type": "

output

safe/nonsafe",
                "

pomt

pom": "

actual

ioutput",
                "

timestamp

pomt": "

2021-11-19T16:06:54.892Z

actual",
                "

value

timestamp": 

32

"2021-12-17T11:44:53.715Z",
                "

starttimestamp

value": "

2021-11-19T16:05:54.892Z

",
                "

endtimestamp

starttimestamp": "2021-

11

12-

19T16

17T11:

06

44:

54

53.

892Z

715Z",
                "

mcode

endtimestamp": "

E", "spncode": 110

2021-12-17T11:44:53.715Z",
                "

fmicode

mcode": 

3

"",
                "

severity

spncode": 

{}

"",
                "

description

fmicode": 

{}

"",
                "

reaction

description": 

{}

""
              }
            ],
            "totalcounter": [
              {
                "tic40codeid": "

1.1.2.4.3

",
                "tic40codename": "

che.powersource.coolant.control.sensor

",
                "

pom

type": "

ioutput

safe/nonsafe",
                "

pomt

pom": "

actual

ioutput",
                "

timestamp

pomt": "

2021-11-19T16:06:54.892Z

actual",
                "

value

timestamp": 

347

"2021-12-17T11:44:53.715Z",
                "

mcode

value": "

E

",
                "

spncode

mcode": 

110

"",
                "

fmicode

spncode": 

3

"",
                "

severity

fmicode":

{},

 

"

description

"

: {}

,
                "

reaction

description": 

{}

""
              }
            ],
            "timer": [
              {
                "tic40codeid": "

1.1.2.4.3

",
                "tic40codename": "

che.powersource.coolant.control.sensor

",
                "

pom

type": "

output

safe/nonsafe",
                "

pomt

pom": "

actual

ioutput",
                "

unit

pomt": "

second

actual",
                "timestamp": "2021-

11

12-

19T16

17T11:

06

44:

54

53.

892Z

715Z",
                "value": 

63

"",
                "starttimestamp": "2021-

11

12-

19T16

17T11:

05

44:

54

53.

892Z

715Z",
                "endtimestamp": "2021-

11

12-

19T16

17T11:

06

44:

54

53.

892Z

715Z",
                "mcode": "

E

",
                "spncode":

110,

 

"

fmicode

"

: 3

,
                "

severity

fmicode":

{},

 

"description": {}

"",
                "

reaction

description": 

{}

""
              }
            ],
            "totaltimer": [
              {
                "tic40codeid": "

1.1.2.4.3

",
                "tic40codename": "

che.powersource.coolant.control.sensor

",
                "

pom

type": "

output

safe/nonsafe",
                "

pomt

pom": "

actual

ioutput",
                "

unit

pomt": "

hour

actual",
                "timestamp": "2021-

11

12-

19T16

17T11:

06

44:

54

53.

892Z

715Z",
                "value": 

4.32

"",
                "mcode": "

E

",
                "spncode": 

110

"",
                "fmicode":

3,

 

"

severity

"

: {}

,
                "description": 

{},

"

reaction

"

: {}


              }
            ]
          }
        }
      ]
    }
  ]
}

Link to one or more operational processes

M

 

Search tags

M

#alarm; #error; #fault

Version / Date

M

20212022.003 - 15/01/2022

Internal TIC Version

M

20211252021213

denotes

...

Created by

Edited by

Review / Approve

Published

  Francisco Blanquer Jaraiz 2021-11-15

 Francisco Blanquer Jaraiz 2021-12-13