Index: firmware/App/Services/FpgaDD.c =================================================================== diff -u -rd47b9bcbd4796a8c51d9e87436422c5868292ac6 -r83bae6ae5f7f26a3511d1d6965310fd8ac9ad496 --- firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision d47b9bcbd4796a8c51d9e87436422c5868292ac6) +++ firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 83bae6ae5f7f26a3511d1d6965310fd8ac9ad496) @@ -2197,8 +2197,21 @@ { return fpgaSensorReadings.fpgaD17CalMemCounter; } + /*********************************************************************//** * @brief + * The setFPGAD17CondData function sets the D17 cal data. + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints.fpgaD17DataCal + * @return none + *************************************************************************/ +void setFPGAD17CondCalData( U32 data ) +{ +// fpgaActuatorSetPoints.fpgaD17DataCal = data; +} + +/*********************************************************************//** + * @brief * The getFPGAD27CondReadCount function gets D27 conductivity sensor read count. * @details \b Inputs: fpgaD27CondReadCnt * @details \b Outputs: none @@ -2295,6 +2308,18 @@ /*********************************************************************//** * @brief + * The setFPGAD27CondData function sets the D27 cal data. + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints.fpgaD27DataCal + * @return none + *************************************************************************/ +void setFPGAD27CondCalData( U32 data ) +{ +// fpgaActuatorSetPoints.fpgaD27DataCal = data; +} + +/*********************************************************************//** + * @brief * The getFPGAD29CondReadCount function gets D29 conductivity sensor read count. * @details \b Inputs: fpgaD29CondReadCnt * @details \b Outputs: none @@ -2390,6 +2415,18 @@ /*********************************************************************//** * @brief + * The setFPGAD29CondData function sets the D29 cal data. + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints.fpgaD29DataCal + * @return none + *************************************************************************/ +void setFPGAD29CondCalData( U32 data ) +{ +// fpgaActuatorSetPoints.fpgaD29DataCal = data; +} + +/*********************************************************************//** + * @brief * The getFPGAD43CondReadCount function gets D43 conductivity sensor read count. * @details \b Inputs: fpgaD43CondReadCnt * @details \b Outputs: none @@ -2486,6 +2523,18 @@ /*********************************************************************//** * @brief + * The setFPGAD43CondData function sets the D43 cal data. + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints.fpgaD43DataCal + * @return none + *************************************************************************/ +void setFPGAD43CondCalData( U32 data ) +{ +// fpgaActuatorSetPoints.fpgaD43DataCal = data; +} + +/*********************************************************************//** + * @brief * The getFPGAD74CondReadCount function gets D74 conductivity sensor read count. * @details \b Inputs: fpgaD74CondReadCnt * @details \b Outputs: none @@ -2581,6 +2630,18 @@ /*********************************************************************//** * @brief + * The setFPGAD74CondData function sets the D74 cal data. + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints.fpgaD74DataCal + * @return none + *************************************************************************/ +void setFPGAD74CondCalData( U32 data ) +{ +// fpgaActuatorSetPoints.fpgaD74DataCal = data; +} + +/*********************************************************************//** + * @brief * The getFPGAD63LevelSensor function gets the latest FPGA D63 upper level * sensor reading. * @details \b Inputs: fpgaD63LevelSensor @@ -3913,6 +3974,18 @@ /*********************************************************************//** * @brief + * The setFPGAP9CondData function sets the P9 cal data. + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints.fpgaP9DataCal + * @return none + *************************************************************************/ +void setFPGAP9CondCalData( U32 data ) +{ +// fpgaActuatorSetPoints.fpgaP9DataCal = data; +} + +/*********************************************************************//** + * @brief * The getFPGAP18CondReadCount function gets the P18 conductivity read count. * @details \b Inputs: fpgaSensorReadings.fpgaP18CondReadCount * @details \b Outputs: none @@ -4009,6 +4082,18 @@ /*********************************************************************//** * @brief + * The setFPGAP18CondData function sets the P18 cal data. + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints.fpgaP18DataCal + * @return none + *************************************************************************/ +void setFPGAP18CondCalData( U32 data ) +{ +// fpgaActuatorSetPoints.fpgaP18DataCal = data; +} + +/*********************************************************************//** + * @brief * The getFPGAD92PumpHallSenseCount function gets substitution pump, D92, * hall sensor speed counter. * @details \b Inputs: fpgaD92SpeedCnt