We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after iocInit: PV: xxx:epid1:outpv scanAdd: I/O Intr not valid (no DSET)
PV: xxx:epid1:outpv scanAdd: I/O Intr not valid (no DSET)
The text was updated successfully, but these errors were encountered:
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:
fb_epid.db
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.
SCAN
Sorry, something went wrong.
closing here to be fixed upstream
prjemian
No branches or pull requests
after iocInit:
PV: xxx:epid1:outpv scanAdd: I/O Intr not valid (no DSET)
The text was updated successfully, but these errors were encountered: