27-09-2016, 06:12
(27-09-2016, 03:35)Werk_AG Wrote:First row of data on the WD unit will be 5cm, second row 0.5m, and third 1m.Code:#define SoilTempSensors_Source { {2,1},{2,2},{2,0},{9,9} }
#define LeafTempSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define SoilMoistSensors_Source { {2,0},{9,9},{9,9},{9,9} }
#define LeafWetSensors_Source { {1,1},{9,9},{9,9},{9,9} }
Yes, that would definitely work, but then I'll send to WU soil temperature from -0,05m, not I'd like to send from -1.0m.
I think the only solution then is to engage the sensors to the interface in a different order. And that's another thing that I still do not understand - I joined them:
1st -1.0 m
2nd -0.5 m
3rd -5 cm
4th nothing
But they appeared to me in a different order - apparently I do not understand their addressing. Recognition sensors I did with a glass of hot water ...

Regards

