msr-consulting / exscalabar

User interface for the EXSCALABAR instrument.
http://www.msrconsults.com/ukmet-gh/exscalabar
1 stars 2 forks source link

Change CVT/Data Retrieval Rate #107

Closed lo-co closed 8 years ago

lo-co commented 8 years ago

The fixed 1 second is making things more difficult, especially for cell alignment. The server will have to be synced so that when the data string is the same, the json object will be empty (similar to what we do with the cvt).

lo-co commented 8 years ago

Changed this to 100 ms and all seems ok.

This checks to see if the data has changed. If it hasn't, then the status code is set to 204. If the data ID array is empty then the status code is set to 209.

JustinLangridge commented 8 years ago

Not sure if this is the cause but the system is now having issues with update rates. The UI clock is not ticking along each second, but stops and starts, often jumping on several seconds.

Several system restarts have not helped.

JustinLangridge commented 8 years ago

Dave has changed this back to 1000ms which has reverted back to normal behaviour. Needs looking at with respect to why it wasn't working with 100ms