Ecat_Master_Get_Dll_Version_Single - Delta EtherCAT Programming Manual

Table of Contents

Advertisement

EtherCAT Programming Guide

28.4 _ECAT_Master_Get_DLL_Version_Single

Syntax
U16 PASCAL _ECAT_Master_Get_DLL_Version_Single (U16 CardNo, I8 *lpBuf, U32 nSize,
U32 *nLength)
Purpose
Acquire the version information of the ECAT_RTX_DLL.dll or PCI_L221.dll file.
Note: These two DLL files (ECAT_RTX_DLL.dll or PCI_L221.dll) are the updated file and the file generated
by EtherCAT_DLL.dll automatically.
Parameter
Name
CardNo
lpBuf
nSize
nLength
Example
U16 Status = 0, CardNo=16;
I8 Version[128];
U32 nSize=128, nLength=0;
Status= _ECAT_Master_Get_DLL_Version_Single(CardNo, Version, nSize, &nLength);
March, 2017
Data type
Property
U16
Number
I8*
String
U32
Value
U32*
Value
Information of EtherCAT Dynamic-link Library (DDL)
Description
Card number
Version of the ECAT_RTX_DLL.dll or PCI_L221.dll
file.
The string length to be read
The string length of the version information
28
28-5

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents