ScriptName " Set Baudrate " ScriptAuthor "(dA)" ScriptVersion " 20 " // Rev Vers // Beschreibung: SetErrorHandler ( :ErrorAddress ) ; // Pfad: gateway control -> set parameter -> Baudrate // Set ( Baudrate , 312500 ) ; // Parameter Typ (b=Byte, w=Word,l=Long, B=Buffer) und Beschreibung // Feldbus-Seite // RS-Seite -> Ja // Intern // min value = // max value = 312,5 kB ( if bigger than error possible) : start; // Beispiel: // Vorher Set ( Baudrate , 312500 ) ; // No Warning Set ( Baudrate , 312501 ) ; // Warning No 0x06 ( will be ignored from OnError ) jump : start ; : ErrorAddress; // do anything return;