Skip to content
Snippets Groups Projects
Commit e4a4885d authored by Joao Paulo Martins's avatar Joao Paulo Martins
Browse files

Small fix in PV names

parent 894050fd
No related branches found
No related tags found
No related merge requests found
...@@ -14,4 +14,5 @@ core.* ...@@ -14,4 +14,5 @@ core.*
*PVs.list *PVs.list
*-loc/*.Makefile *-loc/*.Makefile
ts2evm-loc/*.Makefile ts2evm-loc/*.Makefile
.vscode .vscode
\ No newline at end of file **/pid.txt
File mode changed from 100644 to 100755
...@@ -266,7 +266,7 @@ record(aSub, "$(P)$(R=)Seq2-Write-aSub") { ...@@ -266,7 +266,7 @@ record(aSub, "$(P)$(R=)Seq2-Write-aSub") {
######################################################## ########################################################
# Cycle counter # Cycle counter
######################################################## ########################################################
record(calc, "$(P)$(R=)$(S=:)Cycle-Cnt") record(calc, "$(P)$(R=)Cycle-Cnt")
{ {
field(DESC, "Cycle Counter") field(DESC, "Cycle Counter")
field(CALC, "A+B+C") field(CALC, "A+B+C")
...@@ -312,7 +312,7 @@ record(aSub, "$(P)$(R=)CycleId-aSub") { ...@@ -312,7 +312,7 @@ record(aSub, "$(P)$(R=)CycleId-aSub") {
field(OUTA, "$(EVGPREFIX)dbus-send-u32 CP") field(OUTA, "$(EVGPREFIX)dbus-send-u32 CP")
field(FTVB, "ULONG") field(FTVB, "ULONG")
field(OUTB, "$(P)$(R=)$(S=:)CycleId-RB CP") field(OUTB, "$(P)$(R=)CycleId-RB CP")
field(TPRO, "0") field(TPRO, "0")
...@@ -321,7 +321,7 @@ record(aSub, "$(P)$(R=)CycleId-aSub") { ...@@ -321,7 +321,7 @@ record(aSub, "$(P)$(R=)CycleId-aSub") {
######################################################## ########################################################
# Cycle ID readback # Cycle ID readback
######################################################## ########################################################
record(int64in, "$(P)$(R=)$(S=:)CycleId-RB") { record(int64in, "$(P)$(R=)CycleId-RB") {
field(DESC, "ID Cycle") field(DESC, "ID Cycle")
field(DTYP, "Soft Channel") field(DTYP, "Soft Channel")
field(SCAN, "Passive") field(SCAN, "Passive")
......
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