Sample Project for the Path Interpolation
4.8 Programming the path interpolation in MCC
TO Path Interpolation
Function Manual, 11/2010
107
Figure 4-15 Creating an MCC source file
2. Define the following variables in the Interface of the MCC source file:
– start_move (BOOL, true): The gantry should perform the motion when
start_move=true is set and stop when start_move=false.
– forw_back (BOOL, false): The forw_back variable indicates whether the gantry moves
forwards (true, A->F) or backwards (false, F->A).
Figure 4-16 Defining variables in the MCC source file