|
@@ -7074,12 +7074,12 @@ void CheckSystemValue(void)
|
|
|
}
|
|
|
}//End for AC
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- if(cpinitateMsg.bits[gun_index].ClockAlignMeterReq == ON)
|
|
|
- {
|
|
|
- sendMeterValuesRequest(gun_index, ReadingContextEnumType_Sample_Clock);
|
|
|
- cpinitateMsg.bits[gun_index].ClockAlignMeterReq = OFF;
|
|
|
- }
|
|
|
+ if(isWebsocketSendable && (cpinitateMsg.bits[gun_index].ClockAlignMeterReq == ON))
|
|
|
+ {
|
|
|
+ sendMeterValuesRequest(gun_index, ReadingContextEnumType_Sample_Clock);
|
|
|
+ cpinitateMsg.bits[gun_index].ClockAlignMeterReq = OFF;
|
|
|
}
|
|
|
|
|
|
// Sample period MeterValue
|