Jump to: navigation, search

Difference between revisions of "MRO Implemented Objects"


Line 9: Line 9:
 
The behaviour of this previous value indicator has to be specified separately.
 
The behaviour of this previous value indicator has to be specified separately.
  
Further properties:
 
 
{| class="wikitable" width=50%
 
{| class="wikitable" width=50%
 
|-
 
|-
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| VALUE || {{Double}} || Double Number
 
|-
 
|-
 
| VALUE_MAX|| {{Double}} || Upper Range value
 
| VALUE_MAX|| {{Double}} || Upper Range value
Line 23: Line 24:
 
==== Inspection Task ====
 
==== Inspection Task ====
  
Further properties:
 
 
{| class="wikitable" width=50%
 
{| class="wikitable" width=50%
 
|-
 
|-
Line 34: Line 34:
  
 
==== Text Task ====
 
==== Text Task ====
tbd
+
 
 +
 
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| XXX|| {{Double}} || Upper Range value
 +
|}
  
 
==== Picture Task ====
 
==== Picture Task ====
  
 
A Picture Task is finished by reporting ''Done'' or ''Not Applicable''.
 
A Picture Task is finished by reporting ''Done'' or ''Not Applicable''.
 +
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| XXX|| {{Double}} || Upper Range value
 +
|}
  
 
==== Dynamic List Task ====
 
==== Dynamic List Task ====
tbd
+
 
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| XXX|| {{Double}} || Upper Range value
 +
|}
  
 
==== Interface Task ====
 
==== Interface Task ====
tbd
+
 
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| XXX|| {{Double}} || Upper Range value
 +
|}
  
 
==== Calculation Task ====
 
==== Calculation Task ====
tbd
+
 
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| XXX|| {{Double}} || Upper Range value
 +
|}
  
 
==== Supervisor Task ====
 
==== Supervisor Task ====
tbd
+
 
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| XXX|| {{Double}} || Upper Range value
 +
|}

Revision as of 15:27, 19 May 2025

'MRO Implemented Objects' are configured standard MRO Objects, adding further additional logic and features. All the object described below inherits from MROCLS MRO TASK and MROCLS SEQUENTIALTASK. Values properties are set by default and they often fully implement other MRO suitable classification.

Numeric Task

A Numeric Task documents a numeric double value (e.g. read from a temperature sensor). Once a value has been entered (including Not Applicable), the task is finished. An acceptability range and a measurement unit can be set and shown, and a red colour alert and/or and update of the technical status can be triggered if out of range. The behaviour of this previous value indicator has to be specified separately.

Name Data type Comment
VALUE Double Double Number
VALUE_MAX Double Upper Range value
VALUE_MIN Double Lower range value
VALUE_UNIT String Measurment unit of value

Inspection Task

Name Data type Comment
LABEL_FALSE String Upper Range value
LABEL_TRUE String Lower range value

Text Task

Name Data type Comment
XXX Double Upper Range value

Picture Task

A Picture Task is finished by reporting Done or Not Applicable.

Name Data type Comment
XXX Double Upper Range value

Dynamic List Task

Name Data type Comment
XXX Double Upper Range value

Interface Task

Name Data type Comment
XXX Double Upper Range value

Calculation Task

Name Data type Comment
XXX Double Upper Range value

Supervisor Task

Name Data type Comment
XXX Double Upper Range value