Multiple Picos?

Post your LabVIEW discussions here
Post Reply
roastmeat
Newbie
Posts: 0
Joined: Thu Oct 18, 2012 12:24 am

Multiple Picos?

Post by roastmeat »

Hi, I have the 2205 and need to use up to 4 picoscopes on one computer.

I need to know which scope is which as well (like able to determine by serial number?)

Does the API allow this?

Thanks

Martyn
Site Admin
Site Admin
Posts: 4499
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Multiple Picos?

Post by Martyn »

Yes, there is a function call ps2000_get_unit_info which will allow you to do this. You will then need to use this information as the handle assigned to each unit could be different on each boot cycle.

Full details are in the SDK which you can download from http://www.picotech.com/software.html
Martyn
Technical Support Manager

roastmeat
Newbie
Posts: 0
Joined: Thu Oct 18, 2012 12:24 am

Re: Multiple Picos?

Post by roastmeat »

Ok thank you.

But I was wondering if there was a renaming system, or a device manager program that can tell you what device is connected and their serial numbers (and possibly change that).

Martyn
Site Admin
Site Admin
Posts: 4499
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Multiple Picos?

Post by Martyn »

I am not sure what you are trying to do :?

As I mentioned the use of ps2000_get_unit_info will allow you to group the device handles, that windows assigns, to the scope's serial number. The place to do this is in your application, performing it in a standalone application is not necessary. If you run PicoScope 6 with multiple devices connected you can see this process in action with the Connect Device dialog that pops up.
Martyn
Technical Support Manager

Post Reply