Struct tmcl::modules::tmcm::axis_parameters::AbsoluteMaxCurrent [] [src]

pub struct AbsoluteMaxCurrent(_);

The absolute maximum current

The most important motor setting, since too high values might cause motor damage!

Note that on the TMCM-300 the phase current can not be reduced down to zero due to the Allegro A3972 driver hardware. On the TMCM-300, 303, 310, 110, 610, 611 and 612 the maximum value is 1500 (which means 1.5A). On all other modules the maximum value is 255 (which means 100% of the maximum current of the module).

Methods

impl AbsoluteMaxCurrent
[src]

[src]

Trait Implementations

impl Debug for AbsoluteMaxCurrent
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for AbsoluteMaxCurrent
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<AbsoluteMaxCurrent> for u16
[src]

[src]

Performs the conversion.

impl AxisParameter for AbsoluteMaxCurrent
[src]

NUMBER: u8 = 6

The Parameter Number.

impl ReadableAxisParameter for AbsoluteMaxCurrent
[src]

impl WriteableAxisParameter for AbsoluteMaxCurrent
[src]

[src]

impl TmcmAxisParameter for AbsoluteMaxCurrent
[src]

impl ReadableTmcmAxisParameter for AbsoluteMaxCurrent
[src]

impl WriteableTmcmAxisParameter for AbsoluteMaxCurrent
[src]

Auto Trait Implementations