Delta EtherCAT Programming Manual page 411

Table of Contents

Advertisement

Information of EtherCAT Dynamic-link Library (DDL)
API list of DDL information
_ECAT_Master_Get_DLL_Path
28
_ECAT_Master_Get_DLL_Version
_ECAT_Master_Get_DLL_Path_Single
_ECAT_Master_Get_DLL_Version_Single
28.1 _ECAT_Master_Get_DLL_Path
Syntax
U16 PASCAL _ECAT_Master_Get_DLL_Path(I8 *lpFilePath, U32 nSize, U32 *nLength)
Purpose
Acquire the directory of the EtherCat_DLL.dll file.
Parameter
Name
lpFilePath
nSize
nLength
Example
U16 Status = 0;
I8 FilePath[128];
U32 nSize=128, nLength=0;
Status= _ECAT_Master_Get_DLL_Path(FilePath, nSize, &nLength);
28-2
API
Data type
Property
I8*
String
U32
Value
U32*
Value
Description
Acquire the directory of the EtherCat_DLL.dll file
Acquire the version information of the EtherCat_DLL.dll file
Acquire the directory of the ECAT_RTX_DLL.dll or
PCI_L221.dll file
Acquire the version information of the ECAT_RTX_DLL.dll
or PCI_L221.dll file
Directory of the EtherCat_DLL.dll file
The string length to be read
The string length of the directory
EtherCAT Programming Guide
Description
March, 2017

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents