My coffee roaster machine has two PT100 probes connected to its two C62 Brainchild Temperature Controllers. Both controllers are used only for showing the Bean Temperature (BT) and Exhaust Temperature (ET). However, I read that the C62 Controller has a retransmit analog output in order to send analog signals to a different device.
I would like to know whether I could connect this analog signals to the HUB0001_0 VINT Hub because I want to use Artisan Scope software for logging my roast profile, and this HUB is 100% compatible with that software. Also, I'd like to know whether I'd still need the Phidget TMP1200_0 such as in their Artisan Scope tutorial where the RTD probe is connected directly to the phidgets without passing through an extra device such as in my case.
I used to have the Phidget 1048 connected to artisan when I had two J type probes for reading the BT/ET temperatures (connected to the same Brainchild C62 controllers) with spliced wires. This is not possible anymore after I upgrade my probes, I know you shouldn't splice RTD probes.
Yes, looking at the C62 datasheet, it supports analog retransmission in the form of 4-20mA and 0-10VDC signals. Neither of these can be read directly by a VINT Hub port, so you'd need a DAQ1400 to read the 4-20mA signal, or a VCP1000 to read the 0-10VDC signal.
Another thing you'd need to double check is to make sure Artisan supports getting the temperature in this roundabout way. Artisan supports the Phidgets VINT Hub, but usually it's getting temperature via a TemperatureSensor object like the 1048 or TMP1200. I'm don't know if it's capable of converting the 4-20mA signal from the CurrentInput object into a temperature and then plotting it in your roast graph.
mparadis wrote:Yes, looking at the C62 datasheet, it supports analog retransmission in the form of 4-20mA and 0-10VDC signals. Neither of these can be read directly by a VINT Hub port, so you'd need a DAQ1400 to read the 4-20mA signal, or a VCP1000 to read the 0-10VDC signal.
Another thing you'd need to double check is to make sure Artisan supports getting the temperature in this roundabout way. Artisan supports the Phidgets VINT Hub, but usually it's getting temperature via a TemperatureSensor object like the 1048 or TMP1200. I'm don't know if it's capable of converting the 4-20mA signal from the CurrentInput object into a temperature and then plotting it in your roast graph.
Hi again!
It seems it's officially supported. I'm posting this just in case someone needs the same information as me. Thank you.