0
|
1 |
# Macros:
|
|
2 |
# P Device prefix
|
|
3 |
# Q Device suffix
|
|
4 |
# PORT Asyn port name
|
|
5 |
# GAD Global address number, normally 0
|
|
6 |
# LAD Local address number, normally 1
|
|
7 |
# SPMAX Maximum setpoint
|
|
8 |
# RRMAX Maximum ramp rate
|
|
9 |
# SPCMD Setpoint command, set to 'write' for floating point
|
|
10 |
# PREC Setpoint precision
|
|
11 |
# EGU Engineering units for ramp rate, default is C/s
|
|
12 |
# name object and gui association name
|
|
13 |
# gda_name Name to export to gda as
|
|
14 |
# gda_desc Description for gda
|
|
15 |
file db/eurotherm2k.template
|
|
16 |
{
|
|
17 |
pattern { P, Q, PORT, GAD, LAD, SPMAX, RRMAX, SPCMD, PREC, EGU, name, gda_name, gda_desc }
|
|
18 |
{ "FHI4KSTM:", "EUROTH01", "EUROTH_01", "0", "1", "1000", "1", "writeint", "0", "C/s", "", "", "" }
|
|
19 |
{ "FHI4KSTM:", "EUROTH02", "EUROTH_02", "0", "1", "1000", "1", "writeint", "0", "C/s", "", "", "" }
|
|
20 |
}
|