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
If a signal that does not change in value but is updated/monitored periodically (1 Hz) is input to the SoftMotor's Readback, and -1 is entered in the
"$(P)$(SM)CalcRevs.MDEL" field, the motor record is updated at a very fast rate.
If a signal that does not change in value but is updated/monitored periodically (1 Hz) is input to the SoftMotor's Readback, and -1 is entered in the
"$(P)$(SM)CalcRevs.MDEL" field, the motor record is updated at a very fast rate.
https://github.com/epics-modules/std/blob/1b416dbb74fb54060395347433c30361bd276424/stdApp/Db/softMotor.db#LL17C21-L17C21
The issue was resolved when the above line in softMotor.db was changed from PP to NPP.
Is there a reason to use PP instead of NPP? I'm also curious about why the CPU usage increases significantly when using PP.
The text was updated successfully, but these errors were encountered: