Non-circular boring. (Linuxcnc fun)
28 May 2020 02:28 - 28 May 2020 02:52 #169182
by alkabal
Replied by alkabal on topic Non-circular boring. (Linuxcnc fun)
Hi
I have start trying to create a gladevcp panel for use you component with a lathe
Can you explain a little more how do you use the whole sequence ?
Like :
activate enable polygon
activate enablexslave
send Gcode xxx
etc
for make numside signal pin compatible i have to change unsigned to signed inside component i think gladevcp is not able to use u32 for hal value.
Br
I have start trying to create a gladevcp panel for use you component with a lathe
Can you explain a little more how do you use the whole sequence ?
Like :
activate enable polygon
activate enablexslave
send Gcode xxx
etc
for make numside signal pin compatible i have to change unsigned to signed inside component i think gladevcp is not able to use u32 for hal value.
EMBED_TAB_NAME = Polygon
EMBED_TAB_LOCATION = ntb_preview
EMBED_TAB_COMMAND = gladevcp -u ./polygonhandler.py -x {XID} -H polygon-macro.hal ./polygonmacro-numpad.ui
Br
Last edit: 28 May 2020 02:52 by alkabal.
Please Log in or Create an account to join the conversation.
- skunkworks
- Offline
- Moderator
Less
More
- Posts: 376
- Thank you received: 150
04 Oct 2020 20:36 - 04 Oct 2020 20:38 #184868
by skunkworks
Replied by skunkworks on topic Non-circular boring. (Linuxcnc fun)
added a radius option to the corners to help with the abrupt change of direction too
Last edit: 04 Oct 2020 20:38 by skunkworks.
Please Log in or Create an account to join the conversation.
- skunkworks
- Offline
- Moderator
Less
More
- Posts: 376
- Thank you received: 150
07 Oct 2020 18:15 #185288
by skunkworks
Replied by skunkworks on topic Non-circular boring. (Linuxcnc fun)
I think I forgot to post this..
Please Log in or Create an account to join the conversation.
21 Oct 2020 21:34 #186846
by alkabal
Replied by alkabal on topic Non-circular boring. (Linuxcnc fun)
Hello
Your video allways make me dream about implementing this feature to my lathe.
Unfortunatly i have no time for the moment (but i hope soon).
Are you interested for adding a GUI panel like lathe macro ?
It is possible to use this from Gcode ?
Best regards, thanks a lot for you work and video.
Your video allways make me dream about implementing this feature to my lathe.
Unfortunatly i have no time for the moment (but i hope soon).
Are you interested for adding a GUI panel like lathe macro ?
It is possible to use this from Gcode ?
Best regards, thanks a lot for you work and video.
Please Log in or Create an account to join the conversation.
- skunkworks
- Offline
- Moderator
Less
More
- Posts: 376
- Thank you received: 150
22 Oct 2020 01:44 #186867
by skunkworks
Replied by skunkworks on topic Non-circular boring. (Linuxcnc fun)
The following user(s) said Thank You: jpg
Please Log in or Create an account to join the conversation.
- skunkworks
- Offline
- Moderator
Less
More
- Posts: 376
- Thank you received: 150
22 Oct 2020 04:06 - 22 Oct 2020 04:07 #186872
by skunkworks
Replied by skunkworks on topic Non-circular boring. (Linuxcnc fun)
more explanation...
Last edit: 22 Oct 2020 04:07 by skunkworks.
Please Log in or Create an account to join the conversation.
01 Dec 2020 21:37 - 01 Dec 2020 23:52 #190799
by alkabal
Replied by alkabal on topic Non-circular boring. (Linuxcnc fun)
Hi
I come back trying to add your component to my lathe config, studying a little your code vs eoffset_per_angle,i have one questionn for knowledge : is there any reason than you not use the new official eoffset_per_angle ?
Edit at the end i see that you use the new feature (axis.x.eoffset-enable) but you load "that i think is old style loadrt offset" is there any reason than do not use "the new style loadrt eoffset_per_angle" ? i see you use offset for joint.0.motor-pos-cmd joint.0.motor-pos-fb that seem to be automatically managed with eoffset_per_angle.
Have you any new version ready to share ?
I have so much question and so much trouble for understand correctly, can you also share some Gcode exemple that you use for create bolt in one setup and for cam profile ?
For exemple i'm right thinking for lathe there is no need to use cutterdiam and toolang ?
Ps : i have try start to write a beta halfile more easy to read and include for newbee
Ps 2 : I now think loadrt offset is not used anymore but as you can see i'm a little lost
I come back trying to add your component to my lathe config, studying a little your code vs eoffset_per_angle,
Edit at the end i see that you use the new feature (axis.x.eoffset-enable) but you load "that i think is old style loadrt offset" is there any reason than do not use "the new style loadrt eoffset_per_angle" ? i see you use offset for joint.0.motor-pos-cmd joint.0.motor-pos-fb that seem to be automatically managed with eoffset_per_angle.
Have you any new version ready to share ?
I have so much question and so much trouble for understand correctly, can you also share some Gcode exemple that you use for create bolt in one setup and for cam profile ?
For exemple i'm right thinking for lathe there is no need to use cutterdiam and toolang ?
Ps : i have try start to write a beta halfile more easy to read and include for newbee
Ps 2 : I now think loadrt offset is not used anymore but as you can see i'm a little lost
Last edit: 01 Dec 2020 23:52 by alkabal.
Please Log in or Create an account to join the conversation.
02 Mar 2021 12:30 - 02 Mar 2021 12:31 #200775
by jpg
Replied by jpg on topic Non-circular boring. (Linuxcnc fun)
hello to all, I would like to try the "HAL" of skunkworks, but as I am beginner with linuxcnc, is there a tuto to make tests, here is what I know how to make at the present time.
Last edit: 02 Mar 2021 12:31 by jpg.
Please Log in or Create an account to join the conversation.
02 Mar 2021 23:19 #200850
by andypugh
Replied by andypugh on topic Non-circular boring. (Linuxcnc fun)
There are HAL tutorials and documents on the LinuxCNC web page.
That won't tell you all you need to know, but might help to frame specific questions.
See the "HAL" section here:
linuxcnc.org/docs/2.8/html/
That won't tell you all you need to know, but might help to frame specific questions.
See the "HAL" section here:
linuxcnc.org/docs/2.8/html/
Please Log in or Create an account to join the conversation.
03 Mar 2021 12:07 - 03 Mar 2021 12:31 #200893
by jpg
Replied by jpg on topic Non-circular boring. (Linuxcnc fun)
hello Andy and the whole "linux" community without you all, I couldn't have done it
As far as we are concerned here, I would like to know if the easiest way is to put the whole thing (the ALKABAL compilation) in the directory and if the GCODE can be generated by an external fao, like masterscam or other.
thank you for your help:
a link here; in French:
www.usinages.com/threads/comment-program...-excentrique.133077/
As far as we are concerned here, I would like to know if the easiest way is to put the whole thing (the ALKABAL compilation) in the directory and if the GCODE can be generated by an external fao, like masterscam or other.
thank you for your help:
a link here; in French:
www.usinages.com/threads/comment-program...-excentrique.133077/
Last edit: 03 Mar 2021 12:31 by jpg.
Please Log in or Create an account to join the conversation.
Time to create page: 23.638 seconds