LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need a labwiev program to acquire 4 signals, 3 from strain gauges and 1 from a thermocouple. is it possible to find? thanks

I need a labwiev program to acquire 4 signals, 3 from strain gauges and 1 from a thermocouple. is it possible to find? thanks
0 Kudos
Message 1 of 2
(2,713 Views)

Hi bob84,

 

Thanks for your post and I hope your well.

 

Firstly, I think you'll be lucky to find someone out here who has done your exact application and will then give you the code.

 

Secondly, we would most likely require more information - are you continously acquring data, outputs, what hardware your using...(endless list).

 

I would suggest looking in the NI Example Finder (Help>>Find Examples) and then go to NI Hardware Input/Output, DAQmx (assuming your using DAQmx devices, cDAQ..) and take a look at some of the acquire and graph continous int clk examples. 

 

The architecure you'll most likely require is the produce/consumer pattern which woud allow you to acquire continously at a constant rate and then performance anaglsis (and plotting) in a seperate loop. Are you familar with this pattern?

 

Also - before I would post any code I would need to know what version of LabVIEW you were using (as well as answers to my previous questions).

 

Hope this helps,

Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help! 😉
0 Kudos
Message 2 of 2
(2,710 Views)