kstmApp/Db/2kStmEuro.sub
author William
Thu, 05 Jul 2018 08:48:18 +0000
changeset 4 68a4f654dc00
permissions -rw-r--r--
first

# Macros:
#  P         Device prefix
#  Q         Device suffix
#  PORT      Asyn port name
#  GAD       Global address number, normally 0
#  LAD       Local address number, normally 1
#  SPMAX     Maximum setpoint
#  RRMAX     Maximum ramp rate
#  SPCMD     Setpoint command, set to 'write' for floating point
#  PREC      Setpoint precision
#  EGU       Engineering units for ramp rate, default is C/s
#  name      object and gui association name
#  gda_name  Name to export to gda as
#  gda_desc  Description for gda
file db/eurotherm2k.template
{
pattern { P, Q, PORT, GAD, LAD, SPMAX, RRMAX, SPCMD, PREC, EGU, name, gda_name, gda_desc }
    { "FHI2KSTMAFM:Eurotherm:", "PrepSampleTemperature", "EUROTH_01", "0", "1", "1000", "1", "writeint", "0", "C/s", "", "", "" }
    { "FHI2KSTMAFM:Eurotherm:", "MainSampleTemperature", "EUROTH_02", "0", "1", "1000", "1", "writeint", "0", "C/s", "", "", "" }
}