EtherCAT Control Framework v0.9
Implementation of EtherCAT protocol using IgH EtherCAT library for robot controller.
HomingParam Struct Reference

Parameters that should be specified in homing mode. More...

#include <ecat_definitions.hpp>

Public Attributes

uint32_t max_fol_err
 
uint32_t max_profile_vel
 
uint32_t quick_stop_dec
 
uint32_t speed_for_switch_search
 
uint32_t speed_for_zero_search
 
uint32_t homing_acc
 
uint16_t curr_threshold_homing
 
int32_t home_offset
 
int8_t homing_method
 

Detailed Description

Parameters that should be specified in homing mode.

Member Data Documentation

◆ curr_threshold_homing

uint16_t HomingParam::curr_threshold_homing

◆ home_offset

int32_t HomingParam::home_offset

◆ homing_acc

uint32_t HomingParam::homing_acc

◆ homing_method

int8_t HomingParam::homing_method

◆ max_fol_err

uint32_t HomingParam::max_fol_err

◆ max_profile_vel

uint32_t HomingParam::max_profile_vel

◆ quick_stop_dec

uint32_t HomingParam::quick_stop_dec

◆ speed_for_switch_search

uint32_t HomingParam::speed_for_switch_search

◆ speed_for_zero_search

uint32_t HomingParam::speed_for_zero_search

The documentation for this struct was generated from the following file: