Delta EtherCAT Programming Manual page 358

Table of Contents

Advertisement

EtherCAT Programming Guide
23.5 _ECAT_Slave_R1_EC8124_Set_Input_AverageMode
Syntax
U16 PASCAL _ECAT_Slave_R1_EC8124_Set_Input_AverageMode (U16 CardNo, U16 NodeID,
U16 SlotNo, U16 Avg_Times)
Purpose
This is for setting the average times of the analog input signal filter of Delta analog input module.
EtherCAT Master will average out the current value from 1
count.
Parameter
Name
CardNo
NodeID
SlotNo
Avg_Times
Example
U16 Status = 0;
U16 CardNo=16 , NodeID =1, SlotNo=0;
U16 Avg_Times =5;
Status= _ECAT_Slave_R1_EC8124_Set_Input_AverageMode (CardNo, NodeID,SlotNo,
Avg_Times);
March, 2017
Data type
Property
U16
Number
U16
Number
U16
Number
U16
Value
Analog Input Settings (For R1-EC8124D0)
st
th
to127
data based on the setting
Description
Card number
Node ID
Slot ID
Average times for the analog input, which range is 1 ~
127.
23
23-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents