2 parents bd00e4e + f016a00 commit 2b4b7f9Copy full SHA for 2b4b7f9
1 file changed
LCLSGeneral/LCLSGeneral/POUs/Hardware/FB_AnalogInput.TcPOU
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<TcPlcObject Version="1.1.0.1">
+<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4022.18">
3
<POU Name="FB_AnalogInput" Id="{c3bf2f11-e399-406d-ba95-ae8960e90a27}" SpecialFunc="None">
4
<Declaration><![CDATA[FUNCTION_BLOCK FB_AnalogInput
5
(*
@@ -8,7 +8,7 @@
8
*)
9
VAR_INPUT
10
// Connect this input to the terminal
11
- iRaw AT %I*: INT;
+ iRaw AT %I*: DINT;
12
// The number of bits correlated with the terminal's max value. This is not necessarily the resolution parameter.
13
iTermBits: UINT;
14
// The fReal value correlated with the terminal's max value
0 commit comments