![]() |
EtherCAT Control Framework v0.9
Implementation of EtherCAT protocol using IgH EtherCAT library for robot controller.
|
Homing mode configuration parameters. More...
#include <ecat_globals.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 |
Used when homing by touching mechanical limit and sensing current. More... | |
int32_t | home_offset |
Amount to move away from the sensed limit More... | |
int8_t | homing_method |
Homing mode configuration parameters.
uint16_t HomingParam::curr_threshold_homing |
Used when homing by touching mechanical limit and sensing current.
int32_t HomingParam::home_offset |
Amount to move away from the sensed limit
uint32_t HomingParam::homing_acc |
int8_t HomingParam::homing_method |
uint32_t HomingParam::max_fol_err |
uint32_t HomingParam::max_profile_vel |
uint32_t HomingParam::quick_stop_dec |
uint32_t HomingParam::speed_for_switch_search |
uint32_t HomingParam::speed_for_zero_search |