31 lines
867 B
Plaintext
31 lines
867 B
Plaintext
{
|
|
S7_Author := "ABH";
|
|
S7_BlockComment := "MLC_eh";
|
|
S7_BlockNumber := "2026";
|
|
S7_BlockTitle := "MLC_4xD";
|
|
S7_Family := "ZeusControl";
|
|
S7_Optimized := "TRUE";
|
|
S7_StandardRetain := "FALSE";
|
|
S7_Version := "1.0"
|
|
}
|
|
DATA_BLOCK DB2026_FF
|
|
VAR RETAIN
|
|
{ S7_Setpoint := "False" }
|
|
FF : Array[0.._.N_MAX_DISP_FF] of _.UDT_ZC_DISP_FF;
|
|
END_VAR
|
|
|
|
FF[0].Estado_Flip := FALSE;
|
|
FF[0].Estado_Flop := FALSE;
|
|
FF[0].Estado_Paro1 := FALSE;
|
|
FF[0].Estado_Paro2 := FALSE;
|
|
FF[0].Orden_Activar := FALSE;
|
|
FF[0].Orden_Pausa := FALSE;
|
|
FF[0].Aux_Inicializado := FALSE;
|
|
FF[0].Estado_Etapa := 0;
|
|
FF[0].Config_SetPointTiempoFlip := 0;
|
|
FF[0].Config_SetPointTiempoFlop := 0;
|
|
FF[0].Config_SetPointTiempoParo := 0;
|
|
FF[0].Aux_Tiempo := 0;
|
|
|
|
END_DATA_BLOCK
|