Skip to content

Commit

Permalink
Merge pull request #43 from lnls-dig/itlk-reg-improve
Browse files Browse the repository at this point in the history
Improve interlock records and protocol
  • Loading branch information
mmdonatti authored Jun 17, 2024
2 parents faa0d83 + 939d2cd commit a05858a
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 459 deletions.
1 change: 1 addition & 0 deletions iocBoot/ioctiming/stEVG.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dbLoadRecords "${TOP}/db/SeqRAM.db", "P=${P}, R=${R}"

dbLoadRecords("${TOP}/db/fw_version.db", "P=${P}, R=${R}, PORT=${PORT}, ADDR=0, TIMEOUT=2")
dbLoadRecords("${TOP}/db/event_log.db", "P=${P}, R=${R}, PORT=${PORT}, ADDR=0, TIMEOUT=2")
dbLoadRecords("${TOP}/db/evg_interlock.db", "P=${P}, R=${R}, PORT=${PORT}, ADDR=0, TIMEOUT=2")

dbLoadRecords("${TOP}/db/rx_locked.db", "P=${P}, R=${R}, PORT=${PORT}, ADDR=0, TIMEOUT=2, DEVICE=evg")

Expand Down
1 change: 1 addition & 0 deletions timingApp/Db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ DB += fw_version.db
DB += event_log.db
DB += rx_locked.db
DB += digital_input.db
DB += evg_interlock.db

DB += $(AUTOSAVE)/asApp/Db/save_restoreStatus.db

Expand Down
3 changes: 2 additions & 1 deletion timingApp/Db/autosave_evg.req
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ $(P)$(R)Evt61DelayType-Sel
$(P)$(R)Evt62DelayType-Sel
$(P)$(R)Evt63DelayType-Sel
$(P)$(R)InjectionEvt-Sel
$(P)$(R)IntlkLogEnbl-SP
$(P)$(R)IntlkCtrlEnbl-Sel
$(P)$(R)IntlkCtrlRepeat-Sel
$(P)$(R)IntlkCtrlRst-Sel
$(P)$(R)IntlkCtrlRepeatTime-SP
$(P)$(R)SeqEnbl-Sel
$(P)$(R)UTCRefSrc-Sel
$(P)$(R)DevFun-Sel
Expand Down
Loading

0 comments on commit a05858a

Please sign in to comment.