LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unix Window inside Windows Labview front panel

I have a tab control with multiple tabs.  The first tab I use to access my hardware using the USB interface.  I would like the second tab to be a unix terminal or DOS prompt where I can telnet into a unix box.  This terminal would access the hardware using the UNIX box.  I used the Telnet Client VI but it does not give you access to all the unix commands (history, tab, etc..).   You also have to send the command which is confusign to the user.  The system VI does not open the DOS prompt in the LabVIEW front panel.  I need to know when the user is using the UNIX or USB which is why I want the UNIX terminal in the Labview front panel. 

 

Anyone get a unix terminal in a Labview front panel?  Maybe invoking nodes?

 

Thanks,

Jasson

0 Kudos
Message 1 of 5
(3,273 Views)

Hi Jasson,

 

Have you tried using the System Exec.vi function that lets you use Linux commands in a terminal shell? It is found in the Functions Palette in Connectivity>>Libraries and Executables. Hope this helps!

 

Ipshita C.

National Instruments
Applications Engineer
0 Kudos
Message 2 of 5
(3,228 Views)

Ipshita_C wrote:

Hi Jasson,

 

Have you tried using the System Exec.vi function that lets you use Linux commands in a terminal shell? It is found in the Functions Palette in Connectivity>>Libraries and Executables. Hope this helps!

 

Ipshita C.


I am having the same issues as Jasson. I am trying to send unix commands to a unix machine. I have no trouble at all doing this using the command prompt in windows but I cannot do it using System Exec.vi
 I have tried multiple ways to do it and none were successful. The first way was I opened the used System Exec.vi to open the cmd.exe program, and then start telnet from there, but it seems that this launches a new application telnet so the System Exec.vi has no connection with the new telnet application because it was launched from cmd.exe.
The other way that I tried was directly opening telnet.exe from the System Exec.vi but this does not work. I am not sure how to work around this. Any ideas 

 

0 Kudos
Message 3 of 5
(3,223 Views)

Hi Amaglio,

 

I see what you are saying--I also tried the SystemExec.vi with the same results. You can perhaps have a look at this forum post.It appears they use Exceed to open Unix.

 

Ipshita C.

National Instruments
Applications Engineer
0 Kudos
Message 4 of 5
(3,200 Views)

Hi this is a activeX telnet tool with GUI. Perhaps it will help you. It comes with 30 day trail.

http://www.weonlydo.com/index.asp?showform=TelnetDLX



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 5 of 5
(3,188 Views)