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

Adjustments to work with the EVR

parent ca8d2715
No related branches found
No related tags found
No related merge requests found
......@@ -194,15 +194,21 @@ record(aSub, "$(P)$(R=)Seq0-Write-aSub") {
record(seq, "$(P)$(R=)Seq0-Enable") {
field(SELM, "All")
# Unload sequencer 1
field(DOL0, "1")
field(LNK0, "$(EVGPREFIX)SoftSeq1-Unload-Cmd CP")
# Disable sequencer 1
field(DOL1, "1")
field(LNK1, "$(EVGPREFIX)SoftSeq1-Disable-Cmd CP")
# Commit sequencer 0
# Load sequencer 0
field(DOL2, "1")
field(LNK2, "$(EVGPREFIX)SoftSeq0-Commit-Cmd CP")
# Enable sequencer 0
field(LNK2, "$(EVGPREFIX)SoftSeq0-Load-Cmd CP")
# Commit sequencer 0
field(DOL3, "1")
field(LNK3, "$(EVGPREFIX)SoftSeq0-Enable-Cmd CP")
field(LNK3, "$(EVGPREFIX)SoftSeq0-Commit-Cmd CP")
# Enable sequencer 0
field(DOL4, "1")
field(LNK4, "$(EVGPREFIX)SoftSeq0-Enable-Cmd CP")
field(TPRO, "0")
}
......@@ -280,15 +286,21 @@ record(aSub, "$(P)$(R=)Seq1-Write-aSub") {
record(seq, "$(P)$(R=)Seq1-Enable") {
field(SELM, "All")
# Unload sequencer 0
field(DOL0, "1")
field(LNK0, "$(EVGPREFIX)SoftSeq0-Unload-Cmd CP")
# Disable sequencer 0
field(DOL1, "1")
field(LNK1, "$(EVGPREFIX)SoftSeq0-Disable-Cmd CP")
# Commit sequencer 1
# Load sequencer 1
field(DOL2, "1")
field(LNK2, "$(EVGPREFIX)SoftSeq1-Commit-Cmd CP")
# Enable sequencer 1
field(LNK2, "$(EVGPREFIX)SoftSeq1-Load-Cmd CP")
# Commit sequencer 1
field(DOL3, "1")
field(LNK3, "$(EVGPREFIX)SoftSeq1-Enable-Cmd CP")
field(LNK3, "$(EVGPREFIX)SoftSeq1-Commit-Cmd CP")
# Enable sequencer 1
field(DOL4, "1")
field(LNK4, "$(EVGPREFIX)SoftSeq1-Enable-Cmd CP")
field(TPRO, "0")
}
......@@ -297,16 +309,16 @@ record(seq, "$(P)$(R=)Seq1-Enable") {
#########################################################
## Cycle counter
#########################################################
#record(calc, "$(P)$(R=)Cycle-Cnt")
#{
# field(DESC, "Cycle Counter")
# field(CALC, "A+B")
# field(SCAN, "Passive")
# field(INPA, "$(EVGPREFIX)SoftSeq0-NumOfStarts-I CPP")
# field(INPB, "$(EVGPREFIX)SoftSeq1-NumOfStarts-I CPP")
#
record(calc, "$(P)$(R=)Cycle-Cnt")
{
field(DESC, "Cycle Counter")
field(CALC, "A+B")
field(SCAN, "Passive")
field(INPA, "$(EVGPREFIX)SoftSeq0-NumOfStarts-I CPP")
field(INPB, "$(EVGPREFIX)SoftSeq1-NumOfStarts-I CPP")
# field(FLNK, "$(P)$(R=)CycleId-aSub-Proc PP")
#}
}
#
#
#########################################################
......
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