diff --git a/PackML.owl b/PackML.owl index 8a21cb7..e59f6df 100644 --- a/PackML.owl +++ b/PackML.owl @@ -6,10 +6,10 @@ xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - + + ANSl/ISA-TR88.00.02-2015 - 2.0.0 + 3.0.0 @@ -25,63 +25,63 @@ - + - - - + + + Defines that a State is part of a State Machine. - + - - - + + + Defines that a Transition is part of a State Machine. - + - - - - + + + + Describes the relationship between a state and it's incoming transition. - + - - - - + + + + Describes the relationship between a state and it's outgoing transition. - + - - - + + + Describes the relationship between a transition and the State it originated in. - + - - - + + + Describes the relationship between a transition and the State it ends in. @@ -98,14 +98,14 @@ - + - - + + - - + + The ABORT command can be triggered at any time in order bring the state machine into ABORTING state. @@ -115,14 +115,14 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - - + + The machine maintains status information relevant to the ABORT condition. The machine can only exit the ABORTED state after an explicit CLEAR command, subsequently to manual intervention to correct and reset the detected machine faults. @@ -132,14 +132,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + The ABORTING state can be entered at any time in response to the ABORT command or on the occurrence of a machine fault. The aborting logic will bring the machine to a rapid safe stop. @@ -149,14 +149,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + After the ABORTING logic has brought the machine to a safe stop, the ABORTING STATE COMPLETE transition will fire so that the machine ends in ABORTED state. @@ -166,11 +166,11 @@ ANSI/ISA-TR88.00.02-2015 - + - - - + + + A state which represents some processing activity. It implies the single or repeated execution of processing steps in a logical order, for a finite time or until a specific condition has been reached. In ANSl/lSA-88.00.01 these are referred to transient states, those states ending in "ING". ANSl/ISA-TR88.00.02-2015 @@ -178,14 +178,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + The CLEAR command may be used to clear faults that may have occurred during ABORTING in order to move to the STOPPED state. @@ -195,18 +195,18 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - + + @@ -219,14 +219,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as all faults have been cleared during CLEARING, this CLEARING STATE COMPLETE transition will be fired so that the machine ends up in STOPPED state. @@ -236,10 +236,10 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + State commands are transitions that need to be actively triggered, e.g., by one of the following ways: Operator intervention, Response to the status of one or more procedural elements, Response to machine conditions, Supervisory or remote system intervention. ANSI/ISA-TR88.00.02-2015 @@ -247,19 +247,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -272,19 +272,19 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -297,14 +297,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as the completion logic has been finished, the COMPLETING STATE COMPLETE transition will be triggered. The machine will end in the COMPLETE state. @@ -314,21 +314,21 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - - - + + + + + @@ -341,14 +341,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as normal operation was successfully finished, the machine will trigger the EXECUTE STATE COMPLETE transition to end in the COMPLETING state. @@ -358,19 +358,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -383,14 +383,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + The HOLD command is used to hold production due to internal machine conditions. @@ -400,19 +400,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -425,14 +425,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as the HOLDING logic has been finished, the HOLDING STATE COMPLETE transition will be triggered and the machine will go into the HELD state. @@ -442,19 +442,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -467,14 +467,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + A RESET command will cause an exit from STOPPED to the RESETTING state. @@ -484,19 +484,19 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -509,14 +509,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as the RESETTING logic has been finished, the RESETTING STATE COMPLETE transition will be triggered and the machine will go into the IDLE state. @@ -526,14 +526,14 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - - + + The START command is the first step to begin execution. It will bring the state machine from IDLE to STARTING state. @@ -543,19 +543,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -568,14 +568,14 @@ ANSl/ISA-TRBB.00.02-2015 - + - - + + - - + + As soon as the STARTING logic has been finished, the STARTING STATE COMPLETE transition will be triggered and the machine will go into the EXECUTE state. @@ -585,9 +585,9 @@ ANSI/ISA-TR88.00.02-2015 - + - + A unit/machine state completely defines the current condition of a machine. Two machine state types are defined: Acting states, which represent some processing activity. And Wait states which are used to identify that a machine has achieved a defined set of conditions. ANSl/ISA-TR88.00.02-2015 @@ -595,10 +595,10 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + A StateComplete is automatically triggered by the completion of an acting state. As a result, the state machine switches its current state to a Wait State. ANSI/ISA-TR88.00.02-2015 @@ -606,23 +606,23 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + To be used as a container for all states and transitions of a particular state machine. - + - - + + - - + + The STOP command triggers a controlled halt of a machine trough logic triggered in the STOPPING state. @@ -632,18 +632,18 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - + + @@ -656,18 +656,18 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - + - - + + @@ -680,14 +680,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as the STOPPING logic has been finished, the STOPPING STATE COMPLETE transition will be triggered and the machine will go into the STOPPED state. @@ -697,14 +697,14 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - - + + The SUSPEND command is used to suspend production due to external machine conditions. @@ -714,19 +714,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -740,19 +740,19 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -765,14 +765,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as the SUSPENDING logic has been finished, the SUSPENDING STATE COMPLETE transition will be triggered and the machine will go into the SUSPENDED state. @@ -782,9 +782,9 @@ ANSI/ISA-TR88.00.02-2015 - + - + A state transition is defined as a passage from one state to another. Transitions between states will occur as a result of a local, remote, or procedural state command. ANSl/ISA-TR88.00.02-2015 @@ -792,14 +792,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + In case of a HOLD due to internal reasons, the UNHOLD command may be initiated by an operator in case the reasons for a HOLD do no longer exist. The machine will continue to the UNHOLDING state. @@ -809,19 +809,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -834,14 +834,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as the UNHOLDING logic has been finished, the UNHOLDING STATE COMPLETE transition will be triggered and the machine will go back into EXECUTE state. @@ -851,14 +851,14 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - - + + In case of a SUSPEND due to extenal reasons, the UNSUSPEND command may be initiated as soon as process conditions go back to normal. The machine will continue to the UNSUSPENDING state. @@ -868,19 +868,19 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + - + - - - + + + @@ -893,14 +893,14 @@ ANSl/ISA-TR88.00.02-2015 - + - - + + - - + + As soon as the UNSUSPENDING logic has been finished, the UNSUSPENDING STATE COMPLETE transition will be triggered and the machine will go back into EXECUTE state. @@ -910,10 +910,10 @@ ANSI/ISA-TR88.00.02-2015 - + - - + + A state used to identify that a machine has achieved a defined set of conditions. In such a state, the machine is maintaining a status until transitioning to an acting state. In ANSl/ISA-88.00.01 this was referred to as a "final" or "quiescent" state. ANSl/ISA-TR88.00.02-2015