new commands now working
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -382,43 +382,45 @@ void PDU2Handler::printOutputSwitchStates() {
|
||||
}
|
||||
|
||||
void PDU2Handler::printOutputCurrents() {
|
||||
sif::info << "PDU2 Q7S current: " <<
|
||||
sif::info << "Printing PDU2 currents [mA]: " << std::endl;
|
||||
sif::info << "PDU2 Q7S:" <<
|
||||
pdu2HkTableDataset.currentOutQ7S.value << std::endl;
|
||||
sif::info << "PDU2 Payload PCDU current: " <<
|
||||
sif::info << "PDU2 Payload PCDU:" <<
|
||||
pdu2HkTableDataset.currentOutPayloadPCDUCh1.value << std::endl;
|
||||
sif::info << "PDU2 RW currents: " <<
|
||||
sif::info << "PDU2 RW:" <<
|
||||
pdu2HkTableDataset.currentOutReactionWheels.value << std::endl;
|
||||
sif::info << "PDU2 TCS Board Heater In Current: " <<
|
||||
sif::info << "PDU2 TCS Board Heater In:" <<
|
||||
pdu2HkTableDataset.currentOutTCSBoardHeaterIn.value << std::endl;
|
||||
sif::info << "PDU2 SuS Redundant current: " <<
|
||||
sif::info << "PDU2 SuS Redundant:" <<
|
||||
pdu2HkTableDataset.currentOutSUSRedundant.value << std::endl;
|
||||
sif::info << "PDU2 Depl-Mechanism current: " <<
|
||||
sif::info << "PDU2 Depl-Mechanism:" <<
|
||||
pdu2HkTableDataset.currentOutDeplMechanism.value << std::endl;
|
||||
sif::info << "PDU2 Payload PCDU current: " <<
|
||||
sif::info << "PDU2 Payload PCDU:" <<
|
||||
pdu2HkTableDataset.currentOutPayloadPCDUCh6.value << std::endl;
|
||||
sif::info << "PDU2 ACS Board current: " <<
|
||||
sif::info << "PDU2 ACS Board:" <<
|
||||
pdu2HkTableDataset.currentOutACSBoardSideB.value << std::endl;
|
||||
sif::info << "PDU2 Payload Camera current: " <<
|
||||
sif::info << "PDU2 Payload Camera:" <<
|
||||
pdu2HkTableDataset.currentOutPayloadCamera.value << std::endl;
|
||||
}
|
||||
|
||||
void PDU2Handler::printOutputVoltages() {
|
||||
sif::info << "PDU2 Q7S voltage: " <<
|
||||
sif::info << "Printing PDU2 voltages [mV]: " << std::endl;
|
||||
sif::info << "PDU2 Q7S:" <<
|
||||
pdu2HkTableDataset.voltageOutQ7S.value << std::endl;
|
||||
sif::info << "PDU2 Payload PCDU voltage: " <<
|
||||
sif::info << "PDU2 Payload PCDU:" <<
|
||||
pdu2HkTableDataset.voltageOutPayloadPCDUCh1.value << std::endl;
|
||||
sif::info << "PDU2 RW voltage: " <<
|
||||
sif::info << "PDU2 RW:" <<
|
||||
pdu2HkTableDataset.voltageOutReactionWheels.value << std::endl;
|
||||
sif::info << "PDU2 TCS Board Heater In voltage: " <<
|
||||
sif::info << "PDU2 TCS Board Heater In:" <<
|
||||
pdu2HkTableDataset.voltageOutTCSBoardHeaterIn.value << std::endl;
|
||||
sif::info << "PDU2 SuS Redundant voltage: " <<
|
||||
sif::info << "PDU2 SuS Redundant:" <<
|
||||
pdu2HkTableDataset.voltageOutSUSRedundant.value << std::endl;
|
||||
sif::info << "PDU2 Depl-Mechanism voltage: " <<
|
||||
sif::info << "PDU2 Depl-Mechanism:" <<
|
||||
pdu2HkTableDataset.voltageOutDeplMechanism.value << std::endl;
|
||||
sif::info << "PDU2 Payload PCDU voltage: " <<
|
||||
sif::info << "PDU2 Payload PCDU:" <<
|
||||
pdu2HkTableDataset.voltageOutPayloadPCDUCh6.value << std::endl;
|
||||
sif::info << "PDU2 ACS Board voltage: " <<
|
||||
sif::info << "PDU2 ACS Board voltage:" <<
|
||||
pdu2HkTableDataset.voltageOutACSBoardSideB.value << std::endl;
|
||||
sif::info << "PDU2 Payload Camera voltage: " <<
|
||||
sif::info << "PDU2 Payload Camera voltage:" <<
|
||||
pdu2HkTableDataset.voltageOutPayloadCamera.value << std::endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user