nightdweller Posted March 30, 2004 Report Posted March 30, 2004 Hello Everyone, I am a relative new LabVIEW programmer trying to debug a program from a previous programmer. This program basically uses several ENET SRS 232/4 devices to communicate with several instruments. It currently uses multiple threads, I believe for synchroniztion. I am trying to build an application but noticed that the program crashes due to the use of multiple threads(Running Win2000). :headbang: I was wondering while building a application, whether there is a way to set the run time engine to use single threads. Thanks alot. Minh Quote
nightdweller Posted March 31, 2004 Author Report Posted March 31, 2004 I guess I can add a command to ini file of the executable. Although i am not too sure what that command might be. Quote
nightdweller Posted March 31, 2004 Author Report Posted March 31, 2004 I found this command ESys.StdNParallel set to 0, eliminates the thread count by 90%. :thumbup: Just thought I should share this since it took me some time to browse through the internet. Although, I am getting a i/o error now.. oh well, back to the drawing board. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.