User Options - Optional Solar Radiation / UV Sensor
In the interest of optimising code execution and processor performance, if you are "not" connecting an optional outside Solar Radiation / UV sensor to the transmitter station then we should set these options to Not Used / Not Present. Set the "SRUV_OutUnit" option to 9 for not used, and set "Solar_Sensor" and "UV_Sensor" options to 0 for not present.
// --------------------------------------------------------------------------------------
// Define the source of your main outside sensors
// --------------------------------------------------------------------------------------
// ---- If you have all the sensors connected to only one TX board, always select Unit 0 as source
// ---- Define the source of your main Temperature / Humidity sensor
#define TH_OutUnit 0 // 0 for Temp/Hum sensor connected to TX_Unit 0, 1 for Temp/Hum sensor connected to TX_Unit 1
// ---- Define the source of your Main Wind sensor
#define WIND_OutUnit 0 // 0 for Wind instruments connected to TX_Unit 0, 1 for TX_Unit 1
// ---- Define the source of your main Rain Gauge
#define RAIN_OutUnit 0 // 0 for Rain Gauge connected to TX_Unit 0, 1 for TX_Unit 1, 3 for Auriol RF Rain Gauge
// ---- Define the source of your main Solar / UV sensores
#define SRUV_OutUnit 9 // 0 for Solar Rad / UV sensors connected to TX_Unit 0, 1 for TX_Unit1, 9 for not used
// ---- Define installed Solar / UV Sensors
#define Solar_Sensor 0 // 0 for not present; 1 for present
#define UV_Sensor 0 // 0 for not present; 1 for present
#define UV_Transmission 65 // UV Transmission percentage of UV sensor cover material
In the interest of optimising code execution and processor performance, if you are "not" connecting an optional outside Solar Radiation / UV sensor to the transmitter station then we should set these options to Not Used / Not Present. Set the "SRUV_OutUnit" option to 9 for not used, and set "Solar_Sensor" and "UV_Sensor" options to 0 for not present.
// --------------------------------------------------------------------------------------
// Define the source of your main outside sensors
// --------------------------------------------------------------------------------------
// ---- If you have all the sensors connected to only one TX board, always select Unit 0 as source
// ---- Define the source of your main Temperature / Humidity sensor
#define TH_OutUnit 0 // 0 for Temp/Hum sensor connected to TX_Unit 0, 1 for Temp/Hum sensor connected to TX_Unit 1
// ---- Define the source of your Main Wind sensor
#define WIND_OutUnit 0 // 0 for Wind instruments connected to TX_Unit 0, 1 for TX_Unit 1
// ---- Define the source of your main Rain Gauge
#define RAIN_OutUnit 0 // 0 for Rain Gauge connected to TX_Unit 0, 1 for TX_Unit 1, 3 for Auriol RF Rain Gauge
// ---- Define the source of your main Solar / UV sensores
#define SRUV_OutUnit 9 // 0 for Solar Rad / UV sensors connected to TX_Unit 0, 1 for TX_Unit1, 9 for not used
// ---- Define installed Solar / UV Sensors
#define Solar_Sensor 0 // 0 for not present; 1 for present
#define UV_Sensor 0 // 0 for not present; 1 for present
#define UV_Transmission 65 // UV Transmission percentage of UV sensor cover material

