Die Suche ergab 5 Treffer
- 24 Mai 2012, 00:25
- Forum: Robo Pro / Computing / Software
- Thema: C Compiler Error of Demos
- Antworten: 12
- Zugriffe: 8832
Re: C Compiler Error of Demos
thkais, thank you very much for the offer, but I am more comfortable with C and this project is due tomorrow, so I don't think I'll have time to learn how to work it. Thank you very much, though! How do you download programs to the Flash memory? When I select a file in the Ftloader, it says "Program...
- 20 Mai 2012, 03:47
- Forum: Robo Pro / Computing / Software
- Thema: C Compiler Error of Demos
- Antworten: 12
- Zugriffe: 8832
Re: C Compiler Error of Demos
Thank you very much! I hope I am not bothering you, but I have just one more question. The following code activates all four outputs in the order 1, pause, 2, pause, 3, pause, 4, long pause, 1, pause, 2, pause, 3, pause, 4: sTrans.M_Main = 0b00000010; FtDelay(500); sTrans.M_Main = 0b00001000; FtDela...
- 17 Mai 2012, 17:23
- Forum: Robo Pro / Computing / Software
- Thema: C Compiler Error of Demos
- Antworten: 12
- Zugriffe: 8832
Re: C Compiler Error of Demos
The end of the German document is the same as the English one, but I was hoping there would be more detail somewhere else, like in Oracle's Javadocs. I looked at the header file TAF_00D.h, but I am a little confused. What does the following mean for accessing different Motor ports: Base+0x40: |M4B |...
- 15 Mai 2012, 13:31
- Forum: Robo Pro / Computing / Software
- Thema: C Compiler Error of Demos
- Antworten: 12
- Zugriffe: 8832
Re: C Compiler Error of Demos
Thank you so much! Switching to 5.45 worked. :D I have another question: Where can I find an "API" guide for programming the RoboInterface in C, a list of all the functions and services available to control the device? I think I would like to use a photoresistor in my final project, but none of the ...
- 13 Mai 2012, 18:30
- Forum: Robo Pro / Computing / Software
- Thema: C Compiler Error of Demos
- Antworten: 12
- Zugriffe: 8832
C Compiler Error of Demos
Good afternoon. I am American, so I hope someone here speaks English or uses Chrome so they can understand what I am saying. I am trying to program the RoboPro Interface in C for an electrical engineering final project. I downloaded the ZIP file and the Renesas compiler and followed all the instruct...