03-11-2013 06:06 PM
Hi,
I am using Labview Professional Development system and I have to create a VI that opens a command prompt window to session into a linux based device.
I have used System Exec to open the window and got to "root-bash#" prompt.
Question:
- How do I send command to the linux prompt ? Do I need to buy the labview linux package for Pipe VIs ?
03-12-2013 08:22 AM
How about a TCP connection?
Ctrl-Space (open quick drop) and TCP give me the TCP vis ....
03-12-2013 08:27 AM
If it isn't just a one-liner, you'll need to make it a one-liner.
That is, create a script that does what you want to do, and then call that script.