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 #125 background imageLoading...
Page #125 background image
EtherCAT CoE Standard Communication EtherCAT Programming Guide
7-4 March, 2017
7
7.2 _ECAT_Slave_SDO_Read_Message
Syntax
U16 PASCAL _ECAT_Slave_SDO_Read_Message(U16 CardNo, U16 NodeID, U16 SlotNo, U16
Index, U16 SubIndex, U16 DataSize, U8 *Data)
Purpose
This is for acquiring the current SDO data (CANopen) of the slave.
Parameter
Name Data type Property Description
CardNo U16 Number Card No.
NodeID U16 Number Node ID
SlotNo U16 Number Slot ID
Index U16 Index The index of CANopen object dictionary
SubIndex U16 Subindex The subindex of CANopen object dictionary
DataSize U16 byte Data size of the received message. Unit: byte
Data U8* data Data of the received message
Example
U16 Status;
U16 CardNo=16,NodeID=1,SlotNo=0;
U16 Index=0x1000, SubIndex=0, DataSize=4;
U8 Data[4] = {0};
Status =_ECAT_Slave_SDO_Read_Message(CardNo, NodeID, SlotNo, Index, SubIndex,
DataSize, &Data[0]);

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