VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using VeriStand API in LabVIEW for graphs

Solved!
Go to solution

Hello,

I was wondering if anyone has experience reproducing the graphs that come with the VeriStand workspace in LabVIEW via the API. For example, should I use the Get Channel Value block to feed into a LabVIEW graph or is there another suggested method? Thanks.

0 Kudos
Message 1 of 3
(6,063 Views)
Solution
Accepted by topic author h_yong

You can start with this example:

 

<LabVIEW>\examples\Execution API\UDP Streaming\UDP Streaming Example.vi

 

It shows you how to request high-speed streaming data from the VeriStand Gateway and process it. It doesn't show other specific features of the VeriStand Workspace Graph, like the Hold button, but it's a start.

Jarrod S.
National Instruments
0 Kudos
Message 2 of 3
(6,059 Views)

You can get results with Get Channel Value(s) VIs, but that VI returns the latest value from the data table each time it's called.  If you're looking for buffered data, consider the Waveform Streaming API.

 

-Steve K

0 Kudos
Message 3 of 3
(6,053 Views)