re: master5 Re: dumb black box
Posted by
ballendo@y...
on 2000-12-11 16:51:03 UTC
Art,
Yes pre-processing the file has many advantages. and sometimes a
coupla' gotchas...
How do you handle feedrate changes?
Broken tools which interrupt program execution?
Stepping forward or back to 're-do' a part of a file? (preserving the
correct set of 'modal' assumptions)
Just some thoughts. Looking forward to your program release.
Ballendo
Yes pre-processing the file has many advantages. and sometimes a
coupla' gotchas...
How do you handle feedrate changes?
Broken tools which interrupt program execution?
Stepping forward or back to 're-do' a part of a file? (preserving the
correct set of 'modal' assumptions)
Just some thoughts. Looking forward to your program release.
Ballendo
>Just my 2 cents worth. Thats what I'm doing with
>MasterControl5. I interpret the file as it loads and write a new
>file which is a list of functions called and their parameters. That
>way the output file is already interpreted. It makes averything a
>little easier to Real-Time the process.
>Art