picologger python wrappers?

Post general discussions on using our drivers to write your own software here
Post Reply
cjkraz
Newbie
Posts: 0
Joined: Mon Oct 29, 2018 2:55 pm

picologger python wrappers?

Post by cjkraz »

Hi folks,


Just wondering if there's any picologger python wrappers available (perhaps in development?)

NeilH
PICO STAFF
PICO STAFF
Posts: 265
Joined: Tue Jul 18, 2017 8:28 am

Re: picologger python wrappers?

Post by NeilH »

Hi

We have a python repository here https://github.com/picotech/picosdk-python-wrappers that has support for TC-08 and ADC-20/24 dataloggers currently

Neil
Neil
Technical Support Engineer

cjkraz
Newbie
Posts: 0
Joined: Mon Oct 29, 2018 2:55 pm

Re: picologger python wrappers?

Post by cjkraz »

Thanks for the reply,

My mistake in not providing more information,

We have a PicoLog 1216 that we are wondering if there's python wrappers in the pipeline for?

Thanks!

NeilH
PICO STAFF
PICO STAFF
Posts: 265
Joined: Tue Jul 18, 2017 8:28 am

Re: picologger python wrappers?

Post by NeilH »

Hi

We are currently working to add picolog 1000 support to our python repository

Neil
Neil
Technical Support Engineer

NeilH
PICO STAFF
PICO STAFF
Posts: 265
Joined: Tue Jul 18, 2017 8:28 am

Re: picologger python wrappers?

Post by NeilH »

Hi

We have a basic example for the pl1000 and its picosdk wrapper file for python available now on github
https://github.com/picotech/picosdk-python-wrappers

Neil
Neil
Technical Support Engineer

amino
Newbie
Posts: 0
Joined: Mon Sep 16, 2019 4:18 pm

Re: picologger python wrappers?

Post by amino »

Hi Neil,

Is this supported?

Im getting this error when trying to run the code for pl1000singlemodeexample.py

raise CannotOpenPicoSDKError("PicoSDK (%s) not compatible (check 32 vs 64-bit): %s" % (self.name, e))
picosdk.errors.CannotOpenPicoSDKError: PicoSDK (pl1000) not compatible (check 32 vs 64-bit): [Error 126] The specified module could not be found

Thanks.

NeilH
PICO STAFF
PICO STAFF
Posts: 265
Joined: Tue Jul 18, 2017 8:28 am

Re: picologger python wrappers?

Post by NeilH »

Hi

Have you got a version of the PicoSDK installed that matches the bit version of your python?

Neil
Neil
Technical Support Engineer

Post Reply