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

Merge branch 'fix_modulator' into 'master'

Last fixes

See merge request !28
parents 3426d83b 92bfa306
No related branches found
1 merge request!28Last fixes
Pipeline #165316 passed with warnings
# 2.1.1+0
* Fix issue with Modulator being stopped when in On Demand (and 14Hz mode selected)
* Block Start pulses when in Free Running
# 2.1.0+0 # 2.1.0+0
* Remove island mode (ICSHWI-13679) * Remove island mode (ICSHWI-13679)
* Include On-Demand for Mixed Mode (ICSHWI-10130) * Include On-Demand for Mixed Mode (ICSHWI-10130)
......
EPICS_MODULE_NAME:=evrisland EPICS_MODULE_NAME:=evrisland
E3_MODULE_VERSION:=2.1.0+0 E3_MODULE_VERSION:=2.1.1+0
BUSY_DEP_VERSION:=1.7.3+2 BUSY_DEP_VERSION:=1.7.3+2
IOCMETADATA_DEP_VERSION:=0.1.0+1 IOCMETADATA_DEP_VERSION:=0.1.0+1
......
...@@ -575,10 +575,8 @@ record(seq, "$(P)$(R=)#SeqEnable"){ ...@@ -575,10 +575,8 @@ record(seq, "$(P)$(R=)#SeqEnable"){
field(LNK5, "$(P)$(R=)DlyGen-5-Ena-Sel PP") field(LNK5, "$(P)$(R=)DlyGen-5-Ena-Sel PP")
field(DOL6, "$(P)$(R=)EnablePulses") field(DOL6, "$(P)$(R=)EnablePulses")
field(LNK6, "$(P)$(R=)DlyGen-6-Ena-Sel PP") field(LNK6, "$(P)$(R=)DlyGen-6-Ena-Sel PP")
field(DOL7, "$(P)$(R=)EnablePulses") field(DO7, "1")
field(LNK7, "$(P)$(R=)DlyGen-7-Ena-Sel PP") field(LNK7, "$(P)$(R=)#CalcMonEnable.PROC")
field(DO8, "1")
field(LNK8, "$(P)$(R=)#CalcMonEnable.PROC")
} }
record(calc, "$(P)$(R=)#CalcMonEnable"){ record(calc, "$(P)$(R=)#CalcMonEnable"){
...@@ -614,6 +612,8 @@ record(bo, "$(P)$(R=)ModeMix") { ...@@ -614,6 +612,8 @@ record(bo, "$(P)$(R=)ModeMix") {
record(seq, "$(P)$(R=)#DisableModeMix") { record(seq, "$(P)$(R=)#DisableModeMix") {
field(DOL0, "$(P)$(R=)ModeMix") field(DOL0, "$(P)$(R=)ModeMix")
field(LNK0, "$(P)$(R=)EnablePulses PP") field(LNK0, "$(P)$(R=)EnablePulses PP")
field(DOL1, "$(P)$(R=)ModeMix")
field(LNK1, "$(P)$(R=)StartFixedCyclesMix.DISP")
} }
record(bi, "$(P)$(R=)StartFixedCyclesMix"){ record(bi, "$(P)$(R=)StartFixedCyclesMix"){
......
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