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 folks, > > Is there anybody in the (Control II Station) world that can solve my problem. > > //======================================================================== > if ports.getcount(0) // pulse rotating encoder A in (1 pulse 360 grd.) > i = 0; > if ports.getcount(1) // pulse rotating encoder A in speed 1,5 kHz (300 rpm: 200 pulse per 360 grd.) > { > i = i + 1; > m[i] = ports.adc(0); // is this my time problem: m[i] or the adc? it works but till to +/- 50 rpm. > } > //========================================================================= > > Hope to hear something, > > Groeten uit Holland. > > Bram