alle xml in .awl konvertiert und eingecheckt
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user