Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-evrisland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESS EPICS Environment
wrappers
e3-evrisland
Commits
e0cd9885
Commit
e0cd9885
authored
1 year ago
by
Gabriel Fedel
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix_modulator' into 'master'
Last fixes See merge request
!28
parents
3426d83b
92bfa306
No related branches found
Branches containing commit
Tags
7.0.6.1-4.0.0/1.8.3+0-49ab8d4-20220913T111933
Tags containing commit
1 merge request
!28
Last fixes
Pipeline
#165316
passed with warnings
1 year ago
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
configure/CONFIG_MODULE
+1
-1
1 addition, 1 deletion
configure/CONFIG_MODULE
evrisland/evrislandApp/Db/evrisland.template
+4
-4
4 additions, 4 deletions
evrisland/evrislandApp/Db/evrisland.template
with
9 additions
and
5 deletions
CHANGELOG.md
+
4
−
0
View file @
e0cd9885
# 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)
...
...
This diff is collapsed.
Click to expand it.
configure/CONFIG_MODULE
+
1
−
1
View file @
e0cd9885
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
...
...
This diff is collapsed.
Click to expand it.
evrisland/evrislandApp/Db/evrisland.template
+
4
−
4
View file @
e0cd9885
...
@@ -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"){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment