Hi, I have an Asyn driver and one of the PV (asynInt32ArrayIn) doesn't update in CSS BOY.
If you run the opi, the PV gets values but never update them again ( unless the opi is updated) .
I attach the PV in .db file:
record(waveform, "$(user):DInILKArrayPreRdbk")
{
field(DTYP, "asynInt32ArrayIn")
field(INP ,"@asyn($(PORT),$(ADDR),$(TIMEOUT))DInILKArrayPre")
field(SCAN ,"I/O Intr")
field(FTVL, "ULONG")
field(NELM, "512")
field(PINI, "YES")
field(DESC ,"Interlock status array")
}
This PV is used by a widget, which runs a script, being my PV an 'input PV'.
Can anyone help me with this?
Thanks, Adrián.