Limit to number of tools in tool table
10 Sep 2015 04:14 #62348
by andypugh
It's all very well voting for it, but I am not sure that it works properly, as it is just a proof of concept.
The version there uses a database structure that is nowhere near as flexible as it could be. I really think that the database should look like this:
wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase
But _look_ like the current one from the point of view of the tool editor.
(which needs to be changed to work with a database).
Replied by andypugh on topic Limit to number of tools in tool table
I vote for this also.
It's all very well voting for it, but I am not sure that it works properly, as it is just a proof of concept.
The version there uses a database structure that is nowhere near as flexible as it could be. I really think that the database should look like this:
wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase
But _look_ like the current one from the point of view of the tool editor.
(which needs to be changed to work with a database).
Please Log in or Create an account to join the conversation.
10 Sep 2015 04:41 #62349
by jtc
Replied by jtc on topic Limit to number of tools in tool table
for what I see, that concept it's not intended to use with lathes... please don't forget about lathes.
Please Log in or Create an account to join the conversation.
10 Sep 2015 04:49 #62350
by andypugh
Not so, it is entirely applicable to lathes, even dual-spindle lathes with two carousels, if need be.
I am much more a lathe user than a mill user, I will not be forgetting lathes.
Replied by andypugh on topic Limit to number of tools in tool table
for what I see, that concept it's not intended to use with lathes... please don't forget about lathes.
Not so, it is entirely applicable to lathes, even dual-spindle lathes with two carousels, if need be.
I am much more a lathe user than a mill user, I will not be forgetting lathes.
The following user(s) said Thank You: jtc
Please Log in or Create an account to join the conversation.
10 Sep 2015 04:56 #62351
by BigJohnT
I've done a lot of work with Python using databases so if you need some help in that area I'm in.
JT
Replied by BigJohnT on topic Limit to number of tools in tool table
I vote for this also.
It's all very well voting for it, but I am not sure that it works properly, as it is just a proof of concept.
The version there uses a database structure that is nowhere near as flexible as it could be. I really think that the database should look like this:
wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase
But _look_ like the current one from the point of view of the tool editor.
(which needs to be changed to work with a database).
I've done a lot of work with Python using databases so if you need some help in that area I'm in.
JT
Please Log in or Create an account to join the conversation.
- LearningLinuxCNC
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 320
- Thank you received: 48
10 Sep 2015 05:02 #62352
by LearningLinuxCNC
Replied by LearningLinuxCNC on topic Limit to number of tools in tool table
I am glad to help with testing of this. If I can help with programming I can do that also. Relatively new to python but I have coded in VB, VB.net, C, C++, Fortran ......... Not an expert but I might be able to help. I have also done quite a bit of work on database stuff.
I have never used GIT before though. That is something that I am trying to figure out.
I also need to figure out how to do a run in place configuration for testing purposes.
I have never used GIT before though. That is something that I am trying to figure out.
I also need to figure out how to do a run in place configuration for testing purposes.
The following user(s) said Thank You: jtc
Please Log in or Create an account to join the conversation.
10 Sep 2015 05:08 #62353
by jtc
see if this tutorial it's suitable for you.
www.wiki.eusurplus.com/index.php?title=LinuxCNC_Run_In_Place
João
Replied by jtc on topic Limit to number of tools in tool table
I am glad to help with testing of this. If I can help with programming I can do that also. Relatively new to python but I have coded in VB, VB.net, C, C++, Fortran ......... Not an expert but I might be able to help. I have also done quite a bit of work on database stuff.
I have never used GIT before though. That is something that I am trying to figure out.
I also need to figure out how to do a run in place configuration for testing purposes.
see if this tutorial it's suitable for you.
www.wiki.eusurplus.com/index.php?title=LinuxCNC_Run_In_Place
João
Please Log in or Create an account to join the conversation.
10 Sep 2015 05:11 #62354
by BigJohnT
Replied by BigJohnT on topic Limit to number of tools in tool table
Maybe you can help me with C++ and I can help you with Python
JT
JT
Please Log in or Create an account to join the conversation.
10 Sep 2015 05:19 #62358
by cmorley
The tooleditor I think you are referring to is written in TCL ...uggg
But the GladeVCP one is written in python (and can run stand alone too) I can modify that one for you.
(when I'm back from working away that is)
Replied by cmorley on topic Limit to number of tools in tool table
I vote for this also.
It's all very well voting for it, but I am not sure that it works properly, as it is just a proof of concept.
The version there uses a database structure that is nowhere near as flexible as it could be. I really think that the database should look like this:
wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase
But _look_ like the current one from the point of view of the tool editor.
(which needs to be changed to work with a database).
The tooleditor I think you are referring to is written in TCL ...uggg
But the GladeVCP one is written in python (and can run stand alone too) I can modify that one for you.
(when I'm back from working away that is)
Please Log in or Create an account to join the conversation.
- LearningLinuxCNC
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 320
- Thank you received: 48
10 Sep 2015 05:41 #62360
by LearningLinuxCNC
My worst programming nightmares were while I was automating Pro Engineer with C++ and the ProE API.
Pointer here, Pointer there, Horrible debugging AHHHHHHHHH! So many years ago, I had almost forgotten the horrors.
From my initial impressions and playing I like Python better!
Replied by LearningLinuxCNC on topic Limit to number of tools in tool table
Maybe you can help me with C++ and I can help you with Python
JT
My worst programming nightmares were while I was automating Pro Engineer with C++ and the ProE API.
Pointer here, Pointer there, Horrible debugging AHHHHHHHHH! So many years ago, I had almost forgotten the horrors.
From my initial impressions and playing I like Python better!
Please Log in or Create an account to join the conversation.
04 Jul 2018 19:43 - 06 Jul 2018 23:19 #113440
by ciccio85
Replied by ciccio85 on topic Limit to number of tools in tool table
Hello,
any news about this feature?
I found this workaround: github.com/LinuxCNC/linuxcnc/issues/411
and seems to work!
any news about this feature?
I found this workaround: github.com/LinuxCNC/linuxcnc/issues/411
and seems to work!
Last edit: 06 Jul 2018 23:19 by ciccio85. Reason: New information
Please Log in or Create an account to join the conversation.
Time to create page: 0.094 seconds