Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Position Control
    Operate to maintain Actual Position = Position Reference

  • Speed Control
    Operate to move Azimuth at Speed Reference

Enclosure Azimuth motion during observation

...

PLC Routine: Control Speed

Set Position and Speed Reference
Calculate Position Error
Set Tuning parameters based on position error (Homing, Tracking, Fine Tracking
Set Speed limits based on operating mode
Set response times for PI, signal filtering and output curve shaping
Calculate inflection point (change in direction) of Position Setpoint

PI (Proportional / Integral) closed loop control

Calculate PI output
Clamp maximum integral error
Clamp PI output
Add ECS speed reference
Clamp maximum speed output
Convert degrees / second to RPM

...