CONFIG_SAFETY_PARAM_ENABLE
This structure defines the enable flag and reference checksum information used for validating or updating safety parameter configurations in the controller.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Previous command ID related to the last safety parameter change. |
|
2 |
|
|
CRC32 reference checksum used for integrity validation. |
Total size: 6 bytes
Defined in: DRFS.h
typedef struct _CONFIG_SAFETY_PARAM_ENABLE
{
unsigned short _wPreviousCmdid; /* Previous command ID */
unsigned int _iRefCrc32; /* CRC32 reference checksum */
} CONFIG_SAFETY_PARAM_ENABLE, *LPCONFIG_SAFETY_PARAM_ENABLE;