View Full Version : File size limit??? Dripfeed??


jsatter
06-13-2006, 09:49 PM
I believe that ajax has a 1 mb file size limit unless you upgrade to the unlimited file size option which cost around $1400. With the standard 1mb limit could you still drip feed a large program , or is your only option to run a large program to fork out the $$$ for the upgrade?

lakeside
06-14-2006, 01:02 AM
the only issue with drip feed that can be a pain is upload time on large files with a lot of tight moves. your upload time can exceed cycle time machine could be in a hold if buffer emptys to fast

Shizzlemah
06-15-2006, 02:53 PM
1M is the limit.

I do not believe the controller supports dripfeed. Someone prove me wrong on this, but I haven't found it yet...

Arr5ow Control
07-27-2006, 10:21 PM
Control does not drip feed.

xak
01-26-2007, 02:01 AM
I believe that ajax has a 1 mb file size limit unless you upgrade to the unlimited file size option which cost around $1400. With the standard 1mb limit could you still drip feed a large program , or is your only option to run a large program to fork out the $$$ for the upgrade?

I want the parameter for unlimit file size for ajax cnc control because the cost for it is very very too much.
Can anyone help me?
Thanks

colin1544
01-27-2007, 05:07 PM
Hello I don't know whether its possible but you are probably using an outside source from a cad cam program is it possible to load it onto a cd and run it from the cd drive through the controller ? Cheers Colin

Shizzlemah
01-28-2007, 11:26 PM
That works only if the program is less than 1 meg.

<1meg, load & run.
>1meg, unlock, load & run.
cannot drip feed.

Can run multiple programs that are each under 1M.

HuFlungDung
01-29-2007, 10:05 AM
Any chance you can trick the control with subprogram calls with no return, as in missing the M99? You might run into a limit for excessive subroutine nesting eventually, but you might sneak a few megs in that way ;)

Shizzlemah
01-31-2007, 11:22 AM
As the last line of the program, you can call another program.
just a straight call, no subroutine stack or nesting.


:cheers: