Skip to content

Commit

Permalink
Fix formatting after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Doro Neto committed Oct 9, 2024
1 parent 099c5be commit ee3ed2c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions db/core/ecmcMotorRecord.template
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ record (asyn, "$(PREFIX)$(MOTOR_NAME)-$(MOTOR_PORT)-asyn") {

################################################################
# Sync and stop on interlock
record(calcout, "$(PREFIX)$(MOTOR_NAME)-MR-SyncTrgH2L"){
#field(PINI, "1")
record(calcout, "$(PREFIX)$(MOTOR_NAME)-MR-SyncTrgH2L") {
#field(PINI, "1")
field(DESC, "Trigg MR Sync")
field(SCAN, "Passive")
field(INPA, "$(PREFIX)$(MOTOR_NAME)-SumIlockBwd CP")
Expand All @@ -336,8 +336,8 @@ record(calcout, "$(PREFIX)$(MOTOR_NAME)-MR-SyncTrgH2L"){
field(OUT, "$(PREFIX)$(MOTOR_NAME)-MR-SyncTrgSeq PP")
}

record(calcout, "$(PREFIX)$(MOTOR_NAME)-MR-SyncTrgL2H"){
#field(PINI, "1")
record(calcout, "$(PREFIX)$(MOTOR_NAME)-MR-SyncTrgL2H") {
#field(PINI, "1")
field(DESC, "Trigg MR Sync")
field(SCAN, "Passive")
field(INPA, "$(PREFIX)$(MOTOR_NAME)-SumIlockBwd CP")
Expand Down Expand Up @@ -380,13 +380,13 @@ record(seq, "${PREFIX}${MOTOR_NAME}-StpCmd_") {

################################################################
# Sync only
record(longin,"${PREFIX}${MOTOR_NAME}-SyncMrCmd"){
field(DESC, "${MOTOR_NAME}: Sync MR")
field(DTYP, "asynInt32")
field(INP, "@asyn($(MOTOR_PORT),$(AXIS_NO))TRIGG_SYNC")
field(SCAN, "I/O Intr")
field(FLNK, "${PREFIX}${MOTOR_NAME}-MR-SyncOnly.PROC")
field(TSE, "$(TSE=-2)")
record(longin, "${PREFIX}${MOTOR_NAME}-SyncMrCmd") {
field(DESC, "${MOTOR_NAME}: Sync MR")
field(DTYP, "asynInt32")
field(INP, "@asyn($(MOTOR_PORT),$(AXIS_NO))TRIGG_SYNC")
field(SCAN, "I/O Intr")
field(FLNK, "${PREFIX}${MOTOR_NAME}-MR-SyncOnly.PROC")
field(TSE, "$(TSE=-2)")
}

record(seq, "$(PREFIX)$(MOTOR_NAME)-MR-SyncOnly") {
Expand Down

0 comments on commit ee3ed2c

Please sign in to comment.