12-17-2009 11:21 AM
When using PlotStripChart the application hangs after a few minutes. I have run the CVI logger and it shows that he application hangs at atlcont.cpp line 728. I've run this multiple times and the txt file shows that it hangs at the same line (728).
[08:44:40.606] [TRACE] [ActiveX_IsControlWindowless] [..\james\atlcont.cpp5636:728] Entering ActiveX_IsControlWindowless
[08:44:40.622] [TRACE] [ActiveX_TranslateAccelerator] [..\james\atlcont.cpp5636:1191] Entering ActiveX_TranslateAccelerator
[08:44:40.622] [TRACE] [ActiveX_IsControlWindowless] [..\james\atlcont.cpp5636:728] Entering ActiveX_IsControlWindowless
[08:44:40.638] [TRACE] [ActiveX_TranslateAccelerator] [..\james\atlcont.cpp5636:1191] Entering ActiveX_TranslateAccelerator
[08:44:40.638] [TRACE] [ActiveX_IsControlWindowless] [..\james\atlcont.cpp5636:728] Enter
See attached file
Thanks,
Mario
12-18-2009 03:20 PM
Mario,
I'm attempting to reproduce your issue, but at this point, I have been unable to. I am using CVI 9.0.1, and I wrote a very simple application with a Strip Chart and a timer that plots 20 elements to a strip chart every time the timer ticks (every .1 sec, it generates 20 random numbers and calls PlotStripChart to plot those 20 numbers on the strip chart). It ran for over 10 minutes without any problem. Is this an accurate representation of your application? If you are doing something different, please let me know and I can try and reproduce the issue. Also, if you have any source code that reproduces the issue, it would be great if you could post that so I could see if it does the same thing on my machine.