修改气象数据雨量、日照数据处理,及数据处理日志信息

rtmpsuck
jxjajs 6 months ago
parent ef1a061fad
commit b482a184a0

@ -3155,8 +3155,6 @@ void ShxyProtocolDataProcess(int devno)
} }
pPortParam->aiValue[OpticalRadiationNo].AiState = SER_SAMPLE; pPortParam->aiValue[OpticalRadiationNo].AiState = SER_SAMPLE;
weatherpntmsg[OpticalRadiationNo].AiState = SER_SAMPLE; weatherpntmsg[OpticalRadiationNo].AiState = SER_SAMPLE;
//g_SelfTest.SensorsFault |= (0x02);
//if ((gDisSunRain & 0x80) == 0x80)
{ {
sprintf(szbuf, "%s日照:%0.3f ", szbuf, fvalue); sprintf(szbuf, "%s日照:%0.3f ", szbuf, fvalue);
DebugLog(devparam[devno].commid, szbuf, 'V'); DebugLog(devparam[devno].commid, szbuf, 'V');

Loading…
Cancel
Save