‎05-01-2009 01:38 AM
Solved! Go to Solution.
‎05-01-2009 04:40 AM
‎05-01-2009 11:51 AM
Thanks for you response GerdW... I am using LV8.0.. In my VI I am using a main while loop, n when m trying to stop the while loop pressing the stop button connected to its conditional terminal, I am getting the GPIB error in "closefile.vi" ni488 : invalid input parameter, GPIB controller has to be the controller in charge ". I have checked all the input parameters but nothing has been done wrong to the best of my knowledge. and sorry that i Tagged my query into yours.. I couldnt find the reply button...:)
Regards,
Nitzy
‎05-01-2009 12:23 PM
Please stop calling it a GPIB error. There are two distinct possibilites and it is obviously a LabVIEW error.
The full text for the error is "An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @." Maybe you have an invalid reference to a file when you stop the program.
You should at the very least, post an image of your block diagram. The actual VI would be better.
You'll also want to click on the Options to button to change the 'Solved' response you made.
‎05-02-2009 01:05 AM
Sorry for the inconvenience GerdW, Actually i figured out what was wrong when you told me that it is the problem with an input parameter.. I was getting the error because i was using multiple closefile.vi in the same vi with diffrent path.. when i removed one closefile.vi, the error message was gone.. Thanks for your help GerdW..
Regards,
Nitzy