Für dieses Forum muß Javascript im Browser aktiviert werden!
Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C2 Quellcode formatieren: <code>Quellcode</code> ASM Quellcode formatieren: <asm>Quellcode</asm> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! > Hallo nitraM, > > Hier mein test: > > <code> > int ini,In; > string text; > thread main > {station_io.init(); > station_lcd.init(); > station_io.LEDon(1); > station_io.LEDon(2); > station_io.LEDon(3); > text=""; > sleep 1000; > station_io.LEDoff(1); > station_io.LEDoff(2); > station_io.LEDoff(3); > sleep 500; > ini=pcf.init(); > loop{ > text=""; > station_io.LEDtoggle(1); > //sleep 200; > In=pcf.getn(3,1); > //station_io.LEDtoggle(1); > str.putintf(text,In,3);text=text+","; > > //station_io.LEDtoggle(2); > sleep 3; > pcf.putn(3,0,In); > //station_io.LEDtoggle(2); > > //station_io.LEDtoggle(3); > //sleep 200; > In=pcf.getn(4,1); > //station_io.LEDtoggle(3); > str.putintf(text,In,3);text=text+","; > station_lcd.cursorpos(2,0); > station_lcd.print(text); > //station_io.LEDtoggle(4); > //sleep 200; > pcf.putn(4,0,In); > station_io.LEDtoggle(4); > > } > } > > </code> > > Die "Komentarzeilen habe ich nach und nach gemacht um zu sehen wie weit ich mit dem Timing runter kann. > sleep 3 ist das Minimum Bei sleep 2 bleib des Prg stehen. Warum es bei der Textausgabe nicht ist ??? > > Welche 1.Variante meinst Du?? > Die Ursprügliche Variante bei der nur 1 Modul funktioniert hat oder die Umgeschreiben mit den Port zugriffen? > > Das gesamte Prorgamm besteht aus mehr als 10 Modulen. > > Gruß Markus