libximc 3.0.3
power_settings_t Struct Reference

Step motor power settings. More...

#include <ximc.h>

Data Fields

unsigned int HoldCurrent
 Holding current, as percent of the nominal current.
unsigned int CurrReductDelay
 Time in ms from going to STOP state to the end of current reduction.
unsigned int PowerOffDelay
 Time in s from going to STOP state to turning power off.
unsigned int CurrentSetTime
 Time in ms to reach the nominal current.
unsigned int PowerFlags
 Flags of power settings of stepper motor.

Detailed Description

Field Documentation

◆ CurrentSetTime

unsigned int CurrentSetTime

Time in ms to reach the nominal current.

◆ CurrReductDelay

unsigned int CurrReductDelay

Time in ms from going to STOP state to the end of current reduction.

◆ HoldCurrent

unsigned int HoldCurrent

Holding current, as percent of the nominal current.

Range: 0..100.

◆ PowerFlags

unsigned int PowerFlags

◆ PowerOffDelay

unsigned int PowerOffDelay

Time in s from going to STOP state to turning power off.