Error 268440457 in ps5000OpenUnit
Error 268440457 in ps5000OpenUnit
I've got a picoscope 5444D with the PicoSDK_64_10.7.20.192 installed and the latest sdk examples from github.
When running Picoscope5000ExampleBlock.vi I'm getting an error 268440457 in ps5000OpenUnit. What am I doing wrong?
I'm running LabVIEW2018 64bit on Windows 10.
I've also installed PicoScope6_r6_14_36 and I can get data from the instrument.
Re: Error 268440457 in ps5000OpenUnit
Technical Support Manager
Re: Error 268440457 in ps5000OpenUnit
I've switched to the 5000a examples. Now I'm getting error 268435457 when I try to open the device without using a serial number. Where do I get the serial number from?
Cheers
Re: Error 268440457 in ps5000OpenUnit
Technical Support Manager
Re: Error 268440457 in ps5000OpenUnit
The dll returns pico status 268435457
and LabVIEW pops up this error:
Error API function call ps5000aCurrentPowerSource
PICO_INVALID_HANDLE : There is no device with the handle value passed
Error code 12 Decimal 0000000C Hex
Re: Error 268440457 in ps5000OpenUnit
Reinstall of the SDK and complete reboot fixed it. Sorry for all the messages

Re: Error 268440457 in ps5000OpenUnit
I'm trying to package up all dlls required to run my picoscope 5444d so I can deploy an application without the need to install the SDK.
So far I've got ps5000a.dll and ps5000aWrap.dll but I'm getting error 268435457 at OpenUnit. I tried adding some of the other dlls from the SDK/lib folder without success. What am I missing?
Re: Error 268440457 in ps5000OpenUnit
The system folder contains the low level USB kernel drivers, and the Microsoft driver package executable dpinst.exe
Technical Support Manager
Re: Error 268440457 in ps5000OpenUnit
Re: Error 268440457 in ps5000OpenUnit
For our SDK and the PicoScope applications we use the Microsoft dpinst pre installer just to be sure they are available.
Technical Support Manager
-
- Newbie
- Posts: 0
- Joined: Tue Jan 29, 2019 3:26 pm
Re: Error 268440457 in ps5000OpenUnit
Hi, can you please tell me if (and how) you will manage to package everything needed in a single labview application?teegee wrote: ↑Fri Apr 30, 2021 12:26 amHi Martyn,
I'm trying to package up all dlls required to run my picoscope 5444d so I can deploy an application without the need to install the SDK.
So far I've got ps5000a.dll and ps5000aWrap.dll but I'm getting error 268435457 at OpenUnit. I tried adding some of the other dlls from the SDK/lib folder without success. What am I missing?
Thank you,
Marco.
-
- Newbie
- Posts: 1
- Joined: Mon Jan 30, 2023 10:47 am
Re: Error 268440457 in ps5000OpenUnit
j'essaye d'executer PicoScope5000ExempleBlock.vi sur un PicoScope5443D , j'ai joins les dll nécessaires à mon projet ainsi que les sous vi cependants, cependant ça me renvoie une erreur "5003 occured at ps5000OpenUnit" , raison possible : PICO_NOT_FOUND
No Pico Technology device could be found
Est ce que quelqu'un aurait une idée d'ou vient cette erreur , je precise que j'ai pas d'erreur sur le code.
Je vous remercie d'avance

Re: Error 268440457 in ps5000OpenUnit
Technical Support Manager