02-25-2016 12:13 PM
Hai,
I'm looking for a small answer to the cjc function in the block. I need to use the block which is below, because i got 4 thermocouples and an external gain K=100. The thing is, I don't own any additional sensor but my room temeprature is constant. So my question is, how should I solve the thing with cjc voltage ? My roomtemeprature is ~ 20 degC. I can't find any tables with temperature-voltage values for ic sensor or thermistor ( this one doesn't have a linear characteristics )
It's not possible to use one of my thermocouples to do cjc.
Thanks in advance !
Solved! Go to Solution.
02-25-2016 12:38 PM
You can open the diagram and see what the code does. Basically, it simply adds the TC voltage of the reference temperature, and since you know the temperature, you can do the same directly. Things won't be very accurate, though.
( you could even use the VI unchanged, wire IC sensor, and wire a CJC voltage constant that results in your temperature going to the fisrst subVI.)
02-25-2016 01:05 PM - edited 02-25-2016 01:08 PM
Do you mean this ? Last time ( today ) I did like in this picture, my block kept changing to Convert Thermocouple Reading ( array ).vi from Convert Thermocouple Reading ( waveform ) and there was a problem in an onverwritten library subvi. ( this block is not working anymore after this change )
02-25-2016 01:08 PM
@Tripepperoni wrote:... there was a problem in an onverwritten library subvi.
Never...ever...overwrite system VIs. The conversion tool is polymorphic, so you need to select the correct code instance.
02-25-2016 01:18 PM - edited 02-25-2016 01:21 PM
I tried to do it your way, sir. I think I succeeded, didn't I ? I need a confirmation. ( I will be able to check if it works not sooner than tomorrow morning )
02-25-2016 01:22 PM
Since you only use the first array element of the waveform, that's all you need to process. So simplify the subVI and eliminate the FOR loop and everything waveform related. Don't process the entire wavform, just to throw almost everything (except the first element) away afterwards.
02-25-2016 02:10 PM
02-25-2016 02:32 PM
I'm not doing anything that needs to be highly accurate. Fortunately, it's quite far from the sources of heat so it shouldn't make any troubles. My precision should be at around 1-2 deg C, I don't need accuracy to the values after the comma.
02-25-2016 02:40 PM
@Tripepperoni wrote:I'm not doing anything that needs to be highly accurate. Fortunately, it's quite far from the sources of heat so it shouldn't make any troubles. My precision should be at around 1-2 deg C, I don't need accuracy to the values after the comma.
What comma?
02-25-2016 02:48 PM - edited 02-25-2016 02:51 PM
@RavensFan wrote:
@Tripepperoni wrote:I'm not doing anything that needs to be highly accurate. Fortunately, it's quite far from the sources of heat so it shouldn't make any troubles. My precision should be at around 1-2 deg C, I don't need accuracy to the values after the comma.
What comma?
comma in certain European countries, decimal point elsewhere. 😄
Also remember that compaines often reduce AC/heating at night to save energy, so the fluctuations could be larger than you think if you look at long-term traces.