Ecat_Security_Check_Userpassword - Delta EtherCAT Programming Manual

Table of Contents

Advertisement

EtherCAT Programming Guide

29.5 _ECAT_Security_Check_UserPassword

Syntax
U16 PASCAL _ECAT_Security_Check_UserPassword (U16 CardNo, U32 *UserPassword)
Purpose
Check the user password.
The default user password is 00000000. Users can reset the new password with the API function
"_ECAT_Security_Write_UserPassword" (section 29.7).
Note: Before applying this API, users should use the API function (in setion 6.1 and 6.2) to initialize the
EtherCAT master in advance.
Parameter
Name
CardNo
UserPassword
Example
U16 Status = 0;
U16 CardNo = 0;
U32 UserPassword[8] = {0, 0, 0, 0, 0, 0, 0, 0};
Status= _ECAT_Security_Check_UserPassword ( CardNo, UserPassword);
March, 2017
Data type
Property
U16
Number
U32*
Data array
Security of Software Protection
Description
Card No.
Input an 8-character User password.
29
29-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents