can you add a measurement field and a go to button to emc2
11 Feb 2017 13:52 #87818
by Pause22
Replied by Pause22 on topic can you add a measurement field and a go to button to emc2
Thanks i am going to set it up using MDI to control it with G code for now but its not idiot proof,i would really appreciate it if you could give it some thought when you get time .Have a great holiday! thanks Sean
Please Log in or Create an account to join the conversation.
28 Feb 2017 23:13 - 28 Feb 2017 23:22 #88787
by andypugh
Replied by andypugh on topic can you add a measurement field and a go to button to emc2
Try this.
Pin 1 STEP
Pin 2 DIR
Pin 10 Home-Switch
Pin 1 STEP
Pin 2 DIR
Pin 10 Home-Switch
Last edit: 28 Feb 2017 23:22 by andypugh.
Please Log in or Create an account to join the conversation.
01 Mar 2017 13:40 #88807
by Pause22
Replied by Pause22 on topic can you add a measurement field and a go to button to emc2
Thankyou i will look at it later today,What should i do with it ?
Please Log in or Create an account to join the conversation.
01 Mar 2017 14:04 #88811
by andypugh
Replied by andypugh on topic can you add a measurement field and a go to button to emc2
Extract the file into your linuxcnc/configs directory and start it from the config picker.
I couldn't figure out how to make the entry box as big as the position readout, so it's all a bit ugly.
I couldn't figure out how to make the entry box as big as the position readout, so it's all a bit ugly.
Please Log in or Create an account to join the conversation.
01 Mar 2017 14:27 #88813
by Pause22
Replied by Pause22 on topic can you add a measurement field and a go to button to emc2
I thought that was what i needed to do ,but when i try i get the message (squeeze cannot extract this archive type the application to support this is missing} any ideas ?
Please Log in or Create an account to join the conversation.
01 Mar 2017 18:51 #88834
by andypugh
Replied by andypugh on topic can you add a measurement field and a go to button to emc2
I had very nearly as much trouble getting Squeeze to _make_ the archive file in the first place.
In the end I used the command line, and it appears that you need to do that to extract it.
Download the file then use the commandand you should end up with a folder that can be put in the configs folder.
In the end I used the command line, and it appears that you need to do that to extract it.
Download the file then use the command
tar -xvf one_axis.gz
Please Log in or Create an account to join the conversation.
02 Mar 2017 11:12 #88865
by Pause22
Replied by Pause22 on topic can you add a measurement field and a go to button to emc2
hi not having much joy extracting this ,i have the file in downloads i am right clicking it, then open with other app,then use custom command is that correct ?
Please Log in or Create an account to join the conversation.
02 Mar 2017 11:21 #88866
by andypugh
Replied by andypugh on topic can you add a measurement field and a go to button to emc2
I think you will need to do it from the terminal. As far as I can see Debian is hopeless at creating or extracting archive files.
open a terminalThen you can move the folder using the GUI into linuxcnc/configs
open a terminal
cd ~/Downloads
tar -xvf one_axis.gz
Please Log in or Create an account to join the conversation.
02 Mar 2017 13:38 #88873
by Pause22
Replied by Pause22 on topic can you add a measurement field and a go to button to emc2
I don't know how but i managed to extract it,it looks really good ! thanks so much.
i will have a play with it later, do i configure it in stepconf ?
i will have a play with it later, do i configure it in stepconf ?
Please Log in or Create an account to join the conversation.
02 Mar 2017 14:07 #88876
by andypugh
Replied by andypugh on topic can you add a measurement field and a go to button to emc2
No, that won't work as stepconf will over-write the whole thing
Either wire the step / dir / home as I described or hand-edit the HAL file to change those 3 pins.
If you look at the HAL file you will see there is almost nothing to it.
Either wire the step / dir / home as I described or hand-edit the HAL file to change those 3 pins.
If you look at the HAL file you will see there is almost nothing to it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.071 seconds