Send Value to PV based on result of CALC Record? #7031
Answered
by
JackEAllen
JackEAllen
asked this question in
EPICS Q&A
|
Is there a way to send a value to a pv just based on the result of a calc record? like, to send a value if a calc record is true? |
Answered by
JackEAllen
Feb 21, 2022
Replies: 6 comments 5 replies
0 replies
|
Actually does this need some of the busy record type behaviours? Or some of the masking in the fans might be suitable. Why only send the value in that state? What do you do in a different state? |
0 replies
|
In a different state I think it should not send a value and go into alarm, since that would mean the galil has lost power |
0 replies
|
Is the value true/false? |
0 replies
|
I think i've figured out how to handle it using calcout and DOPT to send the ocal value |
0 replies
|
Hmmm, using calcout I can set the value on the other record, but it doesn't seem to be propagrating through to the galil |
5 replies
Answer selected by
JackEAllen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmmm, using calcout I can set the value on the other record, but it doesn't seem to be propagrating through to the galil