03-12-2017 10:12 PM
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.
03-13-2017 12:40 AM
03-13-2017 04:06 AM
when Compile to my program ,show this photo
03-13-2017 07:44 PM
Dear All:
environment : setup
(1) Vision Development Module 2011 ,
(2) Labview2011,
(3) Vision Acquisition Software September 2011
03-13-2017 08:09 PM
02-23-2022 11:19 AM
> 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.