|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Vex Programming with MPLAB and IF loader
I Know this isn't the exact purpose for this forum but there really isn't any other place to put this
I currently have a vex project that was given to me by a fellow team mate and since I am the the team's programmer asked me to load it onto his vex kiwi bot shown here. Is it possible to load the program onto the vex controller with ifi loader or do I have to use easy-c in some way?? |
|
#2
|
||||
|
||||
|
Re: Vex Programming with MPLAB and IF loader
Quote:
Was it coded with EasyC or Mplab? If EasyC, then use EasyC. If Mplab, use the IFI loader, but make certain you have the correct version. (The latest version will work fine). |
|
#3
|
|||
|
|||
|
Re: Vex Programming with MPLAB and IF loader
On a related topic, is it possible to run the loader from the command line, or to at least pass the hex file name to the prompt?
For example: iloader.exe -f mycode.hex In EasyC the recently compiled file is pre-loaded in the box, but it appears that iloader is a separate process, so I suspect there's some way to pass it. I thought maybe modifying the .ini file would work, but I don't see an obvious way from poking around there. Thx, Tac |
|
#4
|
|||
|
|||
|
Inside the makefile from http://jgarbers.com/robotics/cvexsample.zip there is a recipe for invoking iLoader.exe. It looks like this:
iLoader.exe /D=yourfile /H /T I don't know what the h and t options do, but the invocation does what you're looking for. Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Programming Vex w/ MPLab | dababyjebus | FIRST Tech Challenge | 27 | 25-04-2008 09:11 |
| Interupts on Vex in MPLab | Andrew Schreiber | FIRST Tech Challenge | 1 | 24-05-2006 08:32 |
| Vex navigation with ultrasonic and encoders | GlennGraham | Electrical | 4 | 13-01-2006 12:58 |
| MPLAB Help, programming and compiling | RedOctober | Programming | 2 | 23-12-2005 17:46 |
| IFI Loader and MPLAB | HolyOne207 | Programming | 5 | 14-01-2005 14:19 |