CARMA C++
|
OVRO antenna-specific focus control interface. More...
import "carma/antenna/ovro/control/ovroFocusControl.idl";
Public Member Functions | |
void | cycleLvdtPower () raises (carma::util::UserException) |
Cycle LVDT 12 V Power. More... | |
void | reset () raises (carma::util::UserException) |
Reset. More... | |
void | stopMotion () raises (carma::util::UserException) |
Stop current mirror movement immediately and void any pending move commands. More... | |
![]() | |
void | doZTracking (in boolean tracking, in unsigned long seqNo) raises (carma::util::UserException) |
Turn on/off focus Z position tracking as a function of elevation Implemented only on OVRO antennas. More... | |
void | setX (in float position, in unsigned long seqNo) raises (carma::util::UserException) |
Focus (secondary) position in X (horizontal when looking at horizon). More... | |
void | setY (in float position, in unsigned long seqNo) raises (carma::util::UserException) |
Focus (secondary) position in Y. More... | |
void | setZ (in float position, in unsigned long seqNo) raises (carma::util::UserException) |
Focus (secondary) position in Z. More... | |
OVRO antenna-specific focus control interface.
This interface defines two additional methods which are specific to the 10-m secondary mirror CAN module.
Definition at line 27 of file ovroFocusControl.idl.
void carma::antenna::ovro::FocusControl::cycleLvdtPower | ( | ) | ||
raises | ( | carma::util::UserException | ||
) |
Cycle LVDT 12 V Power.
void carma::antenna::ovro::FocusControl::reset | ( | ) | ||
raises | ( | carma::util::UserException | ||
) |
Reset.
void carma::antenna::ovro::FocusControl::stopMotion | ( | ) | ||
raises | ( | carma::util::UserException | ||
) |
Stop current mirror movement immediately and void any pending move commands.