Initial commit

This commit is contained in:
Matthias Heisig
2024-10-22 14:22:54 +02:00
commit 51d6e7e5c4
120 changed files with 24764 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.6">
<POU Name="FB_MFunctions" Id="{cbc6d41c-7124-4f75-8f78-dc8f5d56d0c8}" SpecialFunc="None">
<Declaration><![CDATA[FUNCTION_BLOCK FB_MFunctions
VAR_INPUT
nChannelIdx : INT := 0;
END_VAR
VAR_OUTPUT
END_VAR
VAR
bBSActive : BOOL;
iBSStatus : INT;
bMFunctionStatus : ARRAY [0..999] OF BOOL;
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[]]></ST>
</Implementation>
<LineIds Name="FB_MFunctions">
<LineId Id="9" Count="0" />
</LineIds>
</POU>
</TcPlcObject>