09-06-2013 04:25 PM
09-09-2013 10:00 AM
My first thought about what is causing you issues is that you may be encountering race conditions. Based on the screenshot, the property node values and the local variable indicate that you have multiple variables being used at the same time. However, I cannot tell from the screenshot which exactly is causing the race condition, and there could in fact be multiple race conditions. If you are willing to post your code I can try and take a closer look. If this is indeed the issue, you may need to rethink how you want to program this code. If you are able to post a flowchart of how you want the VI to function, I can provide some suggestions.