07-22-2014 10:03 AM
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
07-22-2014 02:53 PM - edited 07-22-2014 02:54 PM
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
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-24-2014 11:43 AM
thank you very much. these I will deal more with this new information