LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sending linux command through labview

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 ?

 

 

0 Kudos
Message 1 of 3
(2,457 Views)

How about a TCP connection?

Ctrl-Space (open quick drop) and TCP give me the TCP vis ....

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 2 of 3
(2,425 Views)

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.



CLA
www.dvel.se
0 Kudos
Message 3 of 3
(2,422 Views)