LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1 occurred at Get Queue Status in NI_LVConfig.lvlib:Get File Path.vi->NI_LVConfig

Dear ALL : 

 

use to Labview 2011 compile on the WIN7,show this Error .
I try to installed to on the XP, also show this Error .

 

                       Ths~

 

Error 1 occurred at Get Queue Status in NI_LVConfig.lvlib:Get File Path.vi->NI_LVConfig.lvlib:Close Config Data.vi->PCVS_INI.vi->PCVS_Main_V2.8.2.2.vi

------------------------------------------------------------------------------------------------------
Possible reason(s):

LabVIEW: 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 @.
=========================
NI-488: Command requires GPIB Controller to be Controller-In-Charge.

0 Kudos
Message 1 of 6
(4,617 Views)
In general it means there is an error while trying to load a file which was given as path and it is invalid.
-Can you give more details and maybe the code which you are trying to use?
Thanks
uday
0 Kudos
Message 2 of 6
(4,590 Views)

when Compile to my program ,show this photo

0 Kudos
Message 3 of 6
(4,583 Views)

Dear All:

 

    environment  :  setup 

(1) Vision Development Module 2011 ,  

(2) Labview2011,

(3) Vision Acquisition Software September 2011

  

0 Kudos
Message 4 of 6
(4,568 Views)

I expect udka was hoping you might attach the VI that is calling this code, so that readers could determine likely causes of the error in terms of the path construction.


GCentral
0 Kudos
Message 5 of 6
(4,563 Views)

> In general it means there is an error while trying to load a file which was given as path and it is invalid.

 

Actually, it means there is an error while trying to close a file which was given as a refnum and it is invalid. Possible reason(s) says IF "...the input is a path, the path might contain a character not allowed...". The input is not a path in his case. Possible causes might be that the refnum was null or already closed.

0 Kudos
Message 6 of 6
(2,602 Views)