System Level Dialogues

The CLAMP Automation Composition Runtime Lifecycle Management uses the following system level dialogues. These dialogues enable the CLAMP runtime capabilities described in Section 2 of TOSCA Defined Automation Compositions: Architecture and Design. Design Time dialogues will be described in future releases of the system.

1 Commissioning Dialogues

Commissioning dialogues are used to commission and decommission Automation Composition Type definitions and to set the values of Common Parameters.

Commissioning an Automation Composition Type is a three-step process:

  1. The Automation Composition Type must be created, that is the Automation Composition Type definition must be loaded and stored in the database. This step may be carried out over the REST interface or using SDC distribution.

  2. The Common Properties of the Automation Composition type must be assigned values and those values must be stored in the database. This step is optional only if all mandatory common properties have default values. The Common Property values may be set and amended over and over again in multiple sessions until the Automation Composition Type is primed.

  3. The Automation Composition Type Definition and the Common Property values must be primed, which is sent to the concerned participants. Once an Automation Composition Type is primed, its Common Property values can no longer be changed. To change Common Properties on a primed Automation Composition Type, all instances of the Automation Composition Type must be removed and the Automation Composition Type must be de-primed.

1.1 Commissioning an Automation Composition Type Definition using the CLAMP GUI

This dialogue corresponds to a “File → Import” menu on the CLAMP GUI. The documentation of future releases of the system will describe how the Design Time functionality interacts with the Runtime commissioning API.

../../../_images/comissioning-clamp-gui.png

1.2 Commissioning an Automation Composition Type Definition using SDC

../../../_images/comissioning-sdc.png

1.3 Setting Common Properties for an Automation Composition Type Definition

This dialogue sets the values of common properties. The values of the common properties may be set, updated, or deleted at will, as this dialogue saves the properties to the database but does not send the definitions or properties to the participants. However, once an Automation Composition Type Definition and its properties are primed (See Section 1.4), the properties cannot be changed until the Automation Composition type definition is de-primed (See Section 1.5).

../../../_images/common-properties-type-definition.png

1.4 Priming an Automation Composition Type Definition on Participants

The Priming operation sends Automation Composition Type definitions and common property values to participants. Once an Automation Composition Type definition is primed, its property values can on longer be changed until it is de-primed.

../../../_images/priming-acm-type-definition.png

1.5 De-Prime an Automation Composition Type Definition on Participants

This dialogue allows an Automation Composition Type Definition to be de-primed so that it can be deleted or its common parameter values can be altered.

../../../_images/depriming-acm-type-definition.png

1.6 Decommissioning an Automation Composition Type Definition in CLAMP

../../../_images/decommission-acm-type-definition.png

1.7 Reading Commissioned Automation Composition Type Definitions

../../../_images/read-commision-acm-type-definition.png

2. Instantiation Dialogues

Instantiation dialogues are used to create, set parameters on, instantiate, update, and remove Automation Composition instances.

Assume a suitable Automation Composition Definition exists in the Commissioned Automation Composition Inventory. To get an Automation Composition instance running one would, for example, execute dialogues 2.1, 2.3, and 2.4.

2.1 Creating an Automation Composition Instance

../../../_images/create-acm-instance.png

Note

This dialogue creates the Automation Composition Instance in the Instantiated Automation Composition Inventory. The instance is sent to the participants using the process described in the dialogue in Section 2.3.

2.2 Updating Instance Specific Parameters on an Automation Composition Instance

../../../_images/update-instance-params-acm.png

2.3 Updating an Automation Composition Instance with a Configuration on Participants

../../../_images/update-acm-instance-config-participants.png

2.4 Changing the state of an Automation Composition Instance on Participants

../../../_images/change-acm-instance-state-participants.png

2.5 De-instantiating an Automation Composition Instance from Participants

../../../_images/deinstantiate-acm-from-participants.png

2.6 Deleting an Automation Composition Instance

../../../_images/delete-acm-instance.png

2.7 Reading Automation Composition Instances

../../../_images/read-acm-instance.png

3. Monitoring Dialogues

Monitoring dialogues are used to monitor and to read statistics on Automation Composition Instances.

3.1 Reporting of Monitoring Information and Statistics by Participants

../../../_images/monitoring-by-participants.png

3.2 Viewing of Monitoring Information

../../../_images/view-monitoring-info.png

3.2 Viewing of Statistics

../../../_images/view-statistics.png

3.3 Statistics Housekeeping

../../../_images/statistics-housekeeping.png

4. Supervision Dialogues

Supervision dialogues are used to check the state of Automation Composition Instances and Participants.

4.1 Supervise Participants

../../../_images/supervise-participants.png

4.2 Supervise Automation Compositions

../../../_images/supervise-acms.png

End of Document