Reset Commands¶
Description¶
The device supports various reset commands for resetting the set parameters to default values. Each of these commands is accessed by means of System Commands.
This function is defined in the IO-Link specification and is implemented according to version 1.1.4
ISDU¶
Name | Index | Subindex | Access | Length | Data Type | Data Storage | Default |
---|---|---|---|---|---|---|---|
System Commands | 0x0002 (2) | 0 | W | 1 byte | UINT8 | n/a | – |
System Commands¶
Command Value | Device Action |
---|---|
0x80 (128) | Device Reset – Device Reset means a warm start of the device. During this process, the microcontrollers are restarted and all initializations performed again without any change made to the parameter values. |
0x81 (129) | Application Reset – This reset is performed using IO-Link specification version 1.1.4 – Resets all parameters and device settings to default values (with the exception of the identification and tagging parameters) – No reset of the configuration of the device variant – No communication stop or restart |
0x82 (130) | Restore Factory Settings – This reset is performed using IO-Link specification version 1.1.4 – Reset all parameters and device settings to default settings (including identification and tagging parameters) – Reset the configuration of the device variants to the default variant – Communication stop and restart possible. |
0x83 (131) | Back-to-Box Reset – This reset is performed using IO-Link specification version 1.1.4 – Reset all parameters and device settings to default settings (including identification and tagging parameters) – Reset the configuration of the device variants to the default variant – Communication stop until the next restart. |
0xA5 (165) | Maintenance Reset – Resets all resettable maintenance and service life parameters for the user so that the next maintenance cycle can begin. |
For an overview of all System Commands, see section System commands.