Home

 

Erfahrung

 

Referenzen

 

Sondermaschinen

 

MSR-Maschinen

 

SPS-Programmierung

 

Visualisierung HMI

 

Elektro CAD

 

Leistungsprofil

 

Personalia

 

SW-Development

 

Dokumentation

 

 

 

Impressum & DSGVO

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

OB1 Main : Programme Sweep (cycle)

 

 

 

Netzwerk 1: Start measuring runtime (=LastCycle)

"HMI SYS".Support.LastCycle := RUNTIME("HMI SYS".Support.LastCycle_inout);

 

 

 

Netzwerk 2: Pulse generator

    "HMI SYS".Support.Sav_Clock_Byte := "HMI SYS".Support.Sav_Clock_Byte XOR "M00_Clock_Byte";

    "M00_Imp_Byte" := "HMI SYS".Support.Sav_Clock_Byte AND "M00_Clock_Byte";

    "HMI SYS".Support.Sav_Clock_Byte := "M00_Clock_Byte";

 

 

 

Netzwerk 3: CALL distributor

"DI MAIN GLB"();

"DI MAIN P01"();

 

"DI OUT P01"(); // Assign output stage

"DI OUT P02"(); // Assign output stage

 

 

 

Netzwerk 4: Create delayed first cycle flag

"HMI SYS".Support.FirstCycle_TON(IN := TRUE,PT := t#2s);

"M00_OB1_FirstCycle" := "HMI SYS".Support.FirstCycle_TON.Q;

 

 

 

Netzwerk 5: End measuring runtime (=LastCycle)

"HMI SYS".Support.LastCycle_real := LREAL_TO_REAL(IN := RUNTIME("HMI SYS".Support.LastCycle_inout));