From e3015cc1414966328413307b4d79e131bd33d3cd Mon Sep 17 00:00:00 2001 From: divall_e Date: Mon, 5 Jan 2026 17:42:32 +0100 Subject: [PATCH] Update IO-Link/IOC/IO_SV4200.template --- IO-Link/IOC/IO_SV4200.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IO-Link/IOC/IO_SV4200.template b/IO-Link/IOC/IO_SV4200.template index 8d20076..64995a5 100644 --- a/IO-Link/IOC/IO_SV4200.template +++ b/IO-Link/IOC/IO_SV4200.template @@ -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")