Is there any way to load batches of data every few minutes, similar to window. setTime (function (){}, 1000)

Is there any way to load batches of data every few minutes, similar to window. setTime (function () {}, 1000);

Browsers crash because they load too much data at one time

Yes, just execute a transaction around Model calls to add data.

Are there any examples?

I don’t think there are any examples involving adding data every few minutes, but the Shop Floor Monitor sample modifies lots of data every two seconds. Hmm, but that sample does not support undo and redo, so it can get away with just updating data bindings, rather than execute full transactions.

You can search the code for calls to setTimeout.