-
|
I'm trying to perform a caput on alarm fields for PVs I created. For aOut PVs, this works as expected. For aIn PVs, they don't seem to change, and caputs return errors. I must be missing something. For instance, using the example code: If I use the interactive shell to do a dbpf on each PV, I see I can set the HIHI on the aOut, but not the aIn: Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I think the issue is that for IN records caputs are deliberately disabled, because writing to the Fortunately there is an easy workaround. The disabling is simply done by setting the |
Beta Was this translation helpful? Give feedback.
I think the issue is that for IN records caputs are deliberately disabled, because writing to the
.VALfield of an IN record is a common mistake that simply doesn't work.Fortunately there is an easy workaround. The disabling is simply done by setting the
.DISPfield to 1 ... and you can caput 0 to this field to turn off the disabling, do your caputs to the alarm fields, and then put.DISPback to 1 when you're done.