linux cnc for microscop controll
- remure
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
25 Feb 2022 05:42 #235767
by remure
linux cnc for microscop controll was created by remure
hello…
i try to controll a microscope 3 axis system
3 steppers x/y for the stage + z for image stacking ( hight of the stage)
what i plan is to set a movement system, where i plan the panorama in x/y dir and then make a focus stack using z axis….
important::
how to plan the movment?? direct linux cnc or external soft???
how to use the z axis as a one step movment? >> step >> take a photo >> next step
question how is ment as: is it possible??
thx, martin
i try to controll a microscope 3 axis system
3 steppers x/y for the stage + z for image stacking ( hight of the stage)
what i plan is to set a movement system, where i plan the panorama in x/y dir and then make a focus stack using z axis….
important::
how to plan the movment?? direct linux cnc or external soft???
how to use the z axis as a one step movment? >> step >> take a photo >> next step
question how is ment as: is it possible??
thx, martin
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4018
- Thank you received: 1733
25 Feb 2022 09:27 #235774
by Aciera
Replied by Aciera on topic linux cnc for microscop controll
Use GCODE to move the xy and z coordinates and then trigger the camera either by electrical signal or 3rd party sofware command.
Please Log in or Create an account to join the conversation.
- remure
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
25 Feb 2022 10:45 #235778
by remure
Replied by remure on topic linux cnc for microscop controll
is there any other way else than writing code?? i mean, set start, set end, something more human?? an interface ?? gui etc?? how to solve this??? thx..
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4018
- Thank you received: 1733
25 Feb 2022 11:31 #235781
by Aciera
Replied by Aciera on topic linux cnc for microscop controll
I don't know of any finished gui for your application. One could certainly create a point and click user interface but that would definitely involve writing a lot more code than what would be required for the bare GCODE.
Please Log in or Create an account to join the conversation.
- cakeslob
- Offline
- Platinum Member
Less
More
- Posts: 802
- Thank you received: 231
26 Feb 2022 00:26 #235831
by cakeslob
Replied by cakeslob on topic linux cnc for microscop controll
siliconpr0n.org/wiki/doku.php?id=microscope:start
microwiki.org/wiki/index.php/McScope
github.com/JohnDMcMaster/pyuscope
these are the ones ive seen before, they were for machinekit but majority should be cross compatible.
you could probably do a python with variables or something, and use a popup message to input stuff
microwiki.org/wiki/index.php/McScope
github.com/JohnDMcMaster/pyuscope
these are the ones ive seen before, they were for machinekit but majority should be cross compatible.
is there any other way else than writing code?? i mean, set start, set end, something more human?? an interface ?? gui etc?? how to solve this??? thx..
you could probably do a python with variables or something, and use a popup message to input stuff
Please Log in or Create an account to join the conversation.
Time to create page: 0.062 seconds