10-18-2007 01:12 PM
10-18-2007 01:19 PM
10-18-2007 02:31 PM
10-18-2007 03:22 PM
10-18-2007 04:38 PM
10-19-2007 04:52 PM
Hey Machman,
Thank you for contacting National Instruments. From the information you have provided here, I am still a bit unclear about what you are using at this point. Are you currently or wanting to use the Real-Time module?
In LabVIEW, when using while loops with DLLs running inside, the program is going to wait for completion. Also, in Traditional LabVIEW if using the Timed Loops as mentioned above, there are no timing guarantees.
It is from within the Real-Time Module where the Timed Loops will have this type of deterministic behavior. One way to verify this is to reference the example finder, and the Performance Benchmarking.vi. This can be used to better determine the behavior/performance of your application.
I hope this helps. If you have other specific questions or additional information, post back and I would be happy to respond. Have a great day!
Jason W.
.10-22-2007 11:27 AM
Hi, Jason, Thanks for your reply. currently I am using Labview RT system. is there any control I can use to check the late iteration problem? another problem is about dynamic memory allocation. does RT system support dynamic memory allocation? Thanks.
machman