24 ClosedLoopControlType

With the ClosedLoopControlType the client can do settings for the closed loop control on the device for a parameter.

Table 132 – ClosedLoopControlType Definition
Attribute Value
BrowseNameClosedLoopControlType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC UA Part 5
0:HasPropertyVariablePIDParametersPIDParametersDataType[]0:PropertyTypeO, RW
0:HasPropertyVariableAutomaticControllerMode0:Boolean0:PropertyTypeO, RW
0:HasPropertyVariableAutoTuningActive0:Boolean0:PropertyTypeO, RO
0:HasComponentMethodAutoTuningOnO
0:HasComponentMethodAutoTuningOffO

24.1 PIDParameters

PID Parameters as array if several input signals (sensors) are used for the control.

Table 133 – PIDParametersDataType
Name Type Description
PIDParametersDataTypestructureSubtype of 0:Structure as defined in OPC UA 10000-3

P

0:DoubleP parameter

I

0:DoubleI parameter

D

0:DoubleD parameter

24.2 AutomaticControllerMode

Determination if PID Parameters are determined by auto-tuning itself (TRUE) or can be manually adjusted (FALSE).

24.3 AutoTuningActive

This Property informs if the automatic tuning is currently active. TRUE during automatic tuning, FALSE when automatic tuning is finished (new PID parameters are set, if necessary). If an error occurs during automatic tuning, the PID parameters will not be changed, AutoTuningActive goes back to FALSE and an alarm may be sent.

24.4 AutoTuningOn

Description:Starts the self-optimisation of the controller.

Signature

	AutoTuningOn ();

The method has no Input- or OutputArguments.

Table 134 – AutoTuningOn Method AddressSpace Definition
Attribute Value
BrowseNameAutoTuningOn
References Node Class BrowseName DataType TypeDefinition Modelling Rule

24.5 AutoTuningOff

Description:Stops an already active self-optimisation process (no control parameters are changed)

Signature

	AutoTuningOff ();

The method has no Input- or OutputArguments.

Table 135 – AutoTuningOff Method AddressSpace Definition
Attribute Value
BrowseNameAutoTuningOff
References Node Class BrowseName DataType TypeDefinition Modelling Rule