const int MIN = 0;
const int MAX = 200;
const int DELTA = 10;
const int POINTS = ((MAX - MIN) / DELTA) + 1;
double[] TABLE0 = new double[POINTS] { 0, 1000, -5000, -10000, 10000, 5000, -5000, 2500, 0, 2500, 5000, 7500, 1000, 1250, 1000, 7500, 5000, 2500, 0, -2500, -1000 };
double[] TABLE1 = new double[POINTS] { 0, 500, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -5000, -1000, 1000, 5000, -5000, 2500, 0, -1000, 0, 0 };
Axis moving_axis = CreateAndReadyAxis(Constants.MAIN_AXIS_NUMBER);
Axis follower_axis = CreateAndReadyAxis(Constants.DRIVEN_AXIS_NUMBER);
{
}