Skip to content

Commit

Permalink
ethercatmcEL6688-PTP.template: Remove alarms from PTPOffset
Browse files Browse the repository at this point in the history
The old HIGH and LOW alarm values with +/- 20000nsec are removed
from EPICS.
In the new MCU code, these values had been changed to 5000 nsec.
The alarms are generated inside the MCU, so there is no need to
define any values inside the EPICS IOC: Remove them
  • Loading branch information
tboegi committed Oct 25, 2023
1 parent 8b5e1b2 commit a9b2462
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ethercatmcApp/Db/ethercatmcEL6688-PTP.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ record(longin, "$(PREFIX)PTPOffset")
field(DTYP, "asynInt32")
field(DESC, "PTPOffset")
field(EGU, "ns")
field(HIGH, "20000")
field(LOW, "-20000")
field(HSV, "1")
field(LSV, "1")
field(HYST, "50")
field(INP, "@asyn($(MOTOR_PORT),0)PTPOffset")
field(SCAN, "1 second")
}
Expand Down

0 comments on commit a9b2462

Please sign in to comment.