Skip to content

Commit

Permalink
modified alive.db startup line to explicitly set IOC name
Browse files Browse the repository at this point in the history
  • Loading branch information
dohnarms committed Jul 24, 2020
1 parent de4a202 commit a4e7a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iocBoot/iocxxx/common.iocsh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ dbLoadRecords("$(BUSY)/busyApp/Db/busyRecord.db", "P=$(PREFIX),R=mybusy2")
#dbLoadRecords("$(CALC)/calcApp/Db/FuncGen.db","P=$(PREFIX),Q=fgen,OUT=$(PREFIX)m7.VAL")

### Load database record for alive heartbeating support.
# RHOST specifies the IP address that receives the heartbeats.
dbLoadRecords("$(ALIVE)/aliveApp/Db/alive.db", "P=$(PREFIX),RHOST=164.54.100.11")
# IOCNM is name of IOC, RHOST specifies the remote server accepting hearbeats
dbLoadRecords("$(ALIVE)/aliveApp/Db/alive.db", "P=$(PREFIX),IOCNM=$(IOC),RHOST=164.54.100.11")
dbLoadRecords("$(ALIVE)/aliveApp/Db/aliveMSGCalc.db", "P=$(PREFIX)")

0 comments on commit a4e7a44

Please sign in to comment.