Chapter 8 Motion Control Function
2. Cam data management
It is able to read and change the cam data in program by the cam data Cam data reading/writing command
(1) Cam data reading
■ CmDataRead command reads the cam profile data designated by CamTable ID when Enable input is enabled, and
saves the data to the data area specified as MasterPoint and SlavePoint.
■ The first address of the variables to store "Main-axis Position" and "Sub-axis Position" read from the camp profile is
set at the MasterPoint and the SlavePoint. For example, to save the "Main-axis Position" to the array vairable called
MainAxPos[100], and "Sub-axis Position" value to SubAsPos[100] array variable, MainAxPos[0] should be set at
MasterPoint of the function block, and SubAsPos[0] should be set at SlavePoint.
■ At CamCurveSel[4], the interpolation typesof the applicable points for each bit are stored.