Added more components

This commit is contained in:
2025-11-13 09:19:39 +01:00
parent 4ad75a3534
commit ae9667622a
56 changed files with 7117 additions and 296 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<GVL Name="GVL_CONFIGS" Id="{528b16e8-292d-49fa-9485-85d9ddf6c11a}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL CONSTANT
// Maximum number OF different interlock conditions
// Since an interlock is defined as a WORD (size 16 BIT),
// we have 16 interlocks
MAX_INTERLOCKS : USINT := 16;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>