CARMA C++
carma::antenna::ovro::EnvironmentalControl Interface Reference

OVRO Antenna Environmental control interface. More...

import "carma/antenna/ovro/control/EnvironmentalControl.idl";

Public Member Functions

void enable24vPs (in unsigned short supplyNo, in boolean on) raises (carma::util::UserException)
 Enable or disable one of the three 24 Volt power supplies. More...
 
void enableCamera (in boolean on) raises (carma::util::UserException)
 Turn camera on or off. More...
 
void turnSidecabPowerOff () raises (carma::util::UserException)
 Turn sidecab power off!!! Yes, this is indeed a dangerous command and should only be used in an emergency. More...
 

Detailed Description

OVRO Antenna Environmental control interface.

The Ovro Antenna Environmental Monitor CAN module has additional functionality which is not general enough to be included in the Common Antenna API. The additional functionality is included here and published as a separate DO.

Definition at line 32 of file EnvironmentalControl.idl.

Member Function Documentation

void carma::antenna::ovro::EnvironmentalControl::enable24vPs ( in unsigned short  supplyNo,
in boolean  on 
)
raises (carma::util::UserException
)

Enable or disable one of the three 24 Volt power supplies.

Turns on or off one of the sidecab 24V supplies.

Parameters
supplyNo0 for all, 1 - 3 for specific power supply.
onTrue to enable power supply, false to disable it.
void carma::antenna::ovro::EnvironmentalControl::enableCamera ( in boolean  on)
raises (carma::util::UserException
)

Turn camera on or off.

Parameters
onTrue for on false for off.
void carma::antenna::ovro::EnvironmentalControl::turnSidecabPowerOff ( )
raises (carma::util::UserException
)

Turn sidecab power off!!! Yes, this is indeed a dangerous command and should only be used in an emergency.

This shuts off power to the entire sidecab, including the linux host such that no hardware can be monitored or controlled any longer. IT REQUIRES THAT THE POWER BE RESTORED MANUALLY!!! This could involve a long drive to the high site if nobody is there!


The documentation for this interface was generated from the following file: