Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
prjemian opened this issue May 13, 2021 · 2 comments
Closed

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

prjemian opened this issue May 13, 2021 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@prjemian
Copy link
Owner

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

@prjemian prjemian added the bug Something isn't working label May 13, 2021
@prjemian prjemian added this to the 1.1.1 milestone May 13, 2021
@prjemian prjemian self-assigned this May 13, 2021
@prjemian
Copy link
Owner Author

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
Copy link
Owner Author

closing here to be fixed upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant