Skip to content

Commit

Permalink
Enable feature added to the registry polling records.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Jun 9, 2023
1 parent d57fa1d commit 97317f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evrApp/Db/evrbase.db
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# P = record name prefix
# OBJ = devObj name
# EVNT1HZ = DB event number for the 1 second tick
# DBUSENA = Enable DBus polling

# Master enable for the EVR. If not set then very little will happen.
#
Expand Down Expand Up @@ -71,7 +72,7 @@ record(longin, "$(P)DBus-I") {
field(DTYP, "Obj Prop uint16")
field(DESC, "Read the DBus state")
field(INP , "@OBJ=$(OBJ), PROP=DBus State")
field(SCAN, ".1 second")
$(DBUSENA=#)field(SCAN, ".1 second")
}

# The number of event link errors which have occurred.
Expand Down

0 comments on commit 97317f0

Please sign in to comment.