ps4000a 14-bit mode

Post your LabVIEW discussions here
Post Reply
slangendorf
Newbie
Posts: 0
Joined: Fri Nov 03, 2017 12:43 am

ps4000a 14-bit mode

Post by slangendorf »

Hello,

I am using a picoscope 4444. In the Pico software, there is a dropdown menu to change between 12-bit and 14-bit modes, and I typically use the 14-bit mode. Is there a way to do this in LabView? I am using the ps4000a driver, 32 bit, and the block mode example code from github. I see some control of downsampling -- is that related, e.g., 14-bit mode uses more downsampling or something?

Regards,
Sam

Hitesh

Re: ps4000a 14-bit mode

Post by Hitesh »

Hi Sam,

We have been updating examples to handle the PicoScope 4444, but have yet to update the LabVIEW examples in order to select the resolution.

This should be updated in due course with a drop-down on the front panels like the PicoScope5000a examples.

You can either use the ps4000aOpenUnitWithResolution() function to set the resolution when opening the connection to the unit or use the ps4000aSetDeviceResolution() function after having opened the connection.

Regards,
Last edited by Hitesh on Tue Nov 07, 2017 9:40 am, edited 1 time in total.
Reason: Corrected function name

slangendorf
Newbie
Posts: 0
Joined: Fri Nov 03, 2017 12:43 am

Re: ps4000a 14-bit mode

Post by slangendorf »

Hi Hitesh,

Got it. Thanks!

Sam

Hitesh

Re: ps4000a 14-bit mode

Post by Hitesh »

Hi Sam,

Updated examples are now available via GitHub. :)

Regards,

Post Reply