Type: |
Function |
Available as of: |
SystemInterface_1.34.1.0 |
Support for: |
- |
Versions: |
Current version |
Save the value of one input parameter (types ED, EF, ER, ES) in a file and use this value as initialization value for the input parameter during controller start-up.
This function saves the value of one input parameter in a file. The file is named IoConfig.par and located in directory ESystem on the mass storage device (CF card or SD card). The input parameter is addressed by its logical address in i_stLogAdr. During every call-up of the FC_SysSaveParByLogAddr function for a new input parameter, the file IoConfig.par is extended by one parameter. If the FC_SysSaveParByLogAddr function is executed for three input parameters, three input parameters are saved in the file IoConfig.par. The file IoConfig.par is used for the initialization of the input parameters during system start-up. The input parameters are initialized with the values saved in the file IoConfig.par.
The FC_SysSaveParByLogAddr function interacts with the FC_SysSaveParameter function, refer to the description of FC_SysSaveParameter.