|
float | xCurrent [FA_X_COUNT] |
| measured actuator current X force
|
|
float | yCurrent [FA_Y_COUNT] |
| measured actuator current Y force
|
|
float | zCurrent [FA_Z_COUNT] |
| measured actuator current Z force
|
|
float | xTarget [FA_X_COUNT] |
| target actuator X force
|
|
float | yTarget [FA_Y_COUNT] |
| target actuator Y force
|
|
float | zTarget [FA_Z_COUNT] |
| target actuator Z force
|
|
float | xOffset [FA_X_COUNT] |
| difference (error) between current and target X force
|
|
float | yOffset [FA_Y_COUNT] |
| difference (error) between current and target Y force
|
|
float | zOffset [FA_Z_COUNT] |
| difference (error) between current and target Z force
|
|
◆ applyAccelerationForcesByAngularAccelerations()
void LSST::M1M3::SS::AccelerationForceComponent::applyAccelerationForcesByAngularAccelerations |
( |
float | angularAccelerationX, |
|
|
float | angularAccelerationY, |
|
|
float | angularAccelerationZ ) |
Calculate forces from accelerations.
Acceleration is measured by accelerometers placed inside mirror cell. It is converted from raw G readings into m^2/s.
- Parameters
-
angularAccelerationX | x acceleration [m^2/s] |
angularAccelerationY | y acceleration [m^2/s] |
angularAccelerationZ | z acceleration [m^2/s] |
◆ postEnableDisableActions()
void LSST::M1M3::SS::AccelerationForceComponent::postEnableDisableActions |
( |
| ) |
|
|
overridevirtual |
Called after enable/disable changes.
Publish a state change for the component Pure virtual, needs to be overriden in children.
Implements LSST::M1M3::SS::ForceComponent.
◆ postUpdateActions()
void LSST::M1M3::SS::AccelerationForceComponent::postUpdateActions |
( |
| ) |
|
|
overrideprotectedvirtual |
Called after update to forces.
Check for forces that need to be clipped. Update SAL. Pure virtual, needs to be overriden in children.
Implements LSST::M1M3::SS::ForceComponent.
The documentation for this class was generated from the following files: