12-07-2005 12:41 PM
12-07-2005 03:32 PM
12-08-2005 10:18 AM
Darren,
Thanks for the reply... it definately helped. One question though about your reply, you said to use the error wiring to dictate the program flow... though the error wiring is useful, won't it actually eat up more system resources and slow down the program?
I working on optimizing the speed of an imaging application I have developed, speed is everything. This little program was just a tester to get my feet wet in VI server, but when it comes to the final product I need to do everything I can to make the application run faster. The basic idea is I want to use VI server to have a data acq. subVI running in the background which will do nothing but read and write to gpib (pulling float values off two sr830 lockin amplifiers), then the values it gets are put into globals, another subVI telling an rs232 device to perform a function, etc... the main user interface will read these globals and display them in some fashion or another.
Any general ideas on how to speed up a program which does such?
Thanks,
Jonathan
12-08-2005 01:53 PM