| | |
| | | |
| | | api1302.setCfww(grain.getTempOut()); |
| | | api1302.setCfws(grain.getHumidityOut()); |
| | | api1302.setCfnw(grain.getTempIn()); |
| | | if (api1302.getCfnw()<0){ |
| | | api1302.setCfnw(0); |
| | | } |
| | | api1302.setCfns(grain.getHumidityIn()); |
| | | if (api1302.getCfns()<0){ |
| | | api1302.setCfns(0); |
| | | } |
| | | api1302.setCfnw(grain.getTempIn() < 0.0 ? 0.0 : grain.getTempIn()); |
| | | |
| | | api1302.setCfns(grain.getHumidityIn() < 0.0 ? 0.0 : grain.getHumidityIn()); |
| | | |
| | | api1302.setLszgw(grain.getTempMax()); |
| | | api1302.setLspjw(grain.getTempAve()); |
| | | api1302.setLszdw(grain.getTempMin()); |