Jump to: navigation, search

Difference between revisions of "MRO Implemented Objects"


(Redirected page to MRO (Plugin))
 
(77 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'MRO Implemented Objects' are configured standard MRO Objects, adding further additional logic and features.
+
#REDIRECT [[MRO (Plugin)#MRO Task Types]]
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 ====
+
[[Category:Plugin|MRO Implemented Objects]]
 
+
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.
+
 
+
{| class="wikitable" width=50%
+
|-
+
! width=30% | Name !! width=20% | Data type !! Comment
+
|-
+
| VALUE_MAX|| {{Double}} || Upper Range value
+
|-
+
| VALUE_MIN|| {{Double}} || Lower range value
+
|-
+
| VALUE_UNIT || {{String}} || Measurment unit of value
+
|}
+
 
+
==== Inspection Task ====
+
tbd
+
 
+
==== Text Task ====
+
tbd
+
 
+
==== Picture Task ====
+
 
+
A Picture Task is finished by reporting ''Done'' or ''Not Applicable''.
+
 
+
==== Dynamic List Task ====
+
tbd
+
 
+
==== Interface Task ====
+
tbd
+
 
+
==== Calculation Task ====
+
tbd
+
 
+
==== Supervisor Task ====
+
tbd
+

Latest revision as of 14:35, 17 August 2026

Redirect to: