LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

return Argument to CMD

Solved!
Go to solution

Yes, this is the only option I can find at now. thank you.

0 Kudos
Message 11 of 13
(980 Views)

Or named pipes...

 

That sounds complex, but there are command line commands for them ("\\.\pipe\my_named_pipe"), and with .net it's easy in LabVIEW. It doesn't fit your exact situation, but if you need a continues two way stream between command line and LabVIEW, it works like a charm.

0 Kudos
Message 12 of 13
(973 Views)

Sam Sharp in an earlier post linked some thread in LAVA forum where the problem has been solved.

I took a look at a couple of them. They use .NET to attach a console to the LabVIEW program process.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 13 of 13
(964 Views)