10-22-2009 05:18 PM
10-23-2009 09:07 AM
Hello all, thanks for your contributions,it's been of great help. I have fixed the error from the alarm option and working perfectly well now using one boolean LED for both temp limit.
However,i'm struggling with the transient response curve fitting vi using DAQ with trigger&gate vi. Any positive idea will b eappreciated.
Regards,
LAWAL
10-26-2009 04:36 PM
04-21-2017 06:18 AM
Hi All,
I am quite new to labview and I have followed the conversation so far
@Wallace10 wrote:
Hello all, thanks for your contributions,it's been of great help. I have fixed the error from the alarm option and working perfectly well now using one boolean LED for both temp limit.
However,i'm struggling with the transient response curve fitting vi using DAQ with trigger&gate vi. Any positive idea will b eappreciated.
Regards,
LAWAL
and it is quite interesting. I am trying to capture the transient response of a thermocouple where there is a change in temperature. i want some help with collecting the x and y values into different arrays to use on the curve fitting vi
04-24-2017 10:50 AM
Hi Kula27,
Maybe I'm missing something here, but what's the curve fitting VI going to do if you split the x and y values. Why wouldn't you just feed the signal from the DAQ assistant directly into your curve fitting VI.
Also, why don't you have the DAQ Assistant setup as a thermocouple task?
If you want to continually append to an array as you're doing in the for loop, you'll need the shift registers to be on the while loop.
04-28-2017 05:03 AM
Benny Benson, I got it figured out...