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 Bram, > > > To both of you: thank you so very much for your useful suggestions! > > Please place the postings whith the same or similar topic to the original thread. > > > You wanted to know to what end I am using my application: this is for an automotive shock absorber > > stress test with a rotating encoder, weight module and frequency driven electric motor ( 15 HP). > > The interface programme to the PC is written in Delphi (most of them are graphics). > > > > I have another question: > > How can I write and read to and from XRam? > > You can access this area (0xE000-0xEFFF) with the VM-codes > VM_STORE_ABSOLUTE_xxx and VM_LOAD_ABSOLUTE_xxx . > But the XRam-area is used by the CAN-Module. > Read the C164CI manual first before you will access this memory area. > > regards, > André H.