5 AXIS?
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10739
- Thank you received: 3543
01 Aug 2020 03:35 #176737
by rodw
Replied by rodw on topic 5 AXIS?
You need to review this line as pid.b is not loaded.
In the next few days, I think the devs will release 2.8 which will become the distribution versions so yes, it should be much simpler soon!
loadrt pid names=pid.x,pid.y,pid.z,pid.a,pid.s
In the next few days, I think the devs will release 2.8 which will become the distribution versions so yes, it should be much simpler soon!
Please Log in or Create an account to join the conversation.
- eighthaxis
- Offline
- Premium Member
Less
More
- Posts: 84
- Thank you received: 8
01 Aug 2020 03:43 #176740
by eighthaxis
Replied by eighthaxis on topic 5 AXIS?
Thanks for responding so fast Peter.
I will modify per your suggestion tomorrow and get back to you.
I will modify per your suggestion tomorrow and get back to you.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- eighthaxis
- Offline
- Premium Member
Less
More
- Posts: 84
- Thank you received: 8
01 Aug 2020 03:45 #176742
by eighthaxis
Replied by eighthaxis on topic 5 AXIS?
Thanks you for your input as well rodw.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19411
- Thank you received: 6507
01 Aug 2020 08:58 #176764
by tommylight
forum.linuxcnc.org/9-installing-linuxcnc...onic-beaver-mint-iso
Installation instructions for Mint 19.3:
forum.linuxcnc.org/9-installing-linuxcnc...nd-easy-installation
Installation instructions for Mint 20 :
forum.linuxcnc.org/9-installing-linuxcnc...-nearly-easy-install
Installation instructions for Debian 10.4
forum.linuxcnc.org/9-installing-linuxcnc...ick-and-easy-install
Replied by tommylight on topic 5 AXIS?
Ready made image is here:Can't someone just make an image that has LinuxCNC working already?
forum.linuxcnc.org/9-installing-linuxcnc...onic-beaver-mint-iso
Installation instructions for Mint 19.3:
forum.linuxcnc.org/9-installing-linuxcnc...nd-easy-installation
Installation instructions for Mint 20 :
forum.linuxcnc.org/9-installing-linuxcnc...-nearly-easy-install
Installation instructions for Debian 10.4
forum.linuxcnc.org/9-installing-linuxcnc...ick-and-easy-install
The following user(s) said Thank You: eighthaxis
Please Log in or Create an account to join the conversation.
- eighthaxis
- Offline
- Premium Member
Less
More
- Posts: 84
- Thank you received: 8
01 Aug 2020 17:03 #176798
by eighthaxis
Replied by eighthaxis on topic 5 AXIS?
Thanks Tommy.
My understanding from the Buildbot page is that 2.9 is unstable so I assumed 2.8 is the best to use since it says it is stable. Is my thinking off here?
Aren't all of these images only for 2.9 to work?
Maybe it would be a good idea to talk to whoever maintains linuxcnc.org website and put your easy install links in the download section for noobs like me not to have to waste 2 days trying to get things installed.
My understanding from the Buildbot page is that 2.9 is unstable so I assumed 2.8 is the best to use since it says it is stable. Is my thinking off here?
Aren't all of these images only for 2.9 to work?
Maybe it would be a good idea to talk to whoever maintains linuxcnc.org website and put your easy install links in the download section for noobs like me not to have to waste 2 days trying to get things installed.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19411
- Thank you received: 6507
01 Aug 2020 17:51 #176804
by tommylight
It would be very useful if users of LinuxCNC would use 2.8 for production machines and master for hobby/tinkering/experimenting/finding and fixing bugs/adding functionality.
Replied by tommylight on topic 5 AXIS?
That is correct, 2.8 is stable and soon to be released, 2.9 or master is still under heavy development and may contain bugs.My understanding from the Buildbot page is that 2.9 is unstable so I assumed 2.8 is the best to use since it says it is stable.
It would be very useful if users of LinuxCNC would use 2.8 for production machines and master for hobby/tinkering/experimenting/finding and fixing bugs/adding functionality.
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10739
- Thank you received: 3543
01 Aug 2020 21:34 #176813
by rodw
Replied by rodw on topic 5 AXIS?
I think this has been a difficult time in linuxcnc history. A move to update the release from 2.7 to 2.8 started a couple of years ago. At that time there was 2.7 and master branch as it should be (a release branch and a development branch). So a new branch 2.8 was quarantined off from master branch pending that update. (That meant there were 3 branches)
The devs hit lots of roadblocks getting the release done and not a lot of it was Linuxcnc's fault. Lots of changes to Linux kernels, the underlying distribution going end of life and retirement of Python 2 which is replaced replaced with version 3 all played their part.
Today, they are on the cusp of releasing V 2.8 as the official release which will return back to the 2 release model.
I don't think master branch is something to be afraid of. I've been using that for about 4 years becasue there were features in it that I needed to use. (at the time master was set to V 2.8). Yes sometimes something breaks but I find that issues are identified and fixed quickly and changes are incorporated almost daily. You don't have to upgrade if you don't want to. Right now there has been a big change to adopt Python 3 but it was done a few months ago so I think most of the bugs are ironed out by now. I still use master branch on my machine and pick the times I upgrade.
The devs hit lots of roadblocks getting the release done and not a lot of it was Linuxcnc's fault. Lots of changes to Linux kernels, the underlying distribution going end of life and retirement of Python 2 which is replaced replaced with version 3 all played their part.
Today, they are on the cusp of releasing V 2.8 as the official release which will return back to the 2 release model.
I don't think master branch is something to be afraid of. I've been using that for about 4 years becasue there were features in it that I needed to use. (at the time master was set to V 2.8). Yes sometimes something breaks but I find that issues are identified and fixed quickly and changes are incorporated almost daily. You don't have to upgrade if you don't want to. Right now there has been a big change to adopt Python 3 but it was done a few months ago so I think most of the bugs are ironed out by now. I still use master branch on my machine and pick the times I upgrade.
Please Log in or Create an account to join the conversation.
- eighthaxis
- Offline
- Premium Member
Less
More
- Posts: 84
- Thank you received: 8
02 Aug 2020 16:02 #176899
by eighthaxis
Replied by eighthaxis on topic 5 AXIS?
Maybe I will make a second partition for experimenting with 2.9.
What are the biggest advantages of 2.9 over 2.8?
What are the biggest advantages of 2.9 over 2.8?
Please Log in or Create an account to join the conversation.
- eighthaxis
- Offline
- Premium Member
Less
More
- Posts: 84
- Thank you received: 8
02 Aug 2020 16:07 #176900
by eighthaxis
Replied by eighthaxis on topic 5 AXIS?
Please Log in or Create an account to join the conversation.
- eighthaxis
- Offline
- Premium Member
Less
More
- Posts: 84
- Thank you received: 8
02 Aug 2020 16:14 #176901
by eighthaxis
Replied by eighthaxis on topic 5 AXIS?
Just updated HALUI Signals
Still same error but says 2380 instead of 1890
Still same error but says 2380 instead of 1890
Please Log in or Create an account to join the conversation.
Moderators: newbynobi, HansU
Time to create page: 0.156 seconds