Installation manual

Chapter 8 PA Library
8-151
pa_lod_ctl
Function:
Downloads parameter to the controller.
Syntax:
long pa_lod_ctl(ARM armno, char* file);
armno Arm number (No.)
file Parameter file name
Explanation:
Downloads parameter designated by “file” to the controller designated by “armno”.
When intending to change parameter file contents, use parameter setting.
Return value:
ERR_OK Normal termination
Others: Anomalous termination (Refer to error table)
Description example:
:
pa_lod_ctl(ARM1, "CTRL.PAR" );
: