Page 1 of 1

PT100 sensor for Duet WiFi

Posted: Sun Jan 15, 2017 6:42 pm
by TN Yankee
It seems as the E3D PT100 sensor & board are the most common and readily available combination. However, since the Duet Wifi uses it's own daughter card to interface to a PT100 sensor, there's no use in buying an E3D board.

In the same vein, is there a recommendation for a non-E3D PT100 sensor? I'll be using an E3D V6 & V6Lite, so the sensor has to fit those heater blocks. It would be great to find a sensor that fits the standard thermistor-style block, so I wouldn't have to buy new heater blocks.

Thanks!

Re: PT100 sensor for Duet WiFi

Posted: Sun Jan 15, 2017 7:02 pm
by Xenocrates
I went looking. There are some on component's outfit's like Mouser. Of course, you'll need to build your own cable (And yes, the cable quality matters somewhat more than thermistor cabling due to a lower resistance to reference from) For example this one I don't think it would fit in the thermistor hole though, and I would be somewhat hesitant to leave it un-encapsulated anyways.

Personally, if you're going that route, pick the best sensor you're willing to spring for (Class 2B, Class B, Class A is the ascending order of quality), and buy actual RTD connection cabling+connectors, and wire it up as a 4 wire sensor (Best results)

Re: PT100 sensor for Duet WiFi

Posted: Sun Jan 15, 2017 8:10 pm
by DerStig
TN Yankee wrote:It seems as the E3D PT100 sensor & board are the most common and readily available combination. However, since the Duet Wifi uses it's own daughter card to interface to a PT100 sensor, there's no use in buying an E3D board.

In the same vein, is there a recommendation for a non-E3D PT100 sensor? I'll be using an E3D V6 & V6Lite, so the sensor has to fit those heater blocks. It would be great to find a sensor that fits the standard thermistor-style block, so I wouldn't have to buy new heater blocks.

Thanks!

Having just done this yesterday my suggestion is to use the E3d heater block and PT-100 sensor, and use the Duet's daughter card. Plug and play and it just works

Re: PT100 sensor for Duet WiFi

Posted: Sun Jan 15, 2017 9:31 pm
by TN Yankee
Thanks for the information. I likely will just use the E3D version, but I'll keep looking around a bit. I think a big clue is E3D's comment that the Ultimaker 2 uses a PT100 as standard, and the E3D is a direct replacement.

As far as the heater block goes, I'm getting the impression that they used to have 2 blocks (one for PT100, one for old thermistor style), based on some of their product pages. Now, however, a single heater block can be used for either the PT100 or thermistor cartridges. Per their wiki:
From mid-June 2016 E3D Hotends will transition to using a standard cartridge-type format for temperature sensors. These will be available as Thermistor, PT100 or Thermocouple sensors.

Cartridge-sensors are to be used with an updated design of heater-block, into which the sensor cartridge is secured using a grub screw.

Re: PT100 sensor for Duet WiFi

Posted: Sun Jan 15, 2017 9:46 pm
by Xenocrates
TN Yankee wrote:Thanks for the information. I likely will just use the E3D version, but I'll keep looking around a bit. I think a big clue is E3D's comment that the Ultimaker 2 uses a PT100 as standard, and the E3D is a direct replacement.

As far as the heater block goes, I'm getting the impression that they used to have 2 blocks (one for PT100, one for old thermistor style), based on some of their product pages. Now, however, a single heater block can be used for either the PT100 or thermistor cartridges. Per their wiki:
From mid-June 2016 E3D Hotends will transition to using a standard cartridge-type format for temperature sensors. These will be available as Thermistor, PT100 or Thermocouple sensors.

Cartridge-sensors are to be used with an updated design of heater-block, into which the sensor cartridge is secured using a grub screw.
Yep. That's how it used to go (And how it was when I went over to PT100's.) It's much different and better now from my perspective.

Re: PT100 sensor for Duet WiFi

Posted: Sun Jan 15, 2017 9:51 pm
by TN Yankee
Probably a dumb question, but it just occurred to me: can the Duet wifi accommodate both a PT100 and a thermistor (e.g. from the bed)? I would think so.

Re: PT100 sensor for Duet WiFi

Posted: Mon Jan 16, 2017 2:39 am
by dc42
TN Yankee wrote:Probably a dumb question, but it just occurred to me: can the Duet wifi accommodate both a PT100 and a thermistor (e.g. from the bed)? I would think so.
Yes. Each PT100 daughter board supports 2 sensors, but the thermistor inputs are still available. By default each heater uses the corresponding thermistor input to control its temperature. A parameter on the configuration command for that channel in the config.g file on the SD card tells it to use a different thermistor channel or one of the PT100 channels instead.

Re: PT100 sensor for Duet WiFi

Posted: Mon Jan 16, 2017 7:31 am
by TN Yankee
Thank you, David. I had assumed it was so, but wanted to make sure.