Re: [CAD_CAM_EDM_DRO] Re: CNC Painting
Posted by
bjammin@i...
on 2002-11-21 16:26:30 UTC
At 12:31 PM 11/21/02 -0600, you wrote:
to it in its format. That is the only way you can address it. You can't
tell it to 'stop', 'jog aside' and 'go back' w/o writing every single move
to it one line at a time. While it's executing a command, your computer is
locked up, and when it's not executing a command you must send it another
to make it move again. It's one or the other.
In order to make the emergency tool change work, I have to remember each
set coords into an array along with file pointer value that went with the
associated move, call jogging routine (which allows writing jog commands to
I-LPT) and move machine approporiately, remediate the problem, touch off
tool and save any changes in offset, and then exit the jog routine. CPU
then compares the present location with the last one in sequence, computes
moves to go back, sends them off one at time and starts executing program
again. If tool has been given new offset, that is book-keeped into this
move. If retrace number is given by operator, the program file is rewound
to the right pointer value for the number of lines to retrace and present
position is compared with the saved coords for the desired retrace point;
CPU then composes moves to that point and goes there, and then continues
file from the right pointer value. I assure you, 100% of that is embedded
in AW and not in I-LPT.]
Regards, Hoyt McKagen
To prevent virus propogation, please don't put this addy in your book
Belfab CNC - http://www.freeyellow.com/members/belfab/belfab.html
Best MC - http://www.freeyellow.com/members/batwings/best.html
Camping/Caving - http://www.freeyellow.com/members/batwings/caving.html
Two-Wheel-Tech List - http://batwings.freeyellow.com/2whfaq.html
I thought I'd made a mistake once, but I was wrong
>I am very sure that Indexer, the tsr portion, always did allow for aExaxctly: the front end has to do it all!! I-LPT accepts commands written
>Stop or Tooling Change with a return to last location or even a previous
>line of code as long as the "front end" handled the information
>correctly.
to it in its format. That is the only way you can address it. You can't
tell it to 'stop', 'jog aside' and 'go back' w/o writing every single move
to it one line at a time. While it's executing a command, your computer is
locked up, and when it's not executing a command you must send it another
to make it move again. It's one or the other.
In order to make the emergency tool change work, I have to remember each
set coords into an array along with file pointer value that went with the
associated move, call jogging routine (which allows writing jog commands to
I-LPT) and move machine approporiately, remediate the problem, touch off
tool and save any changes in offset, and then exit the jog routine. CPU
then compares the present location with the last one in sequence, computes
moves to go back, sends them off one at time and starts executing program
again. If tool has been given new offset, that is book-keeped into this
move. If retrace number is given by operator, the program file is rewound
to the right pointer value for the number of lines to retrace and present
position is compared with the saved coords for the desired retrace point;
CPU then composes moves to that point and goes there, and then continues
file from the right pointer value. I assure you, 100% of that is embedded
in AW and not in I-LPT.]
> It's documented pretty well in some of the older manuals,You'll have to show me. It's nowhere in mine nor any hint of it.
Regards, Hoyt McKagen
To prevent virus propogation, please don't put this addy in your book
Belfab CNC - http://www.freeyellow.com/members/belfab/belfab.html
Best MC - http://www.freeyellow.com/members/batwings/best.html
Camping/Caving - http://www.freeyellow.com/members/batwings/caving.html
Two-Wheel-Tech List - http://batwings.freeyellow.com/2whfaq.html
I thought I'd made a mistake once, but I was wrong
Discussion Thread
echnidna
2002-11-19 14:55:23 UTC
CNC Painting
Bill Vance
2002-11-20 02:34:52 UTC
Re: [CAD_CAM_EDM_DRO] CNC Painting
John Johnson
2002-11-20 04:25:06 UTC
Re: [CAD_CAM_EDM_DRO] CNC Painting
CL
2002-11-20 06:00:38 UTC
Re: [CAD_CAM_EDM_DRO] CNC Painting
bjammin@i...
2002-11-20 06:28:30 UTC
Re: [CAD_CAM_EDM_DRO] CNC Painting
Egroupscdh (E-mail)
2002-11-20 08:17:46 UTC
RE: [CAD_CAM_EDM_DRO] CNC Painting
Mel Williams
2002-11-20 11:01:17 UTC
RE: [CAD_CAM_EDM_DRO] CNC Painting
deanc500
2002-11-20 12:10:02 UTC
Re: CNC Painting
Brian
2002-11-20 14:51:56 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Painting
echnidna
2002-11-20 15:17:46 UTC
Re: CNC Painting
Chris L
2002-11-20 16:07:03 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Painting
Chris L
2002-11-20 16:22:04 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Painting
Mike Snodgrass
2002-11-21 05:15:55 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Painting
John Johnson
2002-11-21 06:00:57 UTC
Re: [CAD_CAM_EDM_DRO] CNC Painting
bjammin@i...
2002-11-21 07:20:02 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Painting
CL
2002-11-21 10:29:25 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Painting
bjammin@i...
2002-11-21 16:26:30 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Painting