LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GET VI

Solved!
Go to solution

Hello! 

 

I have this .vi that I think that it´s okey but when I run it, it gives me a error.

 

The error is in OpenHandle.vi and I don't know how can I solve... Anyone can help me? thanks a lot!

 

rufus87_0-1724312670542.png

rufus87_1-1724312732710.png

 

Call Library Function Node in LabVIEWHTTPClient.lvlib:OpenHandle.vi:6450001->GET MIT2.vi

 

 

 

0 Kudos
Message 1 of 10
(463 Views)

Hi rufus,

 

error 15 = "Resource not found".

 

Is there a missing resource? (Is the DLL available that should be called by the CLF node?)

Is there a bitness problem? (Which LabVIEW version do you use?)

 

For me the GetHandle wants to access this DLL:

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 10
(459 Views)

Is there a missing resource? No idea.... How can I check it?

Is there a bitness problem? I use Labview 20

0 Kudos
Message 3 of 10
(457 Views)

Hi rufus,

 


@rufus87 wrote:

Is there a missing resource? No idea.... How can I check it?

Is there a bitness problem? I use Labview 20


Do you use the 32bit or 64bit variant?

On the resource: see my edited message above…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 10
(449 Views)

There is something that I don't understand... I have a ni_httpClient.dll but the date of this .dll is 5/8/2009 and the labview that I´m running is labview 20....

 

Could you upload your .dll? And I replace it?

 

rufus87_0-1724313805930.png

 

0 Kudos
Message 5 of 10
(445 Views)

The computer is 64bits but I use labview 32 bits

0 Kudos
Message 6 of 10
(443 Views)
Solution
Accepted by topic author rufus87

Hi rufus,

 

the DLL at the path shown above is dated like this:

 


@rufus87 wrote:

Could you upload your .dll? And I replace it?


I don't have LV2020 installed and I will not upload any NI code/DLL here.

You should try to repair (or renew) your LabVIEW installation instead.

(Another option: install your LabVIEW version on a fresh computer/VM and copy the DLL on your own…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 10
(438 Views)

Yes, I have remember that I used labview 2009 some time ago for another proyect.

 

I will tried to solve it I think that can be that the error. 

 

Thanks a lot!

0 Kudos
Message 8 of 10
(425 Views)

Solved! I copy the .dll and now works fine!

Message 9 of 10
(402 Views)

@rufus87 wrote:

Solved! I copy the .dll and now works fine!


Thanks for the update!  It might help out someone else with the same issue.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 10 of 10
(337 Views)