05-27-2010 10:03 AM
The top structure runs as expected, but in the lower structure only the first VI, "SN MAIN", runs correctly. The only difference between the two structures is that I've switched the "PORT STATUS" and "READ VERSION NO" VIs around.
In the lower structure the "READ VERSION NO" and "PORT STATUS" VIs run but they run as if the objhandle was incorrect or something like that. However I have put probes between all VIs and the objhandles look good. Does anyone see anything that might be causing my problem?
Thank you.
05-27-2010 03:56 PM
05-28-2010 04:07 AM
05-28-2010 12:03 PM
Attached are the VIs.
Thank you.
05-28-2010 02:44 PM
Hi chuck72352,
Looks like there are still a few VIs missing that we will need to see what's going on in your top level VI.
Also, you mentioned that it runs as if the objhandle was incorrect. What do you mean by this? Are you receiving any errors? Try placing a Simple Error Handler.vi at the end of your program to display any errors that have been passed along through the error wires.
You also mentioned that by using the VI instead of "Prompt User for Input", the problem went away. Will you please elaborate about this? Where in the code are you prompting for input?
Lastly, please give us a high level overview of what this code should do. Knowing the end goal will help us understand what's happening.
Have a great weekend!
John M
05-28-2010 03:12 PM