prjemian / epics-docker

Provide EPICS IOCs in docker images
9 stars 4 forks source link

I/O Intr not valid (no DSET) #43

Closed prjemian closed 3 years ago

prjemian commented 3 years ago

after iocInit: PV: xxx:epid1:outpv scanAdd: I/O Intr not valid (no DSET)

prjemian commented 3 years ago

This is something to fix in the optics repository (https://github.com/epics-modules/optics). The code in the fb_epid.db database has this:

grecord(sseq, "$(P):outpv") {
        field(DESC, "follow OUT PV name")
        field(SCAN, "I/O Intr")
        field(DOL1, "$(P):out.OUTN")
        field(DLY1, "0")
        field(LNK1, "$(P):resume.INBN")
}

The SCAN field is triggering the message above.

prjemian commented 3 years ago

closing here to be fixed upstream