SOEM  v1.4.0
Macros | Functions
ethercatdc.c File Reference

Distributed Clock EtherCAT functions. More...

#include "oshw.h"
#include "osal.h"
#include "ethercattype.h"
#include "ethercatbase.h"
#include "ethercatmain.h"
#include "ethercatdc.h"

Macros

#define PORTM0   0x01
 
#define PORTM1   0x02
 
#define PORTM2   0x04
 
#define PORTM3   0x08
 
#define SyncDelay   ((int32)100000000)
 

Functions

void ecx_dcsync0 (ecx_contextt *context, uint16 slave, boolean act, uint32 CyclTime, int32 CyclShift)
 
void ecx_dcsync01 (ecx_contextt *context, uint16 slave, boolean act, uint32 CyclTime0, uint32 CyclTime1, int32 CyclShift)
 
static int32 ecx_porttime (ecx_contextt *context, uint16 slave, uint8 port)
 
static uint8 ecx_prevport (ecx_contextt *context, uint16 slave, uint8 port)
 
static uint8 ecx_parentport (ecx_contextt *context, uint16 parent)
 
boolean ecx_configdc (ecx_contextt *context)
 
void ec_dcsync0 (uint16 slave, boolean act, uint32 CyclTime, int32 CyclShift)
 
void ec_dcsync01 (uint16 slave, boolean act, uint32 CyclTime0, uint32 CyclTime1, int32 CyclShift)
 
boolean ec_configdc (void)
 

Detailed Description

Distributed Clock EtherCAT functions.

Macro Definition Documentation

◆ PORTM0

#define PORTM0   0x01

◆ PORTM1

#define PORTM1   0x02

◆ PORTM2

#define PORTM2   0x04

◆ PORTM3

#define PORTM3   0x08

◆ SyncDelay

#define SyncDelay   ((int32)100000000)

1st sync pulse delay in ns here 100ms

Function Documentation

◆ ec_configdc()

boolean ec_configdc ( void  )

◆ ec_dcsync0()

void ec_dcsync0 ( uint16  slave,
boolean  act,
uint32  CyclTime,
int32  CyclShift 
)

◆ ec_dcsync01()

void ec_dcsync01 ( uint16  slave,
boolean  act,
uint32  CyclTime0,
uint32  CyclTime1,
int32  CyclShift 
)

◆ ecx_configdc()

boolean ecx_configdc ( ecx_contextt *  context)

Locate DC slaves, measure propagation delays.

Parameters
[in]context= context struct
Returns
boolean if slaves are found with DC

◆ ecx_dcsync0()

void ecx_dcsync0 ( ecx_contextt *  context,
uint16  slave,
boolean  act,
uint32  CyclTime,
int32  CyclShift 
)

Set DC of slave to fire sync0 at CyclTime interval with CyclShift offset.

Parameters
[in]context= context struct
[in]slaveSlave number.
[in]actTRUE = active, FALSE = deactivated
[in]CyclTimeCycltime in ns.
[in]CyclShiftCyclShift in ns.

◆ ecx_dcsync01()

void ecx_dcsync01 ( ecx_contextt *  context,
uint16  slave,
boolean  act,
uint32  CyclTime0,
uint32  CyclTime1,
int32  CyclShift 
)

Set DC of slave to fire sync0 and sync1 at CyclTime interval with CyclShift offset.

Parameters
[in]context= context struct
[in]slaveSlave number.
[in]actTRUE = active, FALSE = deactivated
[in]CyclTime0Cycltime SYNC0 in ns.
[in]CyclTime1Cycltime SYNC1 in ns. This time is a delta time in relation to the SYNC0 fire. If CylcTime1 = 0 then SYNC1 fires a the same time as SYNC0.
[in]CyclShiftCyclShift in ns.

◆ ecx_parentport()

static uint8 ecx_parentport ( ecx_contextt *  context,
uint16  parent 
)
static

◆ ecx_porttime()

static int32 ecx_porttime ( ecx_contextt *  context,
uint16  slave,
uint8  port 
)
static

◆ ecx_prevport()

static uint8 ecx_prevport ( ecx_contextt *  context,
uint16  slave,
uint8  port 
)
static