Update IO-Link/IOC/IO_SV4200.template
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user