Skip to content

Commit

Permalink
fix: Special separator : changed to makro $(S=:).
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Sep 25, 2023
1 parent 1b42664 commit fe53467
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions evrMrmApp/Db/mrmevrout.db
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ record(longout, "$(ON)Src2-SP") {
# Settings
# Users use will set one of these at a time.

record(mbbo, "$(ON)Src:Pulse-SP") {
record(mbbo, "$(ON)Src$(S=:)Pulse-SP") {
field( DTYP, "Raw Soft Channel")
field( OUT , "$(ON)Src-SP PP")
field( ZRST, "Pulser 0")
Expand Down Expand Up @@ -80,7 +80,7 @@ record(mbbo, "$(ON)Src:Pulse-SP") {
info(autosaveFields_pass0, "VAL")
}

record(mbbo, "$(ON)Src2:Pulse-SP") {
record(mbbo, "$(ON)Src2$(S=:)Pulse-SP") {
field( DTYP, "Raw Soft Channel")
field( OUT , "$(ON)Src2-SP PP")
field( ZRST, "Pulser 0")
Expand Down Expand Up @@ -120,7 +120,7 @@ record(mbbo, "$(ON)Src2:Pulse-SP") {
info(autosaveFields_pass0, "VAL")
}

record(mbbo, "$(ON)Src:DBus-SP") {
record(mbbo, "$(ON)Src$(S=:)DBus-SP") {
field( DTYP, "Raw Soft Channel")
field( OUT , "$(ON)Src-SP PP")
field( ZRST, "DBus 0")
Expand Down Expand Up @@ -152,7 +152,7 @@ record(mbbo, "$(ON)Src:DBus-SP") {
info(autosaveFields_pass0, "VAL")
}

record(mbbo, "$(ON)Src2:DBus-SP") {
record(mbbo, "$(ON)Src2$(S=:)DBus-SP") {
field( DTYP, "Raw Soft Channel")
field( OUT , "$(ON)Src2-SP PP")
field( ZRST, "DBus 0")
Expand Down Expand Up @@ -184,7 +184,7 @@ record(mbbo, "$(ON)Src2:DBus-SP") {
info(autosaveFields_pass0, "VAL")
}

record(mbbo, "$(ON)Src:Scale-SP") {
record(mbbo, "$(ON)Src$(S=:)Scale-SP") {
field( DTYP, "Raw Soft Channel")
field( OUT , "$(ON)Src-SP PP")
field( ZRST, "Prescaler 0")
Expand Down Expand Up @@ -222,7 +222,7 @@ record(mbbo, "$(ON)Src:Scale-SP") {
info(autosaveFields_pass0, "VAL")
}

record(mbbo, "$(ON)Src2:Scale-SP") {
record(mbbo, "$(ON)Src2$(S=:)Scale-SP") {
field( DTYP, "Raw Soft Channel")
field( OUT , "$(ON)Src2-SP PP")
field( ZRST, "Prescaler 0")
Expand Down

0 comments on commit fe53467

Please sign in to comment.