23-11-2017, 08:34
(23-11-2017, 05:16)Werk_AG Wrote: Before anything else, please check your user configurable settings on both TX and RX software.
TX
Code:// --------------------------------------------------------------------------------------
// Define which data this unit will send. 0 = Not send this data, 1= Send this data
// --------------------------------------------------------------------------------------
...
#define ID4 1 // SolRad / UV data
...
RX
Suposing Solar/UV interface is connected to TX unit0
Code:// --------------------------------------------------------------------------------------
// Define the source of your main outside sensors
// --------------------------------------------------------------------------------------
...
// ---- Define the source of your main Solar / UV sensores
#define SRUV_OutUnit 0 // 0= Solar Rad / UV sensors connected to TX_Unit 0, 1= for TX_Unit1, ..., 9 for not used
// ---- Define type of Solar Radiation / UV Sensors
// ---- Support for sensor type 4 its experimental (type 4 its a PAR sensor)
#define Solar_Sensor 2 // 0 not used, 1= Solar Cell "Pyranometer", 2= Apogee SP-110 Pyranometer, 3= Reserved, 4= Apogee SQ-110: Photosynthetically Active Radiation Sensor
...
Werk,
I haven't defined the type of solar sensor in the Rx left it as 1 instead of 2. I have changed it and will check for data tomorrow when the sun is up
Thanks


