B.7.2 Use case: Read online data

Use Case Read online parameters
DescriptionA software or user requests device parameter (the current values in the device) from a DTM. The OPC UA client collects this information by reading device parameter from the online set provided according to the FDT OPC UA information model.
Stakeholder
PreconditionsDevice node is available in OPC UA Server and the Client already knows the ParameterIds of the Parameters to read (may have been retrieved according to use case B4.2).
Post conditionsClient knows the current value of device parameters
ActorsEngineer, Expert, Observer, Operator
TriggerWhenever the data is needed
Frequency
Description
StepAction
PreparationThe OPC Client selects the respective offline device node
1OPC Client selects the online device and the parameter set of the online device.
2OPC Client executes Read-Service (one or multiple times) with the list of identifiers for the respective device parameters (list of ParameterIds) and the list of AttributeIds for Value and (at least once) for DateType.
3OPC Server requests the requested attributes (e.g. value) of the parameter which are specified in the Read-Request from the DTM (instance data set).
4The DTM retrieves the current values from the device and returns them to the server.
5OPC Server returns the requested information to the client.
6OPC Client displays the parameter value (or uses it otherwise).
ExceptionsStep 1, The specified parameter does not exist in the device.
Requirements
Notes
Open Issues