LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RDA delay

I am using SCXI 1000DC with 1121 ,1160 modules .these are installed at server .from remote computer I am running my application built in Labview7.but there is small delay when i run application from remote computer,because the processing and diplaying in the remote computer .The two computers are connected wiht BNC cable throug Network cards.
Now is it possible for me to run the application from remote computer and processing,command out put to the 1160 be at server to getrid off delay ?
0 Kudos
Message 1 of 2
(2,537 Views)
Hello,

Thank you for contacting National Instruments. You have a couple options here.

1. Keep all of the processing on the server machine that is controlling the hardware. You should only have controls and indicators on your remote machine that will allow you to view the data and change parameters. In this example, you will have two VIs on that will run on the server and do all of the processing. The other will run on your client and you will view processed data and pass parameters to your server. You can use DataSocket to read and write data from your server VI to your client VI.

2. If the server machine is running Windows XP. You could just use the Remote Desktop Connection to logon to your server machine remotely. This would simplify things si
nce you could just have one VI that would do everything on the server machine.


Regards,
Bill B.
Applications Engineer
National Instruments
Message 2 of 2
(2,537 Views)