09-14-2015 05:13 AM
I'm in need to monitor and control a Process in labview remotely using the data dashboard for labview mobile application,.....more over i need to calculate the time taken to send and recieve the data.... how to do the same in data dashboard ( i.e i need to monitor the time taken to control the process,,,,, i need to view the time in datadashboard)
09-14-2015 08:40 AM
I'm not too sure how you'd be able to do this - unless there's some sort of log in the distributed system manager (which allows you to view shared variable information that the data dashboard is based on).
Typically you would do some sort of request/response for this - send some data and record the timestamp and then when you get the reply take another timestamp and that gives you your round trip time. Because the data dashboard is a fixed app (i.e. you can't modify/program it) there isn't much you can do on that side.
Perhaps you could do some measure of the latency using a camera? Take a video of you sending some data and the response on the application and then see the difference (i.e. in number of frames) between the two.
If you look at the links in my signature - I was able to get pretty good latency (good enough for Tetris) using WebSockets and a mobile browser - maybe you could do something similar?
The network latency (not taking into account latency for the shared variable engine etc.) is obviously very dependent on how you are connecting your mobile to the application:
WiFi on local network: ~5-10ms
3G: ~100-150ms
4G: ~30-60ms
09-28-2015 05:38 AM
Could u plzz send me some programs for realtime smith predictor control using labview....