alle xml in .awl konvertiert und eingecheckt

This commit is contained in:
2026-07-08 09:44:59 +02:00
parent 1c935599e9
commit 9910240835
473 changed files with 102599 additions and 0 deletions
@@ -0,0 +1,8 @@
=== GlobalDB 12: DB_AlarmGlobal [DB] ===
INTERFACE:
Static:
nAlarmNoOffsetGlobal : UInt := 10
nAlarmNoStep : UInt := 5
nAlarmPrioGlobal : USInt := 15
xAlarmReOrg : Bool
xAlarmReOrgNextStep : Bool
@@ -0,0 +1,22 @@
=== GlobalDB 4: DB_MachineGlobal [DB] ===
INTERFACE:
Static:
nMachineMode : Int // Eingang um Simulationslevel festzulegen. Kann verwendet werden, um Eingangssignale zu simulieren
nLogicCycle : UInt
nPrevCycle : DInt
sMachine-Name : String[20] // Name of the Machine
sFL-Name : String[20] // Name of Production Line
sFactory : String[20] // Place of the Factory
xCold_Restart : Bool // (Cold restart scan 1 of OB 1)
xAlwaysFalse : Bool := FALSE // Always FALSE
xAlwaysTrue : Bool := TRUE // Always TRUE
nHourCounter : Int // Betriebsstundenzähler für Automatikbetrieb
xIBN : Bool // Inbetriebnahme aktiv
xSoftwareReset : Bool // Software Reset
DTL_TimePLC : DTL // SPS Zeit DTL
sPLCTimeAsString : String // SPS Zeit als String
stSMCCard : Struct // Speicherkarte
Size : UDInt
AcutalInUse : UDInt
Livespan : UDInt
stStateMain : "IntfMainState" // Hauptzustandsmaschine
@@ -0,0 +1,7 @@
=== GlobalDB 19: dbDataLogBuffer [DB] ===
INTERFACE:
Static:
nIdx : Int
nIdxMax : Int
DataLogBuffer : Array[0.."cNoTempDataLog"] of "DataLogBuffer"
DataLogBufferEmpty : "DataLogBuffer"