pub trait PpControl: Cia402Control {
// Provided methods
fn set_new_set_point(&mut self, v: bool) { ... }
fn set_change_set_immediately(&mut self, v: bool) { ... }
fn set_relative(&mut self, v: bool) { ... }
fn set_halt(&mut self, v: bool) { ... }
}Expand description
Profile Position (PP) mode control word bits.
Provided Methods§
Sourcefn set_new_set_point(&mut self, v: bool)
fn set_new_set_point(&mut self, v: bool)
Bit 4 — New Set-Point: rising edge starts a new positioning move.
Sourcefn set_change_set_immediately(&mut self, v: bool)
fn set_change_set_immediately(&mut self, v: bool)
Bit 5 — Change Set Immediately: if true, interrupt current move.
Sourcefn set_relative(&mut self, v: bool)
fn set_relative(&mut self, v: bool)
Bit 6 — Relative: target position is relative to current.