EasyManuals Logo
Home>Delta>Control Systems>EtherCAT

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 #139 background imageLoading...
Page #139 background image
EtherCAT CoE Standard Communication EtherCAT Programming Guide
7-18 March, 2017
7
7.15 _ECAT_Slave_PDO_Set_Tx_Data
Syntax
U16 PASCAL _ECAT_Slave_PDO_Set_Tx_Data(U16 CardNo, BYTE *Data)
Purpose
This is for configuring all slave Tx data of the PDO mapping.
Parameter
Name Data type Property Description
CardNo U16 Number (No.) Card No.
Data BYTE data
All the slave Tx data. The max. data size is 1536
(0x600).
Example
U16 Status;
U16 CardNo=16;
BYTE Data[0x600] = {0};
Status = _ECAT_Slave_PDO_Get_Tx_Data(CardNo, &Data);
// Directly edit the data in TxData
Data[0x001] = 0x01;
Status = _ECAT_Slave_PDO_Set_Tx_Data(CardNo, &Data);

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