Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
@startuml
Participant -> CLAMP_Runtime: Participant Registration
Participant <- CLAMP_Runtime: Participant Registration Ack
loop over Control Loop Type Definitions
	CLAMP_Runtime -> CLAMP_Runtime: Collect Control Loop Type Definitions and\nCommon Property Values for\nParticipant Type of this Participant
end
Participant <- CLAMP_Runtime: Participant Update\nControl Loop Types and Common Property Values for\nParticipant Participant Type of Participant]
Participant -> CLAMP_Runtime: Participant Update Ack

...

When a control loop is commissioned, the portion of the Control Loop Type Definition and Common Property values for the participants of each participant type mentioned in the Control Loop Definition are sent to the participants.

PlantUML Macro
@startuml
ParticipantCommissioning_REST -> CLAMP_Runtime: Commission ParticipantControl RegistrationLoop
Participant <- loop over
CLAMP_Runtime: Participant-> Registration Ack
Participant <- CLAMP_Runtime: Participant Update [Control Loop Type Definition and Common Property Values for Participant Type of Participant]
Participant -> CLAMP_Runtime: Participant Update Ack

...