09-03-2025 11:52 AM
I'm just looking for an example somebody might know of:
I have a functional X Y axes stepper motor system.
Can read back the position.
I want to develop a program that allows the user to graphically set the position using LabVIEW.
I'm sure I could eventually reason something out but if somebody knows of a particular finished VI that would set me in the right direction.
09-03-2025 12:19 PM - edited 09-03-2025 12:20 PM
What have you tried?
@LED47 wrote:I want to develop a program that allows the user to graphically set the position using LabVIEW.
You need to define what "graphically set the position" actually means. Typically an XY stage has many more steps than the number of pixels on the monitor. You could use a 2D picture indicator where you draw a point at the current position and click a new pixel to move there, updating the point as it moves, for example.
09-03-2025 12:24 PM
Yes I was a little flaky there I am just getting started about what I want to do
The two-dimensional picture sounds like a possibility
Do you have a simple example that?
09-03-2025 01:18 PM
09-03-2025 01:25 PM
Thank you
09-03-2025 01:29 PM
Yes I take a closer look at that might be exactly what I need thanks again