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 e4fe67c commit 8de24af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions evrApp/Db/evrin.db
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ record(bo, "$(IN)Edge-Sel") {
info(autosaveFields_pass0, "VAL")
}

record(mbbo, "$(IN)Trig:Ext-Sel") {
record(mbbo, "$(IN)Trig$(S=:)Ext-Sel") {
field( DTYP, "Obj Prop uint16")
field( OUT , "@OBJ=$(OBJ), PROP=External Mode")
field( PINI, "YES")
Expand Down Expand Up @@ -65,7 +65,7 @@ record(mbbo, "$(IN)Trig:Ext-Sel") {
}

# Sets code which will be applied to the local mapping ram whenever the 'External Mode' condition is met.
record(longout, "$(IN)Code:Ext-SP") {
record(longout, "$(IN)Code$(S=:)Ext-SP") {
field( DTYP, "Obj Prop uint32")
field( OUT , "@OBJ=$(OBJ), PROP=External Code")
field( PINI, "YES")
Expand All @@ -77,7 +77,7 @@ record(longout, "$(IN)Code:Ext-SP") {
}

# Sets the code which will be sent on the upstream event link whenever the 'Backwards Mode' condition is met.
record(mbbo, "$(IN)Trig:Back-Sel") {
record(mbbo, "$(IN)Trig$(S=:)Back-Sel") {
field( DTYP, "Obj Prop uint16")
field( OUT , "@OBJ=$(OBJ), PROP=Backwards Mode")
field( PINI, "YES")
Expand Down Expand Up @@ -105,7 +105,7 @@ record(mbbo, "$(IN)Trig:Back-Sel") {
info(autosaveFields_pass0, "VAL")
}

record(longout, "$(IN)Code:Back-SP") {
record(longout, "$(IN)Code$(S=:)Back-SP") {
field( DTYP, "Obj Prop uint32")
field( OUT , "@OBJ=$(OBJ), PROP=Backwards Code")
field( PINI, "YES")
Expand Down

0 comments on commit 8de24af

Please sign in to comment.