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.

Signature

FactoryReset (

[in] ResetModeEnum ResetMode

);

Table 48 - FactoryReset Method Arguments

Argument

Description

ResetMode

The desired reset mode, see 10.1 for a definition of all available values.

Method Result Codes are defined in Table 49.

Table 49 - FactoryReset Method Result Codes

Result Code

Description

Bad_InvalidArgument

The input is not a valid reset code.

Bad_UserAccessDenied

The current user does not have the rights required.

Table 50 specifies the AddressSpace representation for the FactoryReset Method.

Table 50 - FactoryReset Method AddressSpace definition

Attribute

Value

BrowseName

FactoryReset

References

NodeClass

BrowseName

DataType

TypeDefinition

Modelling Rule

0:HasProperty

Variable

0:InputArguments

0:Argument[]

0:PropertyType

0:Mandatory

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.

Signature

ZeroPointAdjustment (

);

Method Result Codes are defined in Table 51.

Table 51 - ZeroPointAdjustment Method Result Codes

Result Code

Description

Bad_UserAccessDenied

The current user does not have the rights required.

Table 52 specifies the AddressSpace representation for the ZeroPointAdjustment Method.

Table 52 - ZeroPointAdjustment Method AddressSpace definition

Attribute

Value

BrowseName

ZeroPointAdjustment

References

NodeClass

BrowseName

DataType

TypeDefinition

Modelling Rule

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.

Signature

AutoAdjustPositioner (

[in] ExecutionModeEnum ExecutionMode

);

Table 53 - AutoAdjustPositioner Method Arguments

Argument

Description

ExecutionMode

The desired execution mode, see 10.2 for a definition of all available values.

Method Result Codes are defined in Table 54.

Table 54 - AutoAdjustPositioner Method Result Codes

Result Code

Description

Bad_InvalidArgument

The input is not a valid execution mode.

Bad_UserAccessDenied

The current user does not have the rights required.

Table 55 specifies the AddressSpace representation for the AutoAdjustPositioner Method.

Table 55 - AutoAdjustPositioner Method AddressSpace definition

Attribute

Value

BrowseName

AutoAdjustPositioner

References

NodeClass

BrowseName

DataType

TypeDefinition

Modelling Rule

0:HasProperty

Variable

0:InputArguments

0:Argument[]

0:PropertyType

0:Mandatory