The resource consuming part of my application reads four analog channels from USB-device 6008, at samplerate 500 Hz and buffer 50 in a while loop. The plots are displayed a splitscreen graph. The 2 GHz lap-top PC is connected to a WLAN (802.11 b). The remote lap-top running Runtime Engine and IE is connected to the same WLAN.
I have tested two scenarios:
1) Open VI and starting web-server. Then calling the VI using IE on client. Then start running the VI on server
=> Everyting runs fine with 0,5 seconds delay in viewing the plots.
2) Open VI, running VI's and running web-server. Then calling the running VI using IE on client.
=> I experience a 45 sec (Yes,fourthyfive sec) delay in the transmission of the analogue graph data. Serial data from the same VI, transmitted via the same WLAN is however updated imediately (1 sec delay).
I have tested this on two different WLAN's
- a dedicated WLAN network in hospital.
- a WLAN hot spot in a hotel.
The result was the same
Is this delay caused by the WLAN, the web-server, LV or my poor programming skills?
Regards Runnerboy