TIC 4.0
Working
CONCEPT
Fields | Type | Description | Purpose |
---|---|---|---|
ID (Concept identifier) | M | working | GRAMMAR |
Concept name | M | Working | GRAMMAR |
Concept type | M | status | GRAMMAR |
Also known as | O | Running; Executing; Moving; Driving; busy; not waiting; doing something; active; | TIC Description |
Definition | M | Situation while the subject is “On” and [receiving any input (order, instruction, signal) regardless of the origin (local or remote, manual or automatic) to execute any action (to do something the subject was designed for) or/and it is currently executing any output (operational) movement]. | TIC Description |
Further Detail | O | “Working” is the opposite of “Idle” while the subject is On. When the subject is “Off=TRUE” then “Idle=FALSE” and “Working=FALSE”. Working represents if the machine is busy while it is “On” It is considered working if any of these are true (active)
It is not considered working
| TIC Description |
Required Information | M | SUBJECT; OBSERVED PROPERTY and VALUE | TIC Description |
SUBJECT |
| https://tic40.atlassian.net/l/c/mfS1hwE9 ; https://tic40.atlassian.net/l/c/SmGibyfx; spreader; drive; trolley; hoist; boom |
|
POINT OF MEASUREMENT |
| input;iinput ; output; output; input_or_output actual; |
|
OBSERVED PROPERTY |
| status; duration; counter; totalcounter; timer; totaltimer; |
|
Value |
| status: boolean; duration and timer: seconds; totaltimer: hour; |
|
Related standards | O |
| TIC Description |
Related TIC 4.0 definition | O | https://tic40.atlassian.net/l/c/zf6c0sN4 https://tic40.atlassian.net/l/c/1Dz2Di1R https://tic40.atlassian.net/l/c/9vuuSkGP | TIC Description |
Example | M | che.working.status: TRUE = the Container Handler Equipment is receiving any command from the driver (joystick) or/and is moving any element to perform a job (drive, hoist, gantry, trolley). (E.g an RTG crane main power is on, variable frequency drives are switched on and the crane is currently hoisting a load.) che.hoist.working.status: TRUE = the Hoist system of the Container Handler Equipment is lifting (up) or descending (down). | TIC Description |
Example in the context of the grammar | M | An RTG is doing gantry without any operator joystic input but because inertia is still moving. che.drive.status.input.actual: FALSE; che.drive.status.ouput.actual: TRUE; che.working.status.input_or_ouput: TRUE JSON example: {
"che": [
{
"id": "",
"name": "",
"number": 0,
"type": "",
"family": "",
"brand": "",
"model": "",
"working": {
"status": [
{
"pom": "input",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": false
},
{
"pom": "output",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": false
},
{
"pom": "inputoroutput",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": false
}
],
"duration": [
{
"pom": "input",
"pomt": "actual",
"unit": "seconds",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
},
{
"pom": "output",
"pomt": "actual",
"unit": "seconds",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
},
{
"pom": "input_or_output",
"pomt": "actual",
"unit": "seconds",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
}
],
"counter": [
{
"pom": "input",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0,
"starttimestamp": "2021-04-22T13:32:09.593Z",
"endtimestamp": "2021-04-22T13:32:09.593Z"
},
{
"pom": "output",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0,
"starttimestamp": "2021-04-22T13:32:09.593Z",
"endtimestamp": "2021-04-22T13:32:09.593Z"
},
{
"pom": "inputoroutput",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0,
"starttimestamp": "2021-04-22T13:32:09.593Z",
"endtimestamp": "2021-04-22T13:32:09.593Z"
}
],
"totalcounter": [
{
"pom": "input",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
},
{
"pom": "output",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
},
{
"pom": "inputoroutput",
"pomt": "actual",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
}
],
"timer": [
{
"pom": "input",
"pomt": "actual",
"unit": "seconds",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0,
"starttimestamp": "2021-04-22T13:32:09.593Z",
"endtimestamp": "2021-04-22T13:32:09.593Z"
},
{
"pom": "output",
"pomt": "actual",
"unit": "seconds",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0,
"starttimestamp": "2021-04-22T13:32:09.593Z",
"endtimestamp": "2021-04-22T13:32:09.593Z"
},
{
"pom": "inputoroutput",
"pomt": "actual",
"unit": "seconds",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0,
"starttimestamp": "2021-04-22T13:32:09.593Z",
"endtimestamp": "2021-04-22T13:32:09.593Z"
}
],
"totaltimer": [
{
"pom": "input",
"pomt": "actual",
"unit": "hours",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
},
{
"pom": "output",
"pomt": "actual",
"unit": "hours",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
},
{
"pom": "input_or_output",
"pomt": "actual",
"unit": "hours",
"timestamp": "2021-04-22T13:32:09.593Z",
"value": 0
}
]
}
}
]
} | TIC Description |
Link to one or more operational processes | M |
| TIC Description |
Search tags | M | #working #work; #idle; #ideling; #busy; | Technical |
Version / Date | M | 2021.1 - 30/04/2021 | Technical |
Internal TIC Version | M | 20210422 consistency review | Technical |
M = Mandatory
O = Optional
Created by | Edited by | Review / Approve | Published |
@Francisco Blanquer Jaraiz 2020-03-18 |
|
|
|
| @Francisco Blanquer Jaraiz 2021-04-22 |
|
|
© Copyright - TIC 4.0 All rights reserved | Design web by Fundación Valenciaport