06-27-2006 03:33 AM
07-04-2006 06:57 AM - edited 07-04-2006 06:57 AM
Hi Wastl,
I just looked into your VI and I think the main problem here is, that you are not using data flow programming. You just put two examples into one VI and that's all you did. The Problem is that you did not create a dataflow dependency between these two VIs. To avoid this problem i suggest you wire the error-cluster through all the VIs and not use the "simple error handler.vi" between the examples. I suppose that this could solve your problem.
Also you could, put the script creation in parallel and then execute the "run script" and read commands in a sequence structure, in the first you could then put the 65ms wait function in addition to the write command. After the sequence then put the two close reference VIs, merge the error handlers and then use the simple error handler.
I hope this can help you with your application development.
Best Regards,
Andreas Pistek
Message Edited by Andi P on 07-04-2006 01:58 PM