EasyManua.ls Logo

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 #438 background imageLoading...
Page #438 background image
EtherCAT Programming Guide MPG Operation
March, 2017 33-3
33
33.1 _ECAT_Slave_R1_EC5614_Set_MJ_Config
Syntax
U16 PASCAL _ECAT_Slave_R1_EC5614_Set_MJ_Config (U16 CardNo, U16 MJNo,
U16 MJType, U16 NodeID, U16 SlotNo, U16 AxisNum, U16 *AxisArray, U16 *SlotArray,
I32 *MaxSpeedArray, F64 *TaccArray, F64 *RatioArray )
Purpose
This is for setting the parameters of MPG function.
Parameter
Name Data type Property Description
CardNo U16
Number
Card number
MJNo U16
Number
Group number of MPG function. It supports
max. 8 groups, numbered from 0 to 7.
MJType U16
Option
Setting of MPG mode :
0: JOG mode
1: Apply MPG (x1)
2: Apply MPG (x4)
NodeID U16
Number
Node ID
SlotNo U16
Number
Slot ID
AxisNum U16 Number
The axis number reqruied by MPG/JOG
(MPG: max. 6 axes; JOG: max. 2 axes)
AxisArray U16* Array of numbers
Data array of node number for the axis
controlled by the MPG module.
SlotArray U16* Array of numbers
Data array of slot number for the axis
controlled by the MPG module.
MaxSpeedArray I32*
Array of speed
limit
Data array of the max. speed for each axis.
(Unit: pps)
TaccArray F64*
Array of
acceleration time
Data array of the max. acceleration for each
axis contolled by MPG module. (Unit:sec)
(The speed is set by parameter
MaxSpeedArray)
RatioArray F64*
Array of output
ratio
For MPG mode only. It sets the ratio of MPG’s
pulse output.
Example
U16 Status = 0, CardNo = 16, NodeID = 0, SlotNo = 0, AxisNum = 2, MJNo = 2, MJType= 1;
U16 Enable = 1;
U16 AxisArray[2] = {1, 2};
U16 SlotArray[2] = {0, 0};
I32 MaxSpeedArray[2] = {100000, 200000};
F64 TaccArray[2] = {0.1, 0.1};
F64 RatioArray[2] = {1, 1};
// Setting relevant parameters is required.

Table of Contents

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
CategoryControl Systems
Communication InterfaceEtherCAT
Data Transfer Rate100 Mbps
Number of SlavesUp to 65535
Synchronization Accuracy< 1 μs
Supported StandardsIEC 61158, IEC 61784
TopologyStar, Tree
Cable TypeEthernet (CAT5e or higher)
Maximum Cable Length100 meters (between nodes)

Summary

EtherCAT Operation Example

EtherCAT Initialization

Demonstrates the process of initializing EtherCAT communication, including activating and finding interface cards.

EtherCAT Master Configuration

_ECAT_Master_Set_CycleTime

Explains the API for setting the EtherCAT master communication cycle time before initialization.

Master Initialization

_ECAT_Master_Open

Explains the essential API for controlling the Delta EtherCAT master, checking card quantity, and creating memory blocks.

_ECAT_Master_Initial

Describes the API for initializing EtherCAT communication and switching slaves to OP mode.

General Operation of Motion Axis

_ECAT_Slave_Motion_Set_Svon

Describes the API for setting the servo motor to ON/OFF state.

Cyclic Synchronous Position Mode (CSP)

_ECAT_Slave_CSP_Start_Move

Details the API for executing linear interpolation of a single axis in CSP mode.

Homing

_ECAT_Slave_Home_Config

Details the API for setting the homing mode and parameters for motion axes.

_ECAT_Slave_Home_Move

Explains the API for executing the homing procedure on a specified motion axis.

Profile Position Mode (PP)

_ECAT_Slave_PP_Start_Move

Describes the API for executing single-axis linear motion in PP mode.

Profile Velocity Mode (PV)

_ECAT_Slave_PV_Start_Move

Explains the API for executing single-axis motion with constant speed in PV mode.

Group Motion Control

_ECAT_Slave_User_Motion_Control_Set_Enable_Mode

Describes the API for setting the group status and enabling/disabling group motion control.

Operation of Delta Servo System

_ECAT_Slave_DeltaServo_Write_Parameter

Explains the API for writing servo parameter values to Delta servo drives.

_ECAT_Slave_DeltaServo_Read_Parameter

Details the API for reading servo parameter values from Delta servo drives.

Auto Recording Function of Motion Axis

High-Speed Pulse Compare Function

Security of Software Protection

MPG Operation (For R1-EC5614D0 Series)

_ECAT_Slave_R1_EC5614_Set_MJ_Config

Sets the parameters for the MPG (Manual Pulse Generator) function.

Error Code Description

List of error code

Lists returned values (decimal) and corresponding error code names for EtherCAT DLL operations.

Error code description

Provides detailed descriptions and troubleshooting steps for various EtherCAT error codes.

Related product manuals