Sys.CfgLoadFinish
This command has to be called after transferring a BEC file with Sys.CfgLoadBlock. Depending on how you set the parameter FinalizeAction, this command will do one of the following:
- Complete the transfer; this requires all Sys.CfgLoadBlock calls to have succeeded.
- Cancel the transfer and undo all configuration changes since Sys.CfgLoadPrepare.
All Sys.CfgLoad commands only work with the legacy file format BEC. For the current default format BEC2, please use Main.Bf3UploadStart and Main.Bf3UploadContinue as explained in this overview.
Properties
- Command code: 0x0027
- Command timeout: 10000 ms
- Possible status codes: General status codes, Sys.ErrCfgAccess
Parameters (request frame)
| Name | Type/Size | Description | |
|---|---|---|---|
| FinalizeAction | Enumeration (8 bits) |
Defines the reader's behaviour on error/success
Values:
|
|
Returned values (response frame)
None