Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Vex Programming with MPLAB and IF loader (http://www.chiefdelphi.com/forums/showthread.php?t=47644)

Joohoo 26-05-2006 19:13

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??

billbo911 26-05-2006 20:07

Re: Vex Programming with MPLAB and IF loader
 
Quote:

Originally Posted by Joohoo
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??

Classic answer "it depends".
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).

tacman1123 29-05-2006 17:40

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

swe9 27-07-2006 18:18

Re: Vex Programming with MPLAB and IF loader
 
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:

Originally Posted by tacman1123
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



All times are GMT -5. The time now is 04:11.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi