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 ToM, > > Lies Dir bitte mal kurz die troubleshoot.txt der ZIP durch. > Dort steht, daß als erstes station_io.init() aufgerufen werden muß. > > MfG André H. > > > > Hallo, > > bin ein Neueinsteiger mit einer Hutschienenvariante. > > Habe folgendes Problem: > > Was ich bisher gemacht habe: > > > > 1. OS_OPT V2.0 geladen mit CC2Net V2.0 Downloadtool > > 2. stationdriver.hex geladen mit CC2Net V2.0 Downloadtool Segment 3 löschen aktiv > > 3. adr_manager.hex geladen mit CC2Net V2.0 Downloadtool Segment 3 löschen nicht aktiv > > > > anschliesend wolte ich folgendes kleine Programm laufen lassen > > > > thread main > > { > > string s; > > byte led; > > > > station_io.Clear(); > > station_lcd.init(); > > > > sleep 2000; > > /*******************************************/ > > /******** ANSTEUERUNG LCD *************/ > > /*******************************************/ > > station_io.LIGHTon(); > > station_lcd.print(" C-CONTROL II"); > > } > > > > meine Projektdatei sieht so aus: > > > > SYSTEM::vmcodes.c2 > > SYSTEM::constant.c2 > > SYSTEM::system.c2 > > SYSTEM::ports.c2 > > SYSTEM::plm.c2 > > SYSTEM::i2c.c2 > > SYSTEM::lcd.c2 > > SYSTEM::str.c2 > > SYSTEM::math.c2 > > SYSTEM::asmcall.c2 > > COMMON::strx.c2 > > COMMON::station_lcd.c2 > > COMMON::station_io.c2 > > test.c2 > > > > und meine Moduldatei so: > > > > strx.c2 > > lcdext.c2 > > myconst.c2 > > calendar.c2 > > station_lcd.c2 > > station_io.c2 > > > > so mein Problem ist nun das eigentlich gar nichts passier, > > hätte erwartet das auf dem Display ---> C-CONTROL II erscheint. > > Im Simulator der Prgrammierumgebung läuft das Programm ohne Fehler. > > > > mfg ToM > >