SAFE.VALIDATIONLOG

Description

Returns logged information about safety parameters validation and SafeID management. First displayed entry is the newest one (Index: 0). 32 entries can be stored at a maximum. Each entry contains:

  • A username to indicate who performs the operation. Note that for the SafeID the user validation is done using the push button. Then the user recorded is called HW_BUTTON.
  • An information string can be:
  • “PARAM VAL (X, Z)” for safety parameters validation where X is the SafeID and Z is the CRC of the validated safety parameters.
  • “PARAM CLR (X)” for safety parameters invalidation where X is the SafeID.
  • “ID VAL (X)” for SafeID validation where X is the validated SafeID.
  • “ID CLR” for SafeID invalidation.
  • A date in the format defined by the RFC3339. The date is always in UTC time zone. No date is recorded when the SafeID is validated (user operation through push button).

Code

--> SAFE.VALIDATIONLOG
0;john;PARAM VAL (16, 0x3F3A0F07);2019-02-18T14:58:55Z
1;rob;PARAM VAL (16, 0x3F3A0F07);2019-02-01T15:19:09Z
2;HW BTN;ID VAL (16);0000-00-00T00:00:00Z
3;john;PARAM CLR (16);2019-01-31T14:39:39Z
4;john;ID CLR;2019-01-31T14:39:39Z
5;john;PARAM VAL (16, 0x3F3A0F07);2019-01-31T14:58:19Z
6;john;PARAM CLR (16);2019-01-31T14:39:39Z

Context

For more information refer to Validation.

Related safety parameters:

Versions

Action

Version

Notes

Implemented

02-00-00-000

Implemented in SMM revision v0.32

General Information

Type

Read Only

Units

N/A

Range

N/A

Default Value

N/A

Data Type

String

Stored in Non-Volatile Memory

No