|
Hello Group,
Very cold here in Illinois
This is the main program that we use on a
horizontal machine.
I hard code all of this into the program and then
edit it after for how
we run the part. It depends on the part, but
sometimes we run sides 1 & 2 together,
3 & 4 together, 1, 2 & 3 together, Etc,
Etc,. It seemed easier at the time to just edit
the main program. I don't have to hand edit
anything else and was wondering if anyone
had any solutions or ideas to output the main
program another way that is simpler than this.
If I make a change in this program I make sure that
I have the program up on the editor first
so I can copy and paste the main program from the
old onto the new program.
Jeff Pieper
EATON Hydraulics
O1000 (FILE: #S1 #S2
#DATE)
(Machine #S3 #SYSTIME) M98 P0001 (PALLET 1 / SIDE 1) M60 /M98 P0001 (PALLET 2 / SIDE 1) M60 M98 P0002 (PALLET 1 / SIDE 2) M60 /M98 P0002 (PALLET 2 / SIDE 2) M60 M98 P0003 (PALLET 1 / SIDE 3) M60 /M98 P0003 (PALLET 2 / SIDE 3) M60 M98 P0004 (PALLET 1 / SIDE 4) M60 /M98 P0004 (PALLET 2 / SIDE 4) M60 M98 P0005 (PALLET 1 / SIDE 5) M60 /M98 P0005 (PALLET 2 / SIDE 5) M60 M98 P0006 (PALLET 1 / SIDE 6) M60 /M98 P0006 (PALLET 2 / SIDE 6) M60 M99 |
