Servo motion X,Y,Z gantry with a angled Z

Hmm, that SCLaoi, or even the fx and fy could possibly be done with a CPT statement.

Again, this assumes the Z[n,m] samples are on a rectilinear grid. If the grid is regular, and you normalize the X and Y values, so (Xn+1 - Xn) = 1 and (Ym+1 - Ym) = 1, then fx = MOD X 1.0 and fy = MOD Y 1.0, and the whole shebang fits in a single CPT statement using that first formula for ZXY a few posts ago.

Although ST would be better for this.
 
Last edited:
Once I get further along I plan to experiment with cams and with a lookup table to see which one works the best for us.

That is quite the machine. I'm fascinated by all the things that go on behind the scenes that most people don't have a clue about. I poked around on that website and the pavement tests certainly fit into that category. Thanks for sharing.

Many PLCs and motion controllers can use cam tables.

I used cubic splines or cam tables to map the elevation of the runway/ground for this project
https://www.airporttech.tc.faa.gov/Airport-Pavement/NAPTF/National-Airport-Pavement-Test-Facility
The table had readings every 6 inches for 330 ft.
The runway elevation had to be re-mapped from time as the run way wore out.

Another PLCs.net forum member worked on the drives.
 
If your PLC doesn't support cam tables and you want to use cubic interpolation, let me know. There are other ways besides using cam tables. I have formulas for doing cubic interpolation using 4 points or knots. The algorithm is most accurate when it interpolates between the middle two of the four knots.
 

Similar Topics

I have programmed servos from a handful of variety of manufacturers and series. Each time I used a PLC without motion functions. I have not worked...
Replies
9
Views
728
I’m fairly new to PLC programming. This is our first machine that uses an FX5 PLC rather than an FX3, and therefore GX Works3 instead of GX...
Replies
1
Views
1,252
Hello everyone, So on Monday morning I'm expecting to have a box of random parts dumped in front of me. I'll create another thread with more...
Replies
1
Views
1,976
I'm having trouble trying to get my servo to actually spin. I can't get it to spin even with the jog axis tool. Here is a screenshot showing what...
Replies
12
Views
4,287
I am trying to couple a servo axis to a non-motion signal, and am currently stuck in a Try->Fail loop. :D The axis needs to follow the laser...
Replies
7
Views
2,018
Back
Top Bottom