10-12-2007 09:20 AM
10-15-2007
01:18 PM
- last edited on
08-06-2025
05:37 PM
by
Content Cleaner
Hello Rob,
For starters, I have a few questions about your setup. What SC Connector block do you have? What DAQ card do you have the SC hooked up to? What are you using to measure the voltage (e.g. a Test Panel in MAX, a Task created in MAX, or possibly a VI)?
Using a test panel directly from the SCC module will give you exactly what the module is seeing. You can get this by right clicking the device:
If this measurement is correct, there my be a setting in the task that is causing the unexpected reading. If this is the case, I would reccomend making sure the settings in your task are correct. Most of these rely on the thermocouple, but Table 4 in the SCC Quickstart Guide has some reccomendations.
If the Test Panel does not see the correct voltage, again make sure that the thermocouple is connected correctly. Also try the module in a different slot to rule out the chance the slot is the issue. Also, make sure that your thermocouple is recieving excitation current if it needs it. I hope this helps, post back if it doesnt.
Message Edited by Neal M on 10-15-2007 01:19 PM
10-15-2007 04:24 PM
10-16-2007 04:59 PM - edited 10-16-2007 04:59 PM
Message Edited by Neal M on 10-16-2007 05:00 PM
Message Edited by Neal M on 10-16-2007 05:00 PM
11-08-2007 02:20 PM
11-11-2007
12:41 PM
- last edited on
08-06-2025
05:37 PM
by
Content Cleaner
Hi again RJ75,
It says in the SCC Quickstart Guide for the SCC-TC Series that they have a built in CJC:
The fact that you are getting this error makes me think that the device may be configured incorrectly. I would recommend that you go through the quickstart guide and make sure everything is set the way you are expecting. For troubleshooting, you can set the CJC can be a constant, but if the constant is not correct, you may see incorrect readings. The LabVIEW Help has some good documentation about taking thermocouple measurements (CJC and other considerations). You can also use a voltage task in Measurement and Automation Explorere (MAX) to read the voltage on the thermocoupe directly, but if there are CJC considerations, then this will not be taken into account. It might be good though to see if the thermocouple responds the way you would expect with the voltage task.
The TC Series User Manual also has some troubleshooting tips, specifically how to remove offset (pg 9).
Lastly, you said that you thought you had solved this problem, what made you think that? Were you able to get it to work at all?
Message Edited by Neal M on 11-11-2007 12:44 PM
11-12-2007 08:38 AM
Thanks, I will look some of these things over, although I have been trying to work from the manual when trying to fix the problem.
When I thought it was fixed, I had set up the labview to read the voltage of the TC and then I had multiplied that by 10 (since it says the module provides a gain of 100). That seemed to allow the TC to react similar to how I thought it should to changes in temperature. However, I also had to provide an offset which changed each time I started the VI again (it could be due to changes in ambient temp). I also noticed that still the voltage always remains the same sign even if I change the polarity of the wires (this is puzzling).
I am using the 'new' labview routines. I have set up TC before with no problem, but that was using the old 'classic' labview.
Thanks,
ROb
11-13-2007 06:47 PM
Hi Rob,
You mentioned that the offset voltage you had to provide in your program changed each time you started the VI, and indicated that this was possibly due to changes in ambient temperature. This would be compensated by the CJC sensor, which is built into your SCC-TC01. Since MAX does not allow you to select the built in CJC Sensor, the SCC may be configured incorrectly, possibly due to the SCC-TC01 being assigned to the incorrect port or some other mistake. You did not mention in your previous post the results of going through the quick start guide and ensuring the configuration is correct. This would be a helpful trouble shooting step. Since the device is for signal conditioning, if the configuration is off, the resulting data will be off.
You had also mentioned that you are using the “new” LabVIEW routines. If you are referring to programming with DAQmx instead of Traditional DAQ, this will not be a concern. In MAX, where the test panels are being run, it does not matter if you were using DAQmx or DAQ, since the test panel is looking at the actual hardware.
I hope that this helps. Please let me know if you have any further questions I can clarify or if this solution does not take care of your missing VI issue. Thanks-
Mallori M
11-27-2007 04:21 PM
11-28-2007 03:06 PM