Skip to content
Snippets Groups Projects
Commit d22e3705 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Fix start of the count of pulses when in Mixed/Global

ICSHWI-10243
parent ddf79b44
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,6 @@ record(mbbo, "$(P)$(R=)OpMode") {
field(TWST, "Global")
field(FLNK, "$(P)$(R=)#SeqChOpMode")
field(VAL, "0")
field(PINI, "YES")
info(autosaveFields_pass2, "VAL")
info(ARCHIVE_THIS, "")
......
......@@ -30,7 +30,8 @@ afterInit("create_monitor_set("values_pass2.req",5)")
afterInit("fdbrestore("$(AS_TOP)/$(IOCDIR)/save/values_pass2.sav")")
#-This is need to Local mode start correctly
afterInit("epicsThreadSleep 2")
#-And for Mixed mode/Global mode starts the count correctly after restart
afterInit("epicsThreadSleep 5")
afterInit("dbpf $(PREFIX):PS-0-Div-SP.PROC 1")
afterInit("dbpf $(PREFIX):#SeqChOpMode.PROC 1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment