# 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 }
{ "FHI4KSTM:", "EUROTH01", "EUROTH_01", "0", "1", "1000", "1", "writeint", "0", "C/s", "", "", "" }
{ "FHI4KSTM:", "EUROTH02", "EUROTH_02", "0", "1", "1000", "1", "writeint", "0", "C/s", "", "", "" }
}