03-20-2006 04:18 PM
03-21-2006 06:28 PM
Derek,
I assume that you are using the FieldPoint express VI. If so, I wrote a simple program to test the execution speed of this VI. By getting a tick count right before and right after calling the FieldPoint express VI, I can calculate the time it took to execute the read. With my tests, the read routinely executes and returns a value in less than 1 ms. It may be that other code in your while loop is causing each iteration to take ~30 ms.
Please try running the attached code, and let us know if you have any trouble.
Regards,