Search found 7 matches

by yenChun
Thu Aug 15, 2019 2:51 pm
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7004

Re: Control PicoLog by using Python

Hi Neil,

I am using PicoLog Data loggers, PT-104, pt100, two-wire measurement.

Many thanks,
YenChun
by yenChun
Thu Aug 15, 2019 10:53 am
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7004

Re: Control PicoLog by using Python

Thank you, Neil.

Yes, I have seen it. However, I successfully got single temperature reading. How can I write the code to get multiple temperature reading (for example, 4 temperature reading at the same time)?

Many thanks,
YenChun
by yenChun
Thu Aug 15, 2019 9:35 am
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7004

Re: Control PicoLog by using Python

Hi Neil, Thanks a lot for your reply. first of all, I used following code to define PicoLog: from ctypes import * from ctypes.util import find_library from enum import IntEnum from time import time class CtypesEnum(IntEnum): @classmethod def from_param(cls, obj): return int(obj) class Channels(Ctyp...
by yenChun
Thu Aug 15, 2019 9:26 am
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7004

Re: Control PicoLog by using Python

Hi Neil, Thanks a lot for your reply. first of all, I used following code to define PicoLog: from ctypes import * from ctypes.util import find_library from enum import IntEnum from time import time class CtypesEnum(IntEnum): @classmethod def from_param(cls, obj): return int(obj) class Channels(Ctyp...
by yenChun
Thu Aug 15, 2019 8:46 am
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7004

Re: Control PicoLog by using Python

Hi Neil, Thanks a lot for your reply. first of all, I used following code to define PicoLog: from ctypes import * from ctypes.util import find_library from enum import IntEnum from time import time class CtypesEnum(IntEnum): @classmethod def from_param(cls, obj): return int(obj) class Channels(Ctype...
by yenChun
Wed Aug 14, 2019 2:29 pm
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7004

Control PicoLog by using Python

Hi,

I would like to control PicoLog by using Python. Now I can read only one temperature from on channel. However, does anyone know how I can measure 4 different temperatures from four channels?

Many thanks,
YenChun
by yenChun
Wed Aug 14, 2019 2:17 pm
Forum: Introductions
Topic: Cannot find Picolog in my laptop
Replies: 1
Views: 6224

Cannot find Picolog in my laptop

Hi,

I am new and I have downloaded the latest version, PicoLog 6.1.11. However, when I open the PicoLog app, sometime it can find my device and read the temperature, but sometime it cannot find my device so showing "Search for devices."

Many thanks,
Yenchun