I'm working on a project to do X Y Plotter. This project basically to reduce the human error to get the right location to plot. Currently we are using a manual X Y roller
I intend to do like | Insert Location X: Insert Location Y: | and this machine will automatically go to that specific location. However, i not really sure how to do it cause wafer is a circle (hand size), and I dont want it to measure out of the circle. Is it like set the codes to not go beyond certain point?
HidirHaris:
I intend to do like | Insert Location X: Insert Location Y: | and this machine will automatically go to that specific location. However, i not really sure how to do it cause wafer is a circle (hand size), and I dont want it to measure out of the circle. Is it like set the codes to not go beyond certain point?
This gives no useful guidance as to what you want help with.
It may be with mathematics, as @jremington has surmised.
Or it may be with the design of a mechanical device that can move something (what?) to a specific location.
Or you may already have a machine (what machine?) and need help writing a program to control it.
Yup, my group is designing a X Y Plotter machine that can move X-axis & Y-axis. (my partner already started building). I want this machine to go to specific location for example ( X= 5, Y= 6.5) automatically when i enter this 2 data in a prompt box (if possible).
Example like Arduino Controlled XY T-Slot Table - YouTube . It moves and stops and different location.
No manual button/ analog involved in moving the axis but automatically. Is this possible?
And yes, i need help writing a program to control it. Thank you