9 PA-DIM Methods

9.1 FactoryReset

FactoryReset is a method used to reset all or a predefined group of the device parameters to their factory settings. The desired reset mode is selected by the enumeration value of the input argument. Access to this method shall be restricted to authorized users.

The signature of this Method is specified below. Table 273 and Table 275 specify the Arguments and AddressSpace representation, respectively.

Signature

	FactoryReset (
		 [in] ResetModeEnum ResetMode
		);
Table 273 – FactoryReset Method Arguments
Argument Description
ResetModeThe desired reset mode, see 10.1 for a definition of all available values.


Method Result Codes are defined in Table 274.

Table 274 – FactoryReset Method Result Codes (defined in Call Service)
Result Code Description
Bad_InvalidArgument The input is not a valid reset code.
Bad_UserAccessDeniedThe current user does not have the rights required.
Table 275 – FactoryReset Method AddressSpace definition
Attribute Value
BrowseNameFactoryReset
References NodeClass BrowseName DataType TypeDefinition ModellingRule
0:HasPropertyVariable0:InputArguments0:Argument[]0:PropertyType0:Mandatory

9.2 ZeroPointAdjustment

ZeroPointAdjustment is a method used to initiate an automatic adjustment cycle to determine the zero point of a process variable. The adjustment procedure starts after the method has been called and ends automatically, when it has been finished. The method does not have any arguments. The adjustment procedure is device-specific. Access to this method shall be restricted to authorized users.

The signature of this Method is specified below. Table 277 specifies the AddressSpace representation.

Signature

	ZeroPointAdjustment (
		);

Method Result Codes are defined in Table 276.

Table 276 – ZeroPointAdjustment Method Result Codes (defined in Call Service)
Result Code Description
Bad_UserAccessDeniedThe current user does not have the rights required.
Table 277 – ZeroPointAdjustment Method AddressSpace definition
Attribute Value
BrowseNameZeroPointAdjustment
References NodeClass BrowseName DataType TypeDefinition ModellingRule

9.3 AutoAdjustPositioner

AutoAdjustPositioner is a method used to initiate an automatic commissioning cycle of an actuator. The execution of the commissioning procedure can be started or aborted by calling the method using the appropriate input argument value. If the commissioning will not be aborted, it ends automatically after it has been finished. The commissioning procedure is manufacturer-specific. Access to this method shall be restricted to authorized users.

The signature of this Method is specified below. Table 278 and Table 280 specify the Arguments and AddressSpace representation, respectively.

Signature

	AutoAdjustPositioner (
		[in] ExecutionModeEnum ExecutionMode
	);
Table 278 – AutoAdjustPositioner Method Arguments
Argument Description
ExecutionModeThe desired execution mode, see 10.2 for a definition of all available values.

Method Result Codes are defined in Table 279.

Table 279 – AutoAdjustPositioner Method Result Codes (defined in Call Service)
Result Code Description
Bad_InvalidArgumentThe input is not a valid execution mode.
Bad_UserAccessDeniedThe current user does not have the rights required.
Table 280 – AutoAdjustPositioner Method AddressSpace definition
Attribute Value
BrowseNameAutoAdjustPositioner
References NodeClass BrowseName DataType TypeDefinition ModellingRule
0:HasPropertyVariable0:InputArguments0:Argument[]0:PropertyType0:Mandatory