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. | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 27: | Line 29: | ||
The behaviour of labels has to be specified separately into customizing. | The behaviour of labels has to be specified separately into customizing. | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 41: | Line 45: | ||
A Text Task documents a free text comment. Once a value has been inserted (including ''Not Applicable''), the task is finished. | A Text Task documents a free text comment. Once a value has been inserted (including ''Not Applicable''), the task is finished. | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 54: | Line 60: | ||
The behaviour of adding picture and confirmation prevention has to be specified separately into customizing. | The behaviour of adding picture and confirmation prevention has to be specified separately into customizing. | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 65: | Line 73: | ||
The behaviour of selecting an option has to be specified separately into data model and required the implementation of [[SYSCLS_DYNAMIC_SELECTIVE_LIST|Dynamic Selective List]]. | The behaviour of selecting an option has to be specified separately into data model and required the implementation of [[SYSCLS_DYNAMIC_SELECTIVE_LIST|Dynamic Selective List]]. | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 76: | Line 86: | ||
Still in development! | Still in development! | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 86: | Line 98: | ||
Still in development! | Still in development! | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 96: | Line 110: | ||
SupervisorTask document the if a task was done. Once a value has been selected, the task is finished. | SupervisorTask document the if a task was done. Once a value has been selected, the task is finished. | ||
+ | Extra Classifications: none<br/> | ||
+ | Extra Properties: | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- |
Revision as of 16:16, 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.
Contents
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.
Extra Classifications: none
Extra Properties:
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
An Inspection Task documents a choice between two options. Once a value has been selected (including Not Applicable), the task is finished. One label for each option can be define and override the standard icons Checkmark (v) and Cross (x). The behaviour of labels has to be specified separately into customizing.
Extra Classifications: none
Extra Properties:
Name | Data type | Comment |
---|---|---|
VALUE | Boolean | Task is Done |
LABEL_FALSE | String | Upper Range value |
LABEL_TRUE | String | Lower range value |
Text Task
A Text Task documents a free text comment. Once a value has been inserted (including Not Applicable), the task is finished.
Extra Classifications: none
Extra Properties:
Name | Data type | Comment |
---|---|---|
VALUE | String | Inserted Text |
Picture Task
A Picture Task document if a photo was done. Once a value has been inserted (including Not Applicable), the task is finished. A button for adding picture as child must be available and must prevent task confirmation without at least one photo. The behaviour of adding picture and confirmation prevention has to be specified separately into customizing.
Extra Classifications: none
Extra Properties:
Name | Data type | Comment |
---|---|---|
VALUE | Boolean | Task is Done |
Dynamic List Task
Dynamic Task document the selection of an option. Once a value has been selected (including Not Applicable), the task is finished. The behaviour of selecting an option has to be specified separately into data model and required the implementation of Dynamic Selective List.
Extra Classifications: none
Extra Properties:
Name | Data type | Comment |
---|---|---|
VALUE | Guid | Selected Item |
Interface Task
Still in development!
Extra Classifications: none
Extra Properties:
Name | Data type | Comment |
---|---|---|
VALUE | Boolean | Task is Done |
Calculation Task
Still in development!
Extra Classifications: none
Extra Properties:
Name | Data type | Comment |
---|---|---|
VALUE | Boolean | Task is Done |
Supervisor Check Task
SupervisorTask document the if a task was done. Once a value has been selected, the task is finished.
Extra Classifications: none
Extra Properties:
Name | Data type | Comment |
---|---|---|
VALUE | Boolean | Task is Done |