Added more components
This commit is contained in:
12
PLC/POUs/GVL/GVL_CONFIGS.TcGVL
Normal file
12
PLC/POUs/GVL/GVL_CONFIGS.TcGVL
Normal 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>
|
||||
Reference in New Issue
Block a user