Delta EtherCAT Programming Manual page 217

Table of Contents

Advertisement

Cyclic Synchronous Position Mode (CSP)
Example
U16 Status;
U16 CardNo=16, AxisNo=1, SlotNo=0, Mode=1;
9
Status = _ECAT_Slave_CSP_Liner_Speed_Master (CardNo, AxisNo, SlotNo, Mode);
Description
Mode parameter setting:
When Mode = 1, it changes the speed of the axis that is farther from the origin. In this figure, it changes the
speed (vector) of Y-axis. And the system will automatically calculate the speed of X-axis.
When Mode = 2, it changes the speed of the specified axis (Y-axis) and automatically calculated the
Note: When selecting Mode 2, the multi-axis motion speed will be changed only when the first axis in the
array is identical to the axis set in this API, which is the same as the API
(_ECAT_Slave_CSP_Feedrate_Overwrite) in section 9.16.
9-40
Figure 9.21.1 When Mode = 0, the command will change the resultant velocity of X and Y.
speed of another one (X-axis).
Figure 9.21.2
EtherCAT Programming Guide
March, 2017

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents