LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run an external code on a remote computer

How do I run an external code (fortran) on a UNIX station through Labview 6i on PC ?
0 Kudos
Message 1 of 2
(2,457 Views)
Supposing you have a connection between them (either TCP/IP, serial or another type):
1. Code a little application on UNIX to stay active and wait for a signal from PC (a TCP connection, a unique sequence of bytes at serial port, an e-mail, etc.)
2. When receive the signal, start your external code

Hope this helps somehow
0 Kudos
Message 2 of 2
(2,457 Views)