02-16-2010 01:33 PM
Hello all,
I'm using SignalExpress to read temperatures off a thermocouple (from an ai channel) and then output the voltage as it is to a board (through an ao channel). However, if I happen to have a temperature that is out of the voltage range (+10 V to -10 V) such as 20 deg C, it reports error 200561 and does'nt output it. This problem has been dealt with before, but in a LabVIEW VIs, however my problem is specific to SignalExpress. Any ideas how to get around this problem.
Help greatly appreciated,
Thanks,
Ronak
02-19-2010 06:02 PM
Your options for coercion are more limited in Signal Express than in LabVIEW. Can you try using a “Conditional Repeat” block into your code? This should give you the ability to generate only when the data in within range.