LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 1517 Call Library Node

Hi pros here

im having the error message 1517 regarding vi Call Library Node.

 

I can run the program with no error in another PC.

Can someone help on this?

 

0 Kudos
Message 1 of 6
(4,566 Views)

 

 

Do both PCs have the same version of LabVIEW on both machines? Does the calling convention match? 

 

=====================
LabVIEW 2012


0 Kudos
Message 2 of 6
(4,556 Views)

both PC are using same version of LABVIEW and source code.

 

I am worry that did i miss anything out?

Do i have to preinstall anything before can call a dll library file?

It seems to me like... one is able to read data from dll

and the other one is not able to get it

 

but they are the same thing, just on different PC.

 

Any advice ?

 

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

Is it possible to post that section of code that is causing problems? Is the DLL exactly the same on both computers and are you using the development environment on one and the runtime on the other, or do they both have the development environment?

=====================
LabVIEW 2012


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

Both dll files are the same and in development environment.

 

FYI, Start.vi is the vi. Setting_path is the sub vi.

 

I suspect the problem comes from WINAPI.

what do you think?

 

According to the vi, it is used to detect an instrument.

If the instrument is exist, then will return the firmware serial number.

I have checked everything , cable, instrument, PCI card...they are the same

 

Or is that any file is missing?

Download All
0 Kudos
Message 5 of 6
(4,534 Views)

The error only occur if i set the error checking in call library function to HIGH.

There is no error if i set to normal. Smiley Indifferent

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