Packs SMM (Safety Motion Module) parameter values into a buffer for verification, including a bitmask and CRC32 checksum to ensure data integrity.
This function prepares data specifically for verification purposes, combining parameter values, a group-specific bitmask, and a CRC32 checksum.
An object containing:
buffer
Uint8Array
crc
Error if the groupIndex is invalid or packing fails.
An array of DataType representing the parameter values to be packed.
DataType
The index of the parameter group, determining the bitmask and packing format.
The version of the parameter struct to use. Defaults to 0x0041.
0x0041
Generated using TypeDoc
Packs SMM (Safety Motion Module) parameter values into a buffer for verification, including a bitmask and CRC32 checksum to ensure data integrity.
This function prepares data specifically for verification purposes, combining parameter values, a group-specific bitmask, and a CRC32 checksum.
Returns
An object containing:
buffer
: AUint8Array
combining the bitmask and CRC32 checksum for verification.crc
: The CRC32 checksum calculated from the packed data and bitmask.Throws
Error if the groupIndex is invalid or packing fails.