LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

use labview command line custom

Hay,

 

This is the forst time i wanna try the command line tool for Labview. i want to use the command line to fill in a parameter. In the end i want to do this:

 

C:\hex.vi --5340020A0050 //the digits represent hex values

copy the hex values into a string(type hex string) and send this to my comport.

 

Can some one help me out? I did find something about property nodes but i have no idea how to use them.

 

Tnx 

0 Kudos
Message 1 of 4
(2,865 Views)
Look at the CommandLine example.  Open Help -> Example Finder and search for "Command Line".
0 Kudos
Message 2 of 4
(2,848 Views)
Note: You would actually have to build an application from your VI to get command-line arguments. If you open a VI into the development environment it's actually LabVIEW that would receive the command-line arguments, not your VI.
0 Kudos
Message 3 of 4
(2,842 Views)
Hey, Tnx for the help. I found how it works now using the commandline.vi from NI. It's al up and running 🙂
0 Kudos
Message 4 of 4
(2,829 Views)