LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

usb 6008 daq spi lcd server client

Hi.
I'm new to the labview.ich have a project and comes to data acquisition and remote monitoring
detaille:
2 computer are labview installed on both and connected to wifi / internet.
the server computer connected with ni usb 6008 and it pt100 temperature sensor
it should also include the measurement data display on an LCD
it should be the client computer also read out the measured values
 
has anyone an idea how could you start?., I will be very grateful

0 Kudos
Message 1 of 3
(2,273 Views)

This sounds like a pretty big task for someone new to LabVIEW.

 

First get the DAQ working on the server PC.  There are tons of examples that ship with LabVIEW for taking DAQ, go to Help >> Find Examples.

 

Getting the information to your other PC can be done many different ways, but maybe the easiest is to just use a Web Server to control the front panel.

 

http://zone.ni.com/reference/en-XX/help/371361H-01/lvconcepts/viewing_fp_remote/

 

Also you could remote into this PC using remote contol software and remote desktop.

 

As for displaying data on an LCD.  A relativly simple solution is to use an Arduino UNO, the LIFA toolkit and an LCD connected to it.  It is a little bit if a round about solution but the LIFA toolkit comes with code to output to LCDs connected and it is relatively easy to use.

 

EDIT:  LIFA https://decibel.ni.com/content/groups/labview-interface-for-arduino

0 Kudos
Message 2 of 3
(2,252 Views)

thank you very much. these I will deal more with this new information

0 Kudos
Message 3 of 3
(2,223 Views)