LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can you load data from an ethernet connection into a data table and then plot these values on a graph?

I am using an ethernet connection to obtain several data values and am then trying to gather these values and insert them into a table on cvi.
1) How should I go about setting up the ethernet connection with the CVI (I know the VISA library contains most of the functions for this, but any specific hints are appreciated).
2) Once the connection is set up, and the data values are being delievered back to the CVI, how do I put the values into a data table (there are lots of values being gathered).

Thanks

Matt N.
neemtt
0 Kudos
Message 1 of 2
(2,830 Views)

Hi Matt,

CVI actually ships with many Internet and graphing examples.

I suggest you take a peek at the Internet examples in:
- C:\Documents and Settings\All Users\Documents\National Instruments\CVI85\samples\internet
- C:\Documents and Settings\All Users\Documents\National Instruments\CVI85\samples\tcp
- C:\Documents and Settings\All Users\Documents\National Instruments\CVI85\samples\udp

You may find graphing examples in:
C:\Documents and Settings\All Users\Documents\National Instruments\CVI85\samples\userint\graphs.cws

You may find table examples in:
C:\Documents and Settings\All Users\Documents\National Instruments\CVI85\samples\userint\colview.cws
C:\Documents and Settings\All Users\Documents\National Instruments\CVI85\samples\userint\databinding.cws
C:\Documents and Settings\All Users\Documents\National Instruments\CVI85\samples\userint\gridview.cws

Nestor
0 Kudos
Message 2 of 2
(2,807 Views)