ScriptName " WarningTime " ScriptAuthor "(dA)" ScriptVersion " 20 " // Beschreibung: only for SC // Set Errorcode will set the 4 yew ledīs on the RS side // during a default value of 60.000 ms (1 min) or your customer value // 04.11.02 V1.0 St create example SetErrorHandler ( :ErrorAddress ) ; // Pfad: gateway control -> set parameter -> WarningTime // Parameter Typ (b=Byte, w=Word,l=Long, B=Buffer) und Beschreibung // Feldbus-Seite // RS-Seite-> Ja // Intern // min value = // max value = ( if bigger than error possible) // Beispiel: // Vorher Set ( WarningTime , 20000 ) ; // ms = 10 sec Set ( Errorcode , 12 ) ; // flashing with 1 Hz : start; // No Warning // Warning No 0x06 ( will be ignored from OnError ) jump : start ; : ErrorAddress; // do anything return;