Search found 4 matches

by daln
Fri Aug 23, 2019 7:06 pm
Forum: PicoLog
Topic: PicoLog with CM3 via Network Linux
Replies: 2
Views: 3654

Re: PicoLog with CM3 via Network Linux

Hello LinuxUser13

With some support on this forum post
I got our CM3 working with Python 3
all you need to know is the IP address and port
by daln
Sun Dec 24, 2017 6:40 pm
Forum: General Software Discussions
Topic: PicoLog CM3 to live graphing dashboard
Replies: 6
Views: 8484

Re: PicoLog CM3 to live graphing dashboard

This is a client for a CM3 over ethernet where probably still need initial configuration over USB This is written in Python https://github.com/DavidLutton/PicoTechEthernet , change IP address as needed If you comment out the lines in client.py `lines 3, 23` to do with requests, you don't have to ins...
by daln
Wed Feb 01, 2017 12:17 am
Forum: General Software Discussions
Topic: PicoLog CM3 to live graphing dashboard
Replies: 6
Views: 8484

Re: PicoLog CM3 to live graphing dashboard

Based on the USB PT-104 programming guide. I have programmed parts of a Ethernet client and the function described in "6.5 To calculate a resistance" decode.py: https://github.com/DavidLutton/PicoTechEthernet/blob/master/decode.py PicoTechEthernet.py: https://github.com/DavidLutton/PicoTechEthernet/...
by daln
Fri Jan 20, 2017 12:03 am
Forum: General Software Discussions
Topic: PicoLog CM3 to live graphing dashboard
Replies: 6
Views: 8484

PicoLog CM3 to live graphing dashboard

I am interested in enabling a PicoLog CM3 to live replicate data to a graphing dashboard [Grafana] via records stored in a time series database. For now I have extracted data samples via Wireshark whilst having the Picolog recorder application running. How do I decode these samples? I have made a sp...