02-02-2013 05:08 AM
Hi,
you told like there thermocouple conversion in labview is it through daqmx.... and plotting in xy graph its not working..y is it so..
02-02-2013 05:12 AM
Hi,
you told there is thermocouple conversion in labview is it daqmx create channels..i tried plotting voltage and temperature values in xy graph...its not working y is it so..
02-02-2013 11:27 AM
You could have done what I do when I can't remember what palette a function is on - use the search button on the function palette or use quick drop.
Your while loop is just silly. It just spins with the same value over and over again until you change it. That results in a unreadable graph. There does not simply does not seem to be any reason for a loop. Your graph really belongs in your acquisition loop.