Sunday, 17 August 2014

Week 17 : Solving the Timeout Error


 We check our coding and we quickly realize that the VI in the red box is causing the timeout error. The function of this VI is to configure current range for a specific test. This is part of the forever loop for power meter in which it keeps on acquiring the V,A,W readings at high speed. After it finishes 1 iteration, it will configure the current range again until the program stop. Hence, we put this VI outside the forever loop so that it only run once.



As we thought the problem has been resolved, this is what we get when we execute the program, an unknown error. Despite this error, our program has made some improvement over the timeout error. The program don't crash that often, sometimes it executes without crashing in the whole test which is around 4 minutes. We are close to solve this error.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.