EasyManuals Logo

Delta EtherCAT User Manual

Delta EtherCAT
481 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #291 background imageLoading...
Page #291 background image
Group Motion Control EtherCAT Programming Guide
17-8 March, 2017
17
17.4 _ECAT_Slave_User_Motion_Control_Set_Data
Syntax
U16 PASCAL_ECAT_Slave_User_Motion_Control_Set_Data (U16 CardNo, U16 GroupNo,
I32 *Data)
Purpose
This is for inputting the absolute position data of each axis of each communication cycle in the
specified group when mode is set to 0 in API “_ECAT_Slave_User_Motion_Control_Set_Type”
(section 17.3).
Note: The maximum data for PAC is 800 and 100 for motion control card.
Parameter
Name Data type Property Description
CardNo U16 Number Card No.
GroupNo U16 Number Group No.
Data I32*
Data array for
each axis
Data array for each axis; the array number should
equal to the axis number.
DataArray[0] stores the data of the first axis
DataArray[1] stores the data of the second axis
Example
U16 Status;
U16 CardNo=16, GroupNo=1;
I32 DataArray[2]={12,33};
Status=_ECAT_Slave_User_Motion_Control_Set_Data (CardNo, GroupNo, DataArray);

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Delta EtherCAT and is the answer not in the manual?

Delta EtherCAT Specifications

General IconGeneral
BrandDelta
ModelEtherCAT
CategoryControl Systems
LanguageEnglish

Related product manuals