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,9 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.6">
<GVL Name="Global_CNC" Id="{53b0382d-e5c1-4d3c-90f4-a474264a53f5}">
<Declaration><![CDATA[VAR_GLOBAL CONSTANT
MAX_USED_CHANNEL_IDX : INT := 0; (* Max index of channel that is used starting at 0, example: 1 -> totally 2 channels, maximum of 11 (12 channels) is allowed here *)
libVersion : ST_LibVersion := stLibVersion_Tc3_CNC;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>