Search found 4 matches

by vince_smedley
Fri Mar 11, 2016 1:56 pm
Forum: Linux
Topic: CM3 libplcm3.so python wrapper for network access
Replies: 6
Views: 13738

Re: CM3 libplcm3.so python wrapper for network access

Hi Hitesh, Thanks for the feedback, really appreciate your prompt response with following this up! I had a little look at the software again this afternoon in USB mode. Acquisition doesn't seem to be working either. Up until now I hadn't tested with current probes, today I tested with a known refere...
by vince_smedley
Tue Mar 08, 2016 6:15 pm
Forum: Linux
Topic: CM3 libplcm3.so python wrapper for network access
Replies: 6
Views: 13738

Re: CM3 libplcm3.so python wrapper for network access

Hi Hitesh, Thanks for getting back to me, really appreciate it. Using the PLCM3GetUnitInfo call I get the following information: PICO status: 0 PICO_DRIVER_VERSION: PLCM3 Linux Driver, 1.0.5.11 PICO_USB_VERSION: 1.1 PICO_HARDWARE_VERSION: 1 PICO_VARIANT_INFO: PLCM3 (USB) PICO_BATCH_AND_SERIAL: CX714...
by vince_smedley
Fri Mar 04, 2016 6:02 pm
Forum: Linux
Topic: CM3 libplcm3.so python wrapper for network access
Replies: 6
Views: 13738

Re: CM3 libplcm3.so python wrapper for network access

Hi All, I had an hour free this morning, so I had another play around with the code. It appears that I am able to connect to the CM3 via the USB connector using the following class method code. def _openUnit(self, serial): c_handle = c_int16() if serial is not None: serialNullTermStr = create_string...
by vince_smedley
Wed Mar 02, 2016 6:42 pm
Forum: Linux
Topic: CM3 libplcm3.so python wrapper for network access
Replies: 6
Views: 13738

CM3 libplcm3.so python wrapper for network access

hi everyone, I'm trying to access a CM3 data logger via Ethernet using a python wrapper around the libplcm3.so driver. I've installed the driver on Ubuntu 14.04, compiled the C code example, and seem to be able to access the CM3 remotely so I assume that everything is working fine. There seems to be...