Search found 13 matches

by marles
Fri Jul 01, 2016 2:32 pm
Forum: LabVIEW
Topic: PICO_NOT_FOUND
Replies: 18
Views: 39912

Re: PICO_NOT_FOUND

Hi, I am using PicoScope model 2206A. First of all, I don't understand why I cannot find this model on the PicoTech website anymore... Second, I've installed the latest SDK and I'm using ps2000a.dll to communicate with the instrument, but it does not work. The PicoScope software works fine with it, ...
by marles
Fri Oct 10, 2014 8:12 am
Forum: Getting Started
Topic: Pico 6 cannot detect Picoscope 2000
Replies: 38
Views: 41959

Re: Pico 6 cannot detect Picoscope 2000

Hi Hitesh,

I've checked the 10.5.0.32 SDK and it is OK. The ps2000.dll works with my 2205A.

Thank you for your support!


Have a nice day!



Regards,

Paul T.
by marles
Fri Oct 10, 2014 5:39 am
Forum: Getting Started
Topic: Pico 6 cannot detect Picoscope 2000
Replies: 38
Views: 41959

Re: Pico 6 cannot detect Picoscope 2000

Hi Hitesh, Sorry, I posted here without seeing your replies. I was using the SDK "PS2000sdk10.5.0.11.zip" extracted from the disc received together with the PicoScope 2205A, and the "ps2000.dll" file ( version: 2.0.8.155 , size 1,073,424 bytes) within this SDK pack is NOT working with the device (it...
by marles
Thu Oct 09, 2014 1:29 pm
Forum: Getting Started
Topic: Pico 6 cannot detect Picoscope 2000
Replies: 38
Views: 41959

Re: Pico 6 cannot detect Picoscope 2000

I finally managed to find the working DLL file! i've replaced the ps2000.dll from the SDK package with the one from the PicoScope 6 application (from C:\Program Files) and IT WORKS!!! But please take care of this for future! The SDK package should be updated with the latest (and WORKING) DLL file!
by marles
Thu Oct 09, 2014 1:09 pm
Forum: Getting Started
Topic: Pico 6 cannot detect Picoscope 2000
Replies: 38
Views: 41959

Re: Pico 6 cannot detect Picoscope 2000

Here I have uploaded the trace.xml file when I access the PicoScope 2205A with PicoScope 6 software. I see there somewhere that it says that the device cannout be opened because unit has not been found... But the software works fine. I just don't know why I can't open the device from an outer IDE us...
by marles
Thu Oct 09, 2014 12:48 pm
Forum: LabVIEW
Topic: PicoScope 3000a - Pico not Found error
Replies: 5
Views: 9184

Re: PicoScope 3000a - Pico not Found error

Hi! I continuously get the same error code ( PICO_NOT_FOUND) when I am trying to access my PicoScope 2205A from an ATEasy application. ps2000_open_unit() returns 0. But if I use picoscope 6 software, the device works fine. What seems to be the problem? I am using Windows 7 Pro 32-bit. Please help me...
by marles
Thu Oct 09, 2014 8:46 am
Forum: Getting Started
Topic: Pico 6 cannot detect Picoscope 2000
Replies: 38
Views: 41959

Re: Pico 6 cannot detect Picoscope 2000

Hi! I have a similar issue. I have a PicoScope 2205A and I am trying to communicate with it using an external program that has imported the ps2000a.dll library. The ps2000aOpenUnit function fails with error code 3 (device not found). I just don't know what is the problem. I have to mention that by u...
by marles
Mon Nov 08, 2010 6:58 am
Forum: USB PC Oscilloscopes
Topic: PicoScope 2205 Get_Unit_Info problem
Replies: 5
Views: 7229

Re: PicoScope 2205 Get_Unit_Info problem

God bless you, Chris! It worked! Only that in ATEasy it has to be ByVar (the string passed by reference) and a predefined string length has to be made (or initialization of the string). A fixed length of 10 chars is sufficient, I guess. Thank you for the idea of initializing the string! I would neve...
by marles
Fri Nov 05, 2010 4:11 pm
Forum: USB PC Oscilloscopes
Topic: PicoScope 2205 Get_Unit_Info problem
Replies: 5
Views: 7229

Re: PicoScope 2205 Get_Unit_Info problem

Thanks for you advice, Chris! But I'm home right now and the Pico device is at work. I'll try your idea on monday. I hope it will work! I'll let you know anyway. Have a nice weekend, my friend!
by marles
Fri Nov 05, 2010 1:48 pm
Forum: USB PC Oscilloscopes
Topic: PicoScope 2205 Get_Unit_Info problem
Replies: 5
Views: 7229

Re: PicoScope 2205 Get_Unit_Info problem

ATEasy (from Geotest Inc.) is similar to Visual Basic. Anyway, I've tried to pass the sString by value and by reference... The result: nothing at all! The device wouldn't respond anything! I've seen that there's another post about this but the proposed solution doesn't work in ATEasy... Maybe in VBa...
by marles
Tue Oct 26, 2010 10:25 am
Forum: USB PC Oscilloscopes
Topic: PicoScope 2205 Get_Unit_Info problem
Replies: 5
Views: 7229

PicoScope 2205 Get_Unit_Info problem

Hi! I am programming in ATEasy and I am trying to communicate with a PicoScope 2205. The open function works, so does the close one, and the led blinking one... But when I try to query the device for its version etc., it does not respond to me! I can't receive any string from the device. Can anyone ...
by marles
Mon Sep 27, 2010 2:59 pm
Forum: USB PC Oscilloscopes
Topic: Cant find ps2000.h!
Replies: 2
Views: 21662

Re: Cant find ps2000.h!

Thank you very much, Chris! I apreciate your help. Have a nice day!
by marles
Mon Sep 27, 2010 11:50 am
Forum: USB PC Oscilloscopes
Topic: Cant find ps2000.h!
Replies: 2
Views: 21662

Cant find ps2000.h!

Hi there! I have installed PicoScope6 and I am trying to build a driver for my ATEasy application that uses PicoScope 2205... I need the ps2000.dll file and the ps2000.h one. I've found the DLL in the installation folder, but the ps2000.h file doesn't seem to be anywhere! Can anybody please help me ...