OemSafetyLock

Control for locking and checking the board

Parameter Info

Class Category Level Type Access
Board Board Information EXPERT String Set and Get
Num ID String Identifier C, C++ identifier
8 << 14 OemSafetyLock MC_OemSafetyLock

Parameter Description

This parameter, along with OemSafetyKey , provides a method to assign a safety key to the selected board. The key is an 8-byte string of ASCII characters. Any character is allowed. A null character acts as the termination character of the safety key.

The value when "set" is an 8-byte string of ASCII characters. The entered key is stored in the non-volatile memory of the board and cannot be read back. The "set" operation fails if the key is longer than 8 characters. In that case, the returned error code is MC_INVALID_VALUE.

The value when "get" is the string TRUE or FALSE, that is the validity of the key, which has been previously entered under OemSafetyKey .

See also Board Security Feature.