Bridgeport ATC Success ,.. but some Install Questi

More
15 Aug 2014 20:55 #49891 by tkamsker
Hi,
i finally did the ATC (and spindle orient) on the Bridgeport 412 only 1 small mechanical issue then it is done.
( www.cnczone.com/forums/bridgeport-hardin...teract-part-2-a.html )
but
I now use a compiled version of 2.6.2 and run in place as root.
This i should not do on that machine in that factory
so my question
which way would you suggest or have successfully used to
lets say user bp412 does autologon and has an (or 2) icon for using linuxcnc

there is still a version of emc2 on it from the live cd ,..
which i did not remove so far
any hint would be appreciated.
thx
thomas

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

More
16 Aug 2014 01:41 #49900 by cncbasher
i would just install your version and overwrite the installed and then run as usual
also stops the problem of picking the wrong version , and screwing up the machine

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

More
16 Aug 2014 17:22 #49923 by akb1212
Someone with a working ATC in LinuxCNC, great!

That gives me hope I can do it as well.

I'm not a programmer though, so finding my way through configuring this thing is prooving to be one of the greatest challenges for my retrofitting. I have a 1990 vintage Maho MH 600E BTW, with original ATC.

Could you be so kind as to post your configs so I could use them to see how you accomplished all of this? I'm sure others would also be interested in seeing how you managed to do it and get inspiration to develop their own versions based on your config.

Now I will look thoroughly through your thread about it on the zone to try to learn as much as I can on how to do it myself.

Thanks for sharing!

Anders

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

More
17 Aug 2014 01:35 #49939 by tkamsker
Hi
I intend to put the stuff Open source Anyway
IT Basically Works (i Do have 3 Open issues )
So if you need it fast write me an Mail i send you down the whole stuff
But i ll be on vacation next weeks
If it is not so urgent we Do it alternativ
Ok?
Thomas

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

More
17 Aug 2014 01:41 #49940 by tkamsker
Hi cncbasher
What exactely do you mean with installiert ?
I did not found some description How to do that

I could probably do it by feet
Make a cnc group Check right and path setting
But i hope there is a better way .. Thx Thomas

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

More
17 Aug 2014 15:53 #49966 by cncbasher
you can make a installed version of linuxcnc from your run in place version , by changing the compile options
this will install and overwrite the installed copy , then you can run as usual

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

More
17 Aug 2014 16:11 #49968 by ArcEye
Hi Thomas,

cncbasher just pinged me re this!

To make an system install version of your RIP

git clean -xdf
cd src
.autogen.sh
./configure --prefix=/usr
make
sudo make setuid
make install


I think your problems are to do with permissions and users

You would be better to create a group, create an admin user for that group, compile and install as that user and then add all operators
to that group giving them rights to the files.

Hope that helps

regards
The following user(s) said Thank You: tkamsker

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

More
17 Aug 2014 20:00 #49972 by tkamsker
i just try it now
question why is it an git clean
and not an make clean ?

just of interest thx thoms

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

More
17 Aug 2014 20:01 #49973 by ArcEye
ArcEye wrote:

I think your problems are to do with permissions and users

You would be better to create a group, create an admin user for that group, compile and install as that user and then add all operators
to that group giving them rights to the files.


I don't know if you are actually having problems with users accessing Linuxcnc or are just anticipating them.

Whilst the above is probably the technically ultra correct way of doing it, if you build as root having configured for a user install, the files that are installed should have the attributes 755.

That means that the owner has read/write and execute access and all other users have read and execute access. That should be all you need.

This print shows a few of the linuxcnc binaries from such an install, after being installed to /usr/bin

-rwxr-xr-x 1 root root 3853 Aug 2 11:05 5axhydrotelgui
-rwxr-xr-x 1 root root 3358 Aug 15 15:58 5axisgui
-rwxr-xr-x 1 root root 126312 Aug 15 15:58 axis
-rwxr-xr-x 1 root root 3204 Aug 15 15:58 axis-remote
-rwxr-xr-x 1 root root 53275 Aug 9 17:43 comp
-rwxr-xr-x 1 root root 11573 Aug 15 15:58 gladevcp
-rwxr-xr-x 1 root root 1841 Aug 15 15:58 gladevcp_demo
-rwxr-xr-x 1 root root 188169 Aug 15 15:58 gmoccapy


So your solution should be simpler than you thought.

regards

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

More
17 Aug 2014 20:05 #49974 by ArcEye

i just try it now
question why is it an git clean
and not an make clean ?


git clean will revert the repo clone back to original and removes things like the configure.log, Makefile and all the autoconf files and the like.

Just means you start with a clean slate and no danger of inadvertently using the previous configuration to build

regards

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

Time to create page: 0.273 seconds
Powered by Kunena Forum