On Thu, May 2, 2013 at 4:30 PM, Mark Rivers <[email protected]> wrote:
If your SNL program begins with a line like:
program pxlCooling(…
Then your registrar command is not quite right. Rather than this:
registrar(pxlCooling_registrar)
it should be
registrar(pxlCoolingRegistrar)
Mark
From:[email protected] [mailto:[email protected]]
On Behalf Of James F Ross Sent: Thursday, May 02, 2013 3:08 PM To: EPICS Tech Talk Subject: sequencer and registrars
Hello all,
I'm adapting an IOC that reads text files and assigns the values in them to epics variables for a new system. It uses sequencer and I don't think I'm setting up the registrar correctly in the dbd file... I'm not very familiar with sequencer save for the .stt
files build the binaries. The old IOC was for a bunch of gas pressure and flow monitor variables for the time of flight detector at STAR. I'm adapting a copy for a cooling system for a new pixel detector that will be installed soon.
I'm using epics base 3.13.12.1 and sequencer 2.0.12
The registrar in <top>/dbd/pxlCooling.dbd:
registrar(pxlCooling_registrar)