01-02-2014 03:39 PM
Hi. Is there an easy API example I can download? Not sure which pallette item(s) to select. I want to use Labview with the API to specify the project file and run it, expecting deployment with start-up procedures, and display of the corresponding workspace. Target may be another PC. Thx.
01-03-2014 09:56 AM
Examples for NI-VeriStand can found in:
<ProgramFiles>\National Instruments\LabVIEW <version>\examples\NI VeriStand\API
There, you have examples that describe how to Configure (Configuration API), Execute (Execution API) and Change/compose system definition (System Definition API). In special, look at the
Execution API\Deploy and Read Channels\Deploy and Read Multiple Channels.vi
This example should give you most of the features you need.
Hope this helps...
01-07-2014 09:13 AM
Hey KB_GenMtrs,
Just wanted to add a little to Barp's point. You can find these examples in LabVIEW's example finder as well when you browse by directory structure.
01-08-2014 01:00 PM
Thanks to all!