You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the value of a compressed, hexed PV (such as those on the blockserver) type into an EPICS terminal:
caget -S -t PV | uzhex where PV is the PV you are looking for
To send compressed, hexed values to a PV (such as those on the blockserver) type into an EPICS terminal:
for /f "tokens=*" %x in (zhex VAL) do caput -S PV %x where PV is as above and VAL is the data you wish to send