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,42 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.6">
<GVL Name="GVL_OEM" Id="{0f5063c1-8c06-48ae-9b7a-47cf210f919b}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL
byteInputSpindlePin2 AT %I* : BYTE;
byteInputSpindlePin4 AT %I* : BYTE;
byteOutputSpindlePin2 AT %Q* : BYTE;
byteOutputSpindlePin4 AT %Q* : BYTE;
byteInputDruckluft0 AT %I* : BYTE;
byteInputDruckluft1 AT %I* : BYTE;
byteInputEncoder0 AT %I* : BYTE;
byteInputEncoder1 AT %I* : BYTE;
uiEncoderValuePaper : UINT;
// Tasten am Bildschirm 1
bBtnNCStart AT %I* : BOOL;
bBtnNCStartLED AT %Q* : BOOL;
bBtnNCStop AT %I* : BOOL;
bBtnNCStopLED AT %Q* : BOOL;
bBtnInfeedEnable AT %I* : BOOL;
bBtnInfeedEnableLED AT %Q* : BOOL;
bBtnToggleVakuumpumpe AT %I* : BOOL;
iSpindleLoad AT %I* : INT;
bMesstaster AT %I* : BOOL;
pVe : POINTER TO VE_CHANNEL_DATA_CH_1;
END_VAR
// bit 6 pin 4 -> Klemmung inaktiv
// BK -> Pin 4
// WHT -> Pin 2
// 1.6.2 -> Ventil Klemmung NC]]></Declaration>
</GVL>
</TcPlcObject>