Update IO-Link/IOC/IO_SV4200.template

This commit is contained in:
2026-01-05 17:42:32 +01:00
parent 854aecbc9b
commit e3015cc141

View File

@@ -1,5 +1,4 @@
# read flow from SV4200
#Really just decodes temp and flow.. so may work with other heads
@@ -75,7 +74,7 @@ record(calcout, "$(SYSTEM):CH$(CH)_OUT2"){
record(calcout, "$(SYSTEM):CH$(CH)_TEMP"){ #will not work for negative....
field(DESC, "Temperature (C)")
field(INPA, "$(SYSTEM):CH$(CH)_RAW_DATA")
field(INPB, "65535")
field(INPB, "16383")
field(CALC, "((A>>2)&B)/10")
field(EGU, "C")
field(PREC, "1")