Structure where the configuration of the driver is stored. More...
#include <mcdc3006s_data.h>
Public Attributes | |
long int | cCLimit |
long int | maxAcc |
long int | maxDec |
long int | maxPos |
long int | maxVel |
long int | minPos |
Structure where the configuration of the driver is stored.
Definition at line 62 of file mcdc3006s_data.h.
long int driverConf::cCLimit |
Definition at line 74 of file mcdc3006s_data.h.
long int driverConf::maxAcc |
Driver maximum deceleration (in revolutions / sec^2)
Definition at line 71 of file mcdc3006s_data.h.
long int driverConf::maxDec |
Driver Continuous Current Limit (LLC) in mA.
Definition at line 73 of file mcdc3006s_data.h.
long int driverConf::maxPos |
< Driver maximum position (in pulses) Driver minimum position (in pulses)
Definition at line 65 of file mcdc3006s_data.h.
long int driverConf::maxVel |
Driver maximum acceleration (in revolutions / sec^2)
Definition at line 69 of file mcdc3006s_data.h.
long int driverConf::minPos |
Driver maximum velocity (in r.p.m)
Definition at line 67 of file mcdc3006s_data.h.