Hi- can someone tell me what's wrong with this record... I believe it used to work
under 3.13.6:
template:
---------
file db/bic_tunevals.db
{
# Station Micro Unit
pattern { STN , U }
{ LB60 , 59 }
{ HB60 , 58 }
}
bic_tunevals.db:
---------------
record(subArray,GP00:CSTR:EXTRACT) {
field(DESC,"CSTR Voltage inspector")
field(DTYP,"Soft Channel")
field(PREC,"2")
field(MALM,"20")
field(INP,"GP00:CSTR:ARRY PP MS")
field(INDX,"GP00:CSTR:CRATE NPP MS")
}
error:
------
dbLoadTemplate("db/ps00_misc.template")
Error Last token ")"
input line: field(INDX,"GP00:CSTR:CRATE NPP MS")
in: file db/bic_tunevals.db line 47
db_parse returned -1
A constant, e.g. "2", in INDX works OK... was 3.13 wrong, or is 3.14? Seems like INDX
needs to support dynamic values to be useful.
thanks!
Mike