Where do you connect them? RADDS has only one official pin at the side for the board. The thermistor pins can not be used for this as they share a 4.7K resistor in series so you have a voltage divide there.
There are 3 more pins you can use if you remove the stepper driver on that socket. You can use these pins:
// Due analog pin #59 = A5 -> AD 2
#define THERMOCOUPLE_0_PIN 2
// There are no more analog pins freely available.
// You can use direction and enable pin from extruder 0 socket as they are also
// analog pins. Then you need to move the stepper driver to a different socket.
// Direction pin of extruder 0
#define THERMOCOUPLE_1_PIN 1
// Step pin of extruder 0
#define THERMOCOUPLE_2_PIN 0
// Enable pin of extruder 0
#define THERMOCOUPLE_3_PIN 10