VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

plot different data set depending of some conditions using labview and veristand

Hi Community,

 

i have a couple of points saved as XY data points on my desktop.  The files are save as csv.  the idea is to read the file utilizing the Read From Spreadsheet File vi when some conditions are met and then plot the XY data wiht XY Graph Addon of the veristand workspace.

for instance:

if case 1 is true read the corresponding file and then plot the first set of data

if case 2 is true read the corresponding file and then plot the second set of data

...

....

...

if case n is true read the corresponding file and then plot the n set of data.

 

Could you give some advices how to implement it (Labview and Veristand)?

 

I'm using LV and NIVS 2012

 

Thx

 

Mich

0 Kudos
Message 1 of 2
(5,132 Views)

Hi Michel,

 

I believe the easiest method will be to use the VeriStand .NET API to call into VeriStand and utilize LabVIEW for creating the decision making cases that you have.  I have attached some examples of using the VeriStand API in LabVIEW.

 

Using the NI VeriStand .NET API in LabVIEW to Control a VeriStand System

https://decibel.ni.com/content/docs/DOC-32268

 

Where Can I Find LabVIEW Examples Using the NI VeriStand API?

http://digital.ni.com/public.nsf/allkb/E1066949FA67B6CE862578A7005988D5?OpenDocument

 

Please let me know if this helps.

Matt S.
Industrial Communications Product Support Engineer
National Instruments
0 Kudos
Message 2 of 2
(5,080 Views)