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
Add a chime function to iocStats which logs a timestamp to the IOC's screenlog at a configurable interval.
The text was updated successfully, but these errors were encountered:
cabianch
changed the title
Ehance iocStats to periodically write a message to the console as "chime" .
Enhance iocStats to periodically write a message to the console as "chime" .
Dec 2, 2016
I'm not sure exactly how or where these should be included or I would have done it myself and issued a pull request. Instead I'll attach the files here for someone who better understands the current iocStats "house style" to integrate them.
Some DBD file:
registrar(consoleChimeRegister)
consoleChime.db:
record(sub, "$(IOCNAME):consoleChime") {
field(DESC, "Print time on IOC console")
field(INAM, "consoleChimeInit")
field(SNAM, "consoleChime")
field(SCAN, "10 second")
field(PRIO, "LOW")
}
Hi Carolina,
You're at SLAC, right? Then Steph Allison would of course be your first contact. If she is not available - I have been working on iocStats and can answer questions and help with its "house style".
Add a chime function to iocStats which logs a timestamp to the IOC's screenlog at a configurable interval.
The text was updated successfully, but these errors were encountered: