1 / 6

Sequencer device support

Sequencer device support. Kukhee Kim. Current SNC support. Sequencer Device Support. Stringin support All values seen in seqShow Asynchronous update (Monitor) Updated by K. Kim from W. Lupton’s original code (of which he disavows knowledge). Details.

raja
Download Presentation

Sequencer device support

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sequencer device support Kukhee Kim EPICS Collaboration Mtg June 18-20, 2003

  2. Current SNC support EPICS Collaboration Mtg June 18-20, 2003

  3. Sequencer Device Support • Stringin support • All values seen in seqShow • Asynchronous update (Monitor) • Updated by K. Kim from W. Lupton’s original code (of which he disavows knowledge) EPICS Collaboration Mtg June 18-20, 2003

  4. Details • .dbd filedevice(stringin, INST_IO, devSiSeq, "Sequencer Internals") • .db for examplerecord(stringin, "$(NAME)"){ field(SCAN, "$(SCAN)") field(DTYP, "$(DTYP)") field(DESC, "$(DESC)") field(INP, "@$(PARAM)")} EPICS Collaboration Mtg June 18-20, 2003

  5. Partial template • file ../../db/dbSeqExample.db • {pattern { NAME, DTYP, DESC, PARAM, SCAN } • { "ss1:timeElapsed", "Sequencer Internals", "", "sncExample:ss1:timeElapsed", "I/O Intr" } • {"ss1:nStates", "Sequencer Internals", "", "sncExample:ss1:nStates", "I/O Intr" } • {"ss1:currentState", "Sequencer Internals", "", "sncExample:ss1:currentState", "I/O Intr" } • {"nStateSets", "Sequencer Internals", "", "sncExample.nStateSets", "I/O Intr" } • { "nAssign", "Sequencer Internals", "", "sncExample.nAssign", "I/O Intr" } • { "nConnect", "Sequencer Internals", "", "sncExample.nConnect", "I/O Intr" } • { "nChans", "Sequencer Internals", "", "sncExample.nChans", "I/O Intr" } • } EPICS Collaboration Mtg June 18-20, 2003

  6. Status • Supplied along with 2.04 (3.14.2) • Also works with 2.02 (3.14.1) • Mike Laznovsky is still the SNC support person • Kukhee Kim did this as a diversion EPICS Collaboration Mtg June 18-20, 2003

More Related