07-16-2008 01:32 AM
07-16-2008 02:50 PM
Hi AnthonV,
I can try to reproduce this here to see if a corrective action report needs to be filed. Could you upload a VI that can demonstrate this error? Thanks.
07-17-2008 02:10 PM
07-18-2008 01:33 AM
Hi Stephen,
for user interfaces I always use an event node in polling mode, for instance poll every 100ms
for background loops on windows targets (eg non RT targets) I use a wait in the loop. For RT Targets it is a wait until next multiple.
I am aware of processor starvation if you speed up loops, so I try to be as gentle as possible with all my timers, so this is not an issue in my bugpost.
best regards,
Stijn