Skip to content

Commit 889b013

Browse files
committed
Change to using asynFloat64Average, temperatures now read in poller()
1 parent c317107 commit 889b013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measCompApp/Db/measCompTemperatureIn.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
record(ai,"$(P)$(R)")
22
{
33
field(SCAN, "$(SCAN)")
4-
field(DTYP, "asynFloat64")
4+
field(DTYP, "asynFloat64Average")
55
field(INP, "@asyn($(PORT),$(ADDR))TEMPERATURE_IN_VALUE")
66
field(PREC, "$(PREC)")
77
}

0 commit comments

Comments
 (0)