Error Recovery

More
30 Jun 2020 22:54 #173231 by tommylight
Replied by tommylight on topic Error Recovery
No mistake, buildbot is the same as RIP, give or take a day or two.
RIP is for developers, who change a lot of things and test, other than stuff on hal and ini files.

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 22:57 #173233 by snowgoer540
Replied by snowgoer540 on topic Error Recovery

No mistake, buildbot is the same as RIP, give or take a day or two.
RIP is for developers, who change a lot of things and test, other than stuff on hal and ini files.


Right, but earlier in this thread Phill gave me instructions as to how to check out his git with the error recovery... how would I do that with a build bot version?

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:00 #173235 by tommylight
Replied by tommylight on topic Error Recovery
Yea that might need RIP as i am not sure it is already pulled to the release and consequently in the buildbot version.

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:02 #173236 by tommylight
Replied by tommylight on topic Error Recovery
BTW you can have the buildbot and the RIP version on the same computer, just pull with git and follow instructions to build and run.

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:23 #173243 by snowgoer540
Replied by snowgoer540 on topic Error Recovery

BTW you can have the buildbot and the RIP version on the same computer, just pull with git and follow instructions to build and run.


So, is there a way to do a RIP version of 2.8? I followed the directions below, and it put 2.9 on ...

linuxcnc.org/docs/2.8/html/code/building...cnc.html#Quick-Start

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:23 #173244 by phillc54
Replied by phillc54 on topic Error Recovery

Actually, I take that back, it does work, but only between M3 commands. Where I can go forward indefinitely as long as I hold down on forward, Reverse does not work the same way. It will only reverse me to the beginning of the G1 or G0 command. If It gets to the next line, it wont go back further. Is that how it's supposed to work?

Yes, it will only reverse up to the start of the current cut but will move forward to the end of the job. PlasmaC has no influence on how that works.


Sorry to rapid-fire posts. I went to 2.8 so that we can be testing the same version. I wasnt thinking and did the build-bot installation. That was a mistake wasnt it... I need to do the RIP installation to check this back out and keep testing, correct?

For testing it is probably best if you do a RIP build of the phillc54/cut-recovery branch then it won't intefere with your Buildbot install.

You could if you really wanted to use the Buildbot scratch builds but they will overwrite your current Buildbot install and you would need to revert after testing. The Sstretch builds are here
The Stretch buildbot packages are :
2.8
master

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:26 - 30 Jun 2020 23:42 #173245 by phillc54
Replied by phillc54 on topic Error Recovery

BTW you can have the buildbot and the RIP version on the same computer, just pull with git and follow instructions to build and run.


So, is there a way to do a RIP version of 2.8? I followed the directions below, and it put 2.9 on ...

linuxcnc.org/docs/2.8/html/code/building...cnc.html#Quick-Start


You would need to add a couple of commands:
> git clone git://github.com/linuxcnc/linuxcnc.git linuxcnc-dev
> cd linuxcnc-dev/src
> git checkout phillc54/cut-recovery-28 (or phillc54/cut-recovery-master)
> ./autogen.sh
> ./configure --with-realtime=uspace
> make
> sudo make setuid
Last edit: 30 Jun 2020 23:42 by phillc54.

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:34 - 30 Jun 2020 23:41 #173246 by snowgoer540
Replied by snowgoer540 on topic Error Recovery

> git clone git://github.com/linuxcnc/linuxcnc.git linuxcnc-dev
> cd linuxcnc-dev/src
> git checkout phillc54/cut-recovery-28 (or phillc54/cut-recovery-master)
> make clean
> ./autogen.sh
> ./configure --with-realtime=uspace
> make


I get this error after typing "make clean"

Makefile:71: Makefile.inc: No such file or directory
Makefile:82: *** Makefile.inc must specify RTPREFIX and other variables. Stop.
Last edit: 30 Jun 2020 23:41 by phillc54.

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:36 - 30 Jun 2020 23:39 #173247 by phillc54
Replied by phillc54 on topic Error Recovery
I probably shouldn't have put that in, you only need to do that if you have switched branches etc, not on the first build

EDIT: I should have added "sudo make setuid" at the end...
Last edit: 30 Jun 2020 23:39 by phillc54.

Please Log in or Create an account to join the conversation.

More
30 Jun 2020 23:48 #173249 by snowgoer540
Replied by snowgoer540 on topic Error Recovery

I probably shouldn't have put that in, you only need to do that if you have switched branches etc, not on the first build

EDIT: I should have added "sudo make setuid" at the end...


Easy enough to fix. So I have it all loaded up, running. But the Cut Recovery button stays greyed out now...any ideas why?

Do I need to run the configurator from the new linuxcnc-dev folder to change my links?

Please Log in or Create an account to join the conversation.

Moderators: snowgoer540
Time to create page: 0.182 seconds
Powered by Kunena Forum