Added Simulation plc and removed unnecessary files from repository

This commit is contained in:
Matthias Heisig
2024-01-04 18:39:55 +01:00
parent 2bd41279b1
commit bd0bbd9c8b
43 changed files with 4692 additions and 1328 deletions

View File

@@ -5,6 +5,12 @@
VAR_GLOBAL
// Random number generator
fbRandom : DRAND;
// Emergency stop ok
xEmergencyStopOk AT %Q* : BOOL := TRUE;
// String error array
astStringError : ST_STRING_ERROR;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>