The RealTime versions of Wait and Wait Until Next Multiple cause my entire program to slow down, not just the loop that contains the Wait. If I have three loops, each with different Wait times, using the normal Wait(ms) or Wait Until Next (ms) Multiple, then the loops behave as expected without slowing down the other loops. However, if I use the RealTime versions of Wait or Wait Until Next Multiple, then all loops are slowed down when only one of the loop's wait times is increased.
Please see my attached TestRealTimeWaits.vi which demonstrates this "feature". Start it up and then use the radio buttons to switch to the RealTime versions of Wait.
Thanks.