CX3G/FX3GC PLC Programming manual
www.coolmayplc.com
X axis: Y0 pulse, Y4 direction
Y axis: Y1 pulse, Y5 direction
In the center interpolation mode:
S.+6 represents the center X coordinate address.
S.+8 represents the center Y coordinate address.
In radius interpolation mode:
S.+6 represents the radius length. When it is positive, the path is a small circle;
when it is a negative value, the path is a large circle.
For example: DPLSR D100 D102 D104 Y000
In the linear interpolation: D100 speed, D102 is the X-axis target address, and D104 is
the Y-axis target address.Y0 and Y1 respectively pulse the X-axis and Y-axis.
In the Center interpolation: D100 speed, D102 is the X-axis target address, D104 is
the Y-axis target address, and D106 is the center X address. D108 is the center Y
address. Y0 and Y1 respectively pulse the X-axis and Y-axis.