PT-104 Platinum Resistance Data Logger

Post your Linux discussions here
Post Reply
serguei
Newbie
Posts: 1
Joined: Wed May 13, 2009 4:10 pm

PT-104 Platinum Resistance Data Logger

Post by serguei »

Hi,

Is there any way to control the PT104 under Linux? When I try to download software there only list Microsoft options. Already installed, running fine, and so on. But the objective is to integrate with the control system under Linux. Is possible to have a sdk? Perhaps send commands via serial port without fry the device?

Thanks

ziko
Advanced User
Advanced User
Posts: 1705
Joined: Fri Dec 01, 2006 10:03 am
Location: St Neots

Post by ziko »

Hi unfortunately there are no linux drivers, however you There is no should be able to write commands directly to the port using the protocol described in the manual, under section 5.

http://www.picotech.com/document/pdf/pt104.pdf

Kind regards
Ziko

Technical Specialist

serguei
Newbie
Posts: 1
Joined: Wed May 13, 2009 4:10 pm

Re: PT-104 Platinum Resistance Data Logger

Post by serguei »

Hi,

I'm back with this try, but block at the very beginning: I cannot read temperatures, for example from kermit.

From a windows software I can read the temperatures and record what is transmitted and received. Only setting one channel to minimize the text I read:
2010/03/19 17:12:23[R] FF 55 AA 68 11
2010/03/19 17:12:24[T] 04
2010/03/19 17:12:24[T] 01
2010/03/19 17:12:24[R] A1 2E 91 84 09
2010/03/19 17:12:25[T] 04
2010/03/19 17:12:25[T] 01
2010/03/19 17:12:25[R] A1 2E 91 64 E8
2010/03/19 17:12:26[T] 04
2010/03/19 17:12:26[T] 02
2010/03/19 17:12:26[R] A2 21 2F 3D 04
2010/03/19 17:12:27[T] 04
2010/03/19 17:12:27[T] 03
2010/03/19 17:12:27[R] A3 1F EE D2 CB
2010/03/19 17:12:28[T] 01
2010/03/19 17:12:28[R] AB 55 01 00 31 35 41 75 67 30 37 00 51 4A 59 33 30 00 26 50 F6 05 55 3A F6 05 37 76 F6 05 64 3E F6 05 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2010/03/19 17:12:32[R] FF 55 AA 68 11
2010/03/19 17:12:32[T] 03
2010/03/19 17:12:32[T] 01
2010/03/19 17:12:38[R] FF 55 AA 68 11
2010/03/19 17:12:38[T] 03
2010/03/19 17:12:38[T] 01 02
2010/03/19 17:12:38[T] 11
2010/03/19 17:12:38[R] 4F 22 93 B7 18
2010/03/19 17:12:39[R] 00 20 03 96 2A
2010/03/19 17:12:39[R] 01 23 42 F2 D2
2010/03/19 17:12:39[R] 02 23 44 45 3A
2010/03/19 17:12:39[R] 03 26 C6 F1 74
2010/03/19 17:12:39[R] 00 20 03 9B 1C
(...)
And after that seems the continuous reading.

But when I connect from kermit, or other serial line communication programs, I don't have an answer to the commands from the technical reference document.

Even the rarest thing I can see is that the first communication throw the windows software is a reception of "FF 55 AA 68 11". Neither I can see this if I send a 0x00 to the instrument.

How can I start talking with the instrument?


Thanks

Post Reply