Installation manual
Chapter 8 PA Library
8-51
pa_act_pnt
Function
Active teach data switching
Syntax
long pa_act_pnt(ARM armno, long key)
armno Arm number (No.).
key Teach data Key number
Explanation
Switches currently active teach data to designated Key.
Return value
ERR_OK Normal termination
Others: Anomalous termination (Refer to error table)
Reference
pa_chg_key Switching currently active teach data to Key.
Description example:
:
pa_act_pnt(ARM0,3); .... Alters from Key No.3 data into active teach data.
: