User Manual

12/06 AWB2724-1584D
Beschreibung wichtiger Funkti-
onen/Funktionsbausteine
83
X Starten Sie die Programme.
fbDisplayPage1.aElementDescription[7].byLine := 3;
fbDisplayPage1.aElementDescription[7].byColumn := 8;
fbDisplayPage1.aElementDescription[7].byDigits := 9;
fbDisplayPage1.aElementDescription[7].byPrecision := 0;
fbDisplayPage1.aElementDescription[7].xInputEnable := TRUE;
fbDisplayPage1.aElementDescription[7].diMinInputValue := 0;
fbDisplayPage1.aElementDescription[7].diMaxInputValue := 4444444;
fbDisplayPage1.aElementDescription[8].sName := 'V4';
fbDisplayPage1.aElementDescription[8].byLine := 4;
fbDisplayPage1.aElementDescription[8].byColumn :=13;
fbDisplayPage1.aElementDescription[8].byDigits := 4;
fbDisplayPage1.aElementDescription[8].byPrecision := 0;
fbDisplayPage1.aElementDescription[8].xInputEnable := TRUE;
fbDisplayPage1.aElementDescription[8].diMinInputValue := 4;
fbDisplayPage1.aElementDescription[8].diMaxInputValue := 400;
(* Der erste Zyklus ist beendet, Flag zurücksetzen *)
g_xFirstCycleAfterStartProgram := FALSE;
END_IF
xIsDisplayEnabled := Disp_EnableDisplay(I1, I2);
fbDisplayPage1( xEnable:= I3 , xEnableInput:= I4,
byNoOfElements:= 8, byError =>byError );
IF fbDisplayPage1.aElementDescription[7].xInputDone = TRUE THEN
siValue := PLC_PRG.siValue; (*Wert zur internen Verarbeitung*)
fbDisplayPage1.aElementDescription[7].xInputDone := FALSE;
END_IF