LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

program for automatic switching of channels

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..

0 Kudos
Message 11 of 13
(739 Views)

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..

 

0 Kudos
Message 12 of 13
(739 Views)

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.

0 Kudos
Message 13 of 13
(729 Views)