LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

geting data to/from DOS window

Solved!
Go to solution

I am using IPERF to measure data errors and throughput.

This is done by entering data into a DOS Command window via the keyboard, then physically reading data from the DOS Window.

I would like to have a LabView program to be able to write to this window and read back the reply.

Is there a terminal emulator to send the data? Is there any way to get the text sent into LabView that normally goes to the DOS window?

Any ideas would be appreciated: even willing to pay for a solution.

 - - Steve Girard

Broadcom Corp.

0 Kudos
Message 1 of 5
(3,029 Views)
Solution
Accepted by topic author stevegirard

Not sure how IPERF works but you should be able to use System Exec.vi to send the command and then pull the output from the standard output or standard error terminals.

Message 2 of 5
(3,026 Views)

Hi Steve

 

Please see the System Exec VI

Refer to the Calling System Exec VI in the labview\examples\comm directory for an example of using the System Exec VI.

 

Kind Regards

Chris | Applications Engineer NIUK
0 Kudos
Message 3 of 5
(3,024 Views)

Thank You! Great lead.

0 Kudos
Message 4 of 5
(2,998 Views)

Thank You!

And thanks for the link!

Great lead: I bet I can make this work,

 = = Steve

0 Kudos
Message 5 of 5
(2,993 Views)