Sys.CfgLoadBlock
This command can be used to load a configuration from a .bec file into the reader. Therefore it has to be called for every "block" tag in the .bec file.
Before loading a .bec file a Sys.CfgLoadPrepare has to be done. For legacy reasons this command can be omitted (which is not recommended on newer firmware). In this case it must be guaranteed, that this is the first CfgLoadBlock since Powerup.
After all "block" tags are transferred, the Sys.CfgLoadFinish has to be done. For legacy reasons this command can be omitted if Sys.CfgLoadPrepare was omitted. In this case a manual reset has to be done.
Properties
- Command code: 0x0016
- Command timeout: 10000 ms
- Possible status codes: General status codes, Sys.ErrCfgAccess , Sys.ErrCfgFull, Sys.ErrInvalidCfgBlock
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
Version | Integer (8 bits) | Has to contain the "version" attribute of every "block" tag. |
Length of Data | Integer (8 bits) |
Length of Data in byte |
Data | Raw data | Has to contain the "content" attribute of every "block" tag (converted into binary format). |
Returned values (response frame)
None