g+
g+ Communities
Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013 
<== Date ==> <== Thread ==>

Subject: protocol/database macro expansion problem
From: "Pearson, MR \(Matthew\)" <matthew.pearson@diamond.ac.uk>
To: <tech-talk@aps.anl.gov>
Date: Thu, 14 Jun 2007 18:24:43 +0100
Hi,

I'm trying to get the following protocol function and record to work:

setD {
   out "PID 1,%(\$1.VAL)f,%(\$2.VAL)f,%f";
}

record(ao, "$(P):D_S") {
  field(DTYP, "stream")
  field(OUT, "@ls340.proto setD($(P):P, $(P):I) $(PORT) $(ADDR)")
}

but at IOC startup I get:

2007/06/14 18:20:37.973 Businterface 'BL16I-EA-LS340-01:I)' not found
for 'BL16I-EA-LS340-01:D_S'
2007/06/14 18:20:37.973 BL16I-EA-LS340-01:D_S: Can't attach to bus
BL16I-EA-LS340-01:I) -1
2007/06/14 18:20:37.976 BL16I-EA-LS340-01:D_S: Record initialization
failed
Bad init_rec return value  PV: BL16I-EA-LS340-01:D_S ao: init_record


But if I only use the main PV name, and hard code the last part of the
PV into the protocol file, so that I only have one macro, then this
works. eg.

setD {
   out "PID 1,%(\$1:P.VAL)f,%(\$1:I.VAL)f,%f";
}

record(ao, "$(P):D_S") {
  field(DTYP, "stream")
  field(OUT, "@lakeshore340.proto setD($(P)) $(PORT) $(ADDR)")
}

but this isn't ideal because then two files are dependant on the last
part of the PV name.

Any ideas? Is it because I'm trying to expand two macros?

Cheers,
Matthew


Replies:
RE: protocol/database macro expansion problem Pearson, MR (Matthew)
Re: protocol/database macro expansion problem Dirk Zimoch

Navigate by Date:
Prev: Re: IOC options Bernhard Kuner
Next: RE: protocol/database macro expansion problem Pearson, MR (Matthew)
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013 
Navigate by Thread:
Prev: Libera EPICS driver -- version 1.40.2 Michael Abbott
Next: RE: protocol/database macro expansion problem Pearson, MR (Matthew)
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013 
ANJ, 10 Nov 2011 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· EPICSv4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·