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 #94 background imageLoading...
Page #94 background image
EtherCAT Programming Guide EtherCAT Master Configuration
March, 2017 5-7
5
5.5 _ECAT_Master_Get_DLL_SeqID
Syntax
U16 PASCAL _ECAT_Master_Get_DLL_SeqID (U16 CardNo, U16 *SeqID)
Purpose
This is for acquiring the sequence ID of the current dynamic link library (DLL).
Note: This API can only be executed after the EtherCAT Master has been started by _ECAT_Master_Open
(section 6.1).
Parameter
Name Data type Property Description
CardNo U16 Number Card No.
SeqID U16* Value Sequence ID of the current DLL.
Example
U16 Status;
U16 CardNo = 0;
U16 SeqID = 0;
U16 Cardnum=0;
Status = _ECAT_Master_Open (&Cardnum);
if (Cardnum>0)
{
Status = _ECAT_Master_Get_CardSeq (0, &CardNo);
Status = _ECAT_Master_Get_DLL_SeqID (CardNo, &SeqID);
}

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