diff --git a/evrApp/Db/evrin.db b/evrApp/Db/evrin.db index e1c6a7cd..d2b4adfc 100644 --- a/evrApp/Db/evrin.db +++ b/evrApp/Db/evrin.db @@ -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") @@ -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") @@ -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") @@ -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")