Moderators: Mike Iubelt, Jason Susnjara, Larry Epplin, Clint Buechlein, Mike Iubelt, Jason Susnjara, Larry Epplin, Clint Buechlein
If you want to get really in to it with AFL you can write a program to run that will log the date, time, and previous waste board value to a text value, update Machine Variables to the new value, and tie it all to a Custom Action button on the side of the screen. Then you can keep track of value changes through the day with one click and typing numbers in.Jeremy Schiffer wrote: Wed, Aug 09 2023, 3:29PM Hey Mark, yeah, two machines keep me running. We adjust the wasteboard constantly during jobs - we shoot for between .05mm and .1mm cut-through... we like to see how long we can make wasteboards last. With that small amount of cut-through, the temperature and humidity changes throughout the day necessitate adjusting the wasteboard a lot. Ya gotta make that machine your b*tch, man...don't be afraid of it! Well, except when you should.![]()
Seriously though, you can do a LOT with these things if you delve into the deeper workings beyond just loading CN generated cut files on them. AFL is a great way to make the machine do some crazy stuff. Also, we added an additional home-made bar tool holder to hold our flycutter, that way it wasn't occupying a precious tool position otherwise. I love tinkering with these machines. Have fun!![]()
AFL for us is Advanced Function Language. For the most part, if you see lines of code inside of brackets that is AFL. It drives the message boxes that come up telling you to locate material, adjusts the waste board value when you run flycut, tells the control to do something based off user input, we recently used it to have the machine play sound effects at the AWFS in Las Vegas, and much much more.Mark McCallum wrote: Thu, Aug 10 2023, 9:14AM Hi Jeremy.
I have no idea what an AFL is or does. (Well out here its Australian Football League and some people are nuts about it. Not me)
What AFL's do will be another thing to one day, to have a look at.
Yes waste boards are a another whole subject.
How many times, Its cutting okay, just needs a tidy up, give it a fly cut, but then it needs a tripple flycut, then it bows up, flip it over, re flycut. still not great.![]()
The most useful thing I've found is to keep a 16mm melamine sheet to cover it as soon as you finish when its not being used.
I will definitely be using your system to tweak the thickness rather than fly cutting so often.
Its good to hear how you guys do things.
Thanks
Mark
I usually just use an edge finder such a this one https://www.amazon.com/Mitutoyo-050101- ... r=8-5&th=1. Mine specifically is a General Tools 260. Load it in a tool holder, locate a sheet of material into the pins, mark on the sheet where the pins touch, vacuum on to the table to keep sheet from moving, turn the spindle on at 1000 rpm, teach the machine over to get the edge finder touching the edge, it will get near perfectly lined up with itself, then kick out once you are right on. Raise up, step in the radius of the edge finder, Shift 8 on the handheld, make sure offset number is correct at the top, Shift 1 or 2 to uncheck the axis I don't want to record, enter, move on to the next pin. Using an edge finder lets you step in .001" at a time with a visual reference to get it dialed in. My other method without an edge finder is pinching a piece of paper between a standard tool and the edge of the sheet. Requires a bit more effort.Mark McCallum wrote: Thu, Aug 10 2023, 8:43AM Hi Tommy.
I'll have a go.
This is just my way and I might have it a bit wrong.
Jeremy and others probably have other ways, (maybe / hopefully simpler ways) of doing it, but it works for me. (yes and I use the snipping tool take little notes and photograph the screen as you suggested).
So in machine variables there is table1 and table 2
The way I understand it is that Table 2 is what the machine uses most of the time for every normal sheet.
Table 1 really means side one, or this is the1st side to cut the flip ops into.
Normally when we only cut one side it doesn't refer to table one because everything is retaliative within the board.
Okay.
Some times, as you know the head gets out of alignment.
We have had it happen when we hit the emergency stop when it was going flat out instead of slowing it down. Or forgot to turn the vacuum on and it drags the sheet around......././...
Or for some reason it starts tramming when flycutting.
But anyway whenever you bump the head or the bridge, and it moves out of its old position and needs realigning. You have to to square it up again. Realign the head, or adjust the bridge back into square.
99% of the time when you readjust it back into square and flat it will change the center point position of the cutter in relation to the pop up pins.
It might only be a difference of .3 or .5 of a mm or 1/32" .... whatever.
So after it has moved, we have to tell the machine where the new boundaries are in relation to the pins.
Okay,
We use the lock dado joint quiet a lot and when they nest on flip ops it is quit easy to see how far out the alignment is.
There are gaps in the joint.
I have a couple of test pieces that we cut to work out which way to move it
I keep a vernier handy and measure the amount that it is out by.
So keeping in mind it cuts the flip op first you have to work out whether the machine thinks the locator pins are closer or further away and then adjust the 1st table longer or shorter or wider or narrower by the amount that it is out as read with your verniers.
I then cut another test piece and perhaps tweak it until I'm happy.
Its good to check for square 1st because that messes with flip ops as well.
I put a cover or waste sheet on and cut two 1180mm squares, mark x and y put a mark in one corner and flip one over so they are face to face line up the y side and see if there is any variation, it will always cut parallel but could be cutting rhomboids.
It will be out of square by half the distance of the variation.
Adjust and re-cut the squares down to 1170 test again.
Anyway hope that makes sense![]()
Mark
That sounds pretty nifty, I'm gonna have to try that. Except, I don't know about a Custom Action button. Is that part of a newer control software, or are you saying to create the Custom Action button with AFL?Clint Buechlein wrote: Fri, Aug 11 2023, 7:54AM If you want to get really in to it with AFL you can write a program to run that will log the date, time, and previous waste board value to a text value, update Machine Variables to the new value, and tie it all to a Custom Action button on the side of the screen. Then you can keep track of value changes through the day with one click and typing numbers in.