LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

remote computer

Hello

Does anyone know how to get/set ADC/DAC values on a remote computer.
Maybe I can run an subvi on the remote computer - but how?

Yours Peter
hpek@daimi.au.dk
0 Kudos
Message 1 of 4
(2,855 Views)
Use data socket or TCP/IP connection.
You must have server vi on remote computer that will send to client vi on your computer any data.
0 Kudos
Message 2 of 4
(2,855 Views)
On Mon, 22 Apr 2002 23:12:37 -0700 (PDT), nchernin wrote:
Just use the VI server if you don't want to use the TCP/IP stuff
explictly.

Regards,

Steve Drake
>Use data socket or TCP/IP connection.
>You must have server vi on remote computer that will send to client vi
>on your computer any data.
0 Kudos
Message 3 of 4
(2,855 Views)
Hi

Another option could be to use RDA (Remote device access). Remote Device Access allows you to acquire data from data acquisition (DAQ) boards in remote computers across a network, as if they were in your local machine.
Check this link:
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/5cc9792c6cd4a34c862565bc0072d5df?OpenDocument

Bye
Regards,
Luca
0 Kudos
Message 4 of 4
(2,855 Views)