NativeCam raspberry Pi 4
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2244
- Thank you received: 479
09 Jun 2017 18:03 - 09 Jun 2017 18:18 #94371
by Clive S
Replied by Clive S on topic Use NativeCAM as a deb package now
Fern Thanks for replying you are correct. For the benefit of others I had installed from standard Wheezy iso then brought it up to 2.7.9 curl was not loaded so I installed it with "sudo apt-get install curl" and then run your command line "curl -s packagecloud.io/install/repositories/Fer...iveCAM/script.deb.sh | sudo bash" without problems.
Last edit: 09 Jun 2017 18:18 by Clive S. Reason: added text
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
Less
More
- Posts: 224
- Thank you received: 7
10 Jun 2017 01:25 - 10 Jun 2017 02:03 #94379
by gmouer
Replied by gmouer on topic Use NativeCAM as a deb package now
Hi Fern,
I ran your new script you updated in post #1 of this thread. It appeared to run and install everything without error.
What is lacking is any info on where NativeCam now resides and how to launch it ! I have not deleted my old NativeCam directory just yet because I have not located the new installation ! Also, I am guessing that my old tooltable and configs were not ported into the new install and I will need to redo those along with my desktop shortcuts.
Can you give some instructions for the issues above? Also, how to launch it imbedded with the latest installations. Myself and a lot of others are not very proficient in linux operations.
thanks
George
I ran your new script you updated in post #1 of this thread. It appeared to run and install everything without error.
What is lacking is any info on where NativeCam now resides and how to launch it ! I have not deleted my old NativeCam directory just yet because I have not located the new installation ! Also, I am guessing that my old tooltable and configs were not ported into the new install and I will need to redo those along with my desktop shortcuts.
Can you give some instructions for the issues above? Also, how to launch it imbedded with the latest installations. Myself and a lot of others are not very proficient in linux operations.
thanks
George
Last edit: 10 Jun 2017 02:03 by gmouer.
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
Less
More
- Posts: 224
- Thank you received: 7
10 Jun 2017 03:12 - 10 Jun 2017 03:13 #94381
by gmouer
Replied by gmouer on topic Use NativeCAM as a deb package now
Well !!!! Just for kicks I clicked my old desktop shortcut which I believed would no longer work because of the new directory structures and such for NativeCam AND............ a window popped up telling me of the new directory structure AND asking me if I wanted to update. I clicked yes and magic happened, Linuxcnc launched with embedded nativecam. Lots of new icons in nativecam from the latest release.
It looks like I am good to go !!!
VERY nice work Fern !! Documenting some of how the new deb system will work and what to expect would save some unnecessary questions like the ones I posted.
Thanks much,
George
It looks like I am good to go !!!
VERY nice work Fern !! Documenting some of how the new deb system will work and what to expect would save some unnecessary questions like the ones I posted.
Thanks much,
George
Last edit: 10 Jun 2017 03:13 by gmouer.
Please Log in or Create an account to join the conversation.
- FernV
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 459
- Thank you received: 124
10 Jun 2017 12:32 #94389
by FernV
but like all other applications on your system, you should never access it directly
Fern
Replied by FernV on topic Use NativeCAM as a deb package now
Just for your info it is : /usr/share/linuxcnc/aux_gladevcp/NativeCAM...What is lacking is any info on where NativeCam now resides
but like all other applications on your system, you should never access it directly
In any directory just type 'ncam' or 'nativecam' without extension, just like you do with 'gedit'...and how to launch it !
Your tool table ang configs are always in the directory where your inifile is...I have not deleted my old NativeCam directory just yet because I have not located the new installation ! Also, I am guessing that my old tooltable and configs were not ported into the new install and I will need to redo those along with my desktop shortcuts.
Nothing has changed from non_deb version in the setting up of new config, type 'ncam -h' for info...Also, how to launch it imbedded with the latest installations
Fern
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Platinum Member
Less
More
- Posts: 2073
- Thank you received: 408
13 Jun 2017 17:51 #94458
by newbynobi
Replied by newbynobi on topic Use NativeCAM as a deb package now
Hallo Fern,
I just tried to install NativeCAM with your script, but the package nativecam can not be found.
Is that, because I am running Jessie?
Norbert
I just tried to install NativeCAM with your script, but the package nativecam can not be found.
gmoccapy@machinekit:~$ curl -s https://packagecloud.io/install/repositories/FernV/NativeCAM/script.deb.sh | sudo bash
Detected operating system as debian/jessie.
Checking for curl...
Detected curl...
Running apt-get update... done.
Installing debian-archive-keyring which is needed for installing
apt-transport-https on many Debian systems.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/FernV_NativeCAM.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
The repository is setup! You can now install packages.
gmoccapy@machinekit:~$ sudo apt-get install nativecam
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
E: Paket nativecam kann nicht gefunden werden.
Is that, because I am running Jessie?
Norbert
Please Log in or Create an account to join the conversation.
- eFalegname
- Offline
- Elite Member
Less
More
- Posts: 253
- Thank you received: 30
13 Jun 2017 18:05 - 13 Jun 2017 18:06 #94461
by eFalegname
Replied by eFalegname on topic Use NativeCAM as a deb package now
Hi Fern! I've got the same message in ubuntu 10.04. Maybe because my old ubuntu is not supported at all.Is it?
Last edit: 13 Jun 2017 18:06 by eFalegname.
Please Log in or Create an account to join the conversation.
- FernV
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 459
- Thank you received: 124
13 Jun 2017 18:05 #94463
by FernV
Hi Norbert,
The package is registered as a wheezy though it is the same for all.
I will make it available for at least Jessie or better 'all' if possible on packagecloud.io
It will be done in 5 hours from now.
Fern
Replied by FernV on topic Use NativeCAM as a deb package now
Hallo Fern,
I just tried to install NativeCAM with your script, but the package nativecam can not be found.
Is that, because I am running Jessie?
Hi Norbert,
The package is registered as a wheezy though it is the same for all.
I will make it available for at least Jessie or better 'all' if possible on packagecloud.io
It will be done in 5 hours from now.
Fern
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Platinum Member
Less
More
- Posts: 2073
- Thank you received: 408
13 Jun 2017 18:54 #94471
by newbynobi
Replied by newbynobi on topic Use NativeCAM as a deb package now
Hallo Fern,
I just changed the jessie part to wheezy in synaptic
I was able to install and use it within gmoccapy.
In your docu you write the -t parameter will only work with axis, but I tried with gmoccapy that parameter and it seem to work.
After the first part in sim config i found, that the program won't run with your sample gmoccapy mill mm config, as you missed to include sim_spindle.hal, so you will never get a spindle_on_speed signal. Also the macros has been disabled, they can work besides NativeCAM, without giving any trouble. I also added the gmoccapy_postgui.hal file, as that one does link the spindle at speed LED, the feedback bar and it does enable also the tool change dialog.
Please find attached my config folder. I would thank if you do change the sim config to include also the disabled gmoccapy features.
Norbert
I just changed the jessie part to wheezy in synaptic
I was able to install and use it within gmoccapy.
In your docu you write the -t parameter will only work with axis, but I tried with gmoccapy that parameter and it seem to work.
After the first part in sim config i found, that the program won't run with your sample gmoccapy mill mm config, as you missed to include sim_spindle.hal, so you will never get a spindle_on_speed signal. Also the macros has been disabled, they can work besides NativeCAM, without giving any trouble. I also added the gmoccapy_postgui.hal file, as that one does link the spindle at speed LED, the feedback bar and it does enable also the tool change dialog.
Please find attached my config folder. I would thank if you do change the sim config to include also the disabled gmoccapy features.
Norbert
Please Log in or Create an account to join the conversation.
- FernV
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 459
- Thank you received: 124
13 Jun 2017 23:18 #94490
by FernV
Others will be added on request or if I find to add for '_all' distributions
Fern
Replied by FernV on topic Use NativeCAM as a deb package now
Try now, it is available for Wheezy, Jessie, Lucid and Trusty.Hi Fern! I've got the same message in ubuntu 10.04. Maybe because my old ubuntu is not supported at all.Is it?
Others will be added on request or if I find to add for '_all' distributions
Fern
Please Log in or Create an account to join the conversation.
- FernV
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 459
- Thank you received: 124
13 Jun 2017 23:42 #94493
by FernV
If someone would like to see it with all features supplied with gmoccapy, he could simply run
$ ncam -i path/to/gmoccapy/examples/mill.ini
then
$ linuxcnc path/to/gmoccapy/examples/mill.ini
Regards
Fern
Replied by FernV on topic Use NativeCAM as a deb package now
Thanks for the tip...I just changed the jessie part to wheezy in synaptic
I was able to install and use it within gmoccapy.
The -t or --tab has effect only with axisIn your docu you write the -t parameter will only work with axis, but I tried with gmoccapy that parameter and it seem to work.
The reason is avoiding confusion by showing only features that are part of NativeCAMAfter the first part in sim config i found, that the program won't run with your sample gmoccapy mill mm config, as you missed to include sim_spindle.hal, so you will never get a spindle_on_speed signal. Also the macros has been disabled, they can work besides NativeCAM, without giving any trouble. I also added the gmoccapy_postgui.hal file, as that one does link the spindle at speed LED, the feedback bar and it does enable also the tool change dialog.
Please find attached my config folder. I would thank if you do change the sim config to include also the disabled gmoccapy features.
If someone would like to see it with all features supplied with gmoccapy, he could simply run
$ ncam -i path/to/gmoccapy/examples/mill.ini
then
$ linuxcnc path/to/gmoccapy/examples/mill.ini
Regards
Fern
Please Log in or Create an account to join the conversation.
Time to create page: 0.086 seconds