Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Thermocouple psychrometer on CR6 : TCPsyc


DavidCo Sep 29, 2020 12:11 PM

Hello,

I would like to use PST-55 sensors from Wescor (thermocouple psychrometer) with Campbell datalogger.

10 years ago, these Wescor sensors were used with a CR7 with a A3497 and a specific software S3497X.

Today, CR6 and instruction "TCPsyc" allow to use these sensors again. But, i don't understand some points :

- When i use a program with TCPsyc instruction, in results I have a output of 4 values which are "Voltage Offset, Psychrometric depression in uVolts, Estimated Water Potential in MPa (Brown Model), and Sample Temperature in degrees C" but no more explanations, especially on the way water potential is estimated (and i really would like to understand or have the brown model equation).

- It appears I can't use this instruction with a Slowsequence or with a "If Flag".

- how this instruction works, i mean step-by-step ? Is this possible to reproduce this TCPsyc instruction by a sequence of instruction ?

Here the example program used :

'TCPsyc Example

'Declare Variables
Const REPS = 1
Const MeasFreq = 4 'Hz; set by sample option parameter
Const MeasTime =20 'Seconds
Public Meas(4*REPS+(MeasFreq * MeasTime))’use constants to scale array if using output option 1

Alias Meas(1) = Voffset
Alias Meas(2) = uVMax
Alias Meas(3) = Psi
Alias Meas(4) = Amb
Public Tref

BeginProg
  Scan(1,min,0,0)
    PanelTemp (Tref,60)
    TCPsyc(Meas(),REPS,U1,Tref,0,-6000,1,20,2,20) 'sample option 2 = 4 Hz
  NextScan
EndProg

Thank you for helping me !

Davic.C


Notso Oct 5, 2020 11:07 PM

Hi David,

You can download the document with the Brown & Bartos (1982) model at http://www.treesearch.fs.fed.us/pubs/31297. I will send you details on the step by step measurements and calculations that happen in the TCPsyc instruction directly to your email.


rr4v Nov 5, 2020 04:14 PM

Dear Notso, I am also very interested in the details on the step by step measurements and calculations of the TCPsyc. Could you please send me the instructions?

Rafael R.


nbogie Feb 10, 2023 08:34 PM

This post is under review.

Log in or register to post/reply in the forum.