NativeCam on LinuxCNC 2.9.3
- Giovanni
- Offline
- Junior Member
-
Less
More
- Posts: 33
- Thank you received: 22
31 Mar 2025 21:26 #325430
by Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
Yes, I am using (I used) Virtual Box as VM for test.
Is the NativeCAM path correct in the ini file?
(you could post your ini file)
Is NativeCAM runnig standalone from the command line?
As suggested by HansU, you could try to run LinuxCNC from the command line to see the errors during startup.
Is the NativeCAM path correct in the ini file?
(you could post your ini file)
Is NativeCAM runnig standalone from the command line?
As suggested by HansU, you could try to run LinuxCNC from the command line to see the errors during startup.
The following user(s) said Thank You: gmouer
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 244
- Thank you received: 9
06 Apr 2025 00:56 - 06 Apr 2025 00:57 #325788
by gmouer
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3
I recently found this thread and am extremely grateful for all the work on getting NativeCam working once again !!
I have not upgraded my linuxcnc in years because I didn't want to loose NativeCam.
I have a spare computer that I will install Linuxcnc 2.9.4 using the live ISO on tomorrow and NativeCam using the instructions posted last.
I will report back and Thanks once again !!!
I have not upgraded my linuxcnc in years because I didn't want to loose NativeCam.
I have a spare computer that I will install Linuxcnc 2.9.4 using the live ISO on tomorrow and NativeCam using the instructions posted last.
I will report back and Thanks once again !!!
Last edit: 06 Apr 2025 00:57 by gmouer.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 244
- Thank you received: 9
06 Apr 2025 12:49 - 06 Apr 2025 12:51 #325813
by gmouer
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3
Giovanni,
Can you confirm something for me? I am going to attempt installing today.
Your guide was posted here 09/feb/2025 but when I downloaded the files from the link in the guide the files are all dated 04/oct/2024. I was expecting updated files from reading this thread. I thought there were recent file updates????
Thanks much for all the work on this.
Can you confirm something for me? I am going to attempt installing today.
Your guide was posted here 09/feb/2025 but when I downloaded the files from the link in the guide the files are all dated 04/oct/2024. I was expecting updated files from reading this thread. I thought there were recent file updates????
Thanks much for all the work on this.
Last edit: 06 Apr 2025 12:51 by gmouer.
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 244
- Thank you received: 9
06 Apr 2025 15:35 #325818
by gmouer
I installed both the 2.9.4 ISO and NativeCAM using the guide posted here.
I got no error BUT I also have the NativeCAM tab showing on the axis sim screen AND mine is also a empty blank tab.
Not sure how to proceed so will watch here for updates
George
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3
i have a tab now with nativecam but its blank
this time i got right through the guide you did right to the end without errors
cheers
Andrew
I installed both the 2.9.4 ISO and NativeCAM using the guide posted here.
I got no error BUT I also have the NativeCAM tab showing on the axis sim screen AND mine is also a empty blank tab.
Not sure how to proceed so will watch here for updates
George
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 244
- Thank you received: 9
06 Apr 2025 16:28 - 06 Apr 2025 16:35 #325820
by gmouer
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3
I am having the same issue as Becksvill , that is axis launches with a NativeCAM tab but that tab is empty when opened.I ran linuxcnc from terminal as suggested, results of that terminal window attached here. I also attached the INI file for reference.
George
George
Attachments:
Last edit: 06 Apr 2025 16:35 by gmouer.
Please Log in or Create an account to join the conversation.
- Giovanni
- Offline
- Junior Member
-
Less
More
- Posts: 33
- Thank you received: 22
06 Apr 2025 17:31 #325824
by Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
It seems to me you (bothf you) have a problem showing up the interface.
Have you tried to run NativeCAM from the terminal?
Have you tried to run NativeCAM from the terminal?
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 244
- Thank you received: 9
06 Apr 2025 17:39 - 06 Apr 2025 17:44 #325825
by gmouer
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3
Yes, I tried from the terminal, same.... empty tab. I posted the results in the terminal window in my previous post. (errorfile.txt)
Also, I noticed in step 3 of the instructions aux_gladevcp is referenced but there is no such file YET the verify instructions reference gladevcp (no aux_) aux_gladevcp is again referenced in step 9.
One other observation... step 3, NativeCAM filder is copied into /gladevcp but later the ini file references the path as ncam, there does not seem to be a ncam folder. (my very old linuxcnc with nativecam has a ncam folder)
Also, I noticed in step 3 of the instructions aux_gladevcp is referenced but there is no such file YET the verify instructions reference gladevcp (no aux_) aux_gladevcp is again referenced in step 9.
One other observation... step 3, NativeCAM filder is copied into /gladevcp but later the ini file references the path as ncam, there does not seem to be a ncam folder. (my very old linuxcnc with nativecam has a ncam folder)
Last edit: 06 Apr 2025 17:44 by gmouer.
Please Log in or Create an account to join the conversation.
- Giovanni
- Offline
- Junior Member
-
Less
More
- Posts: 33
- Thank you received: 22
06 Apr 2025 18:31 #325828
by Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
I meant run NativeCAM standalone from terminal.
Yes, in step 9 there is an error. Excuse me.
No "aux_gladevcp", but "/usr/share/linuxcnc/gladevcp/", it has to be the same path referenced in step 3.
Watchng the error file you posted, it seems LinuxCNC can't load lxml module as a python module. Have you installed python3-lxml in your system?
Regards
Giovanni
Yes, in step 9 there is an error. Excuse me.
No "aux_gladevcp", but "/usr/share/linuxcnc/gladevcp/", it has to be the same path referenced in step 3.
Watchng the error file you posted, it seems LinuxCNC can't load lxml module as a python module. Have you installed python3-lxml in your system?
Regards
Giovanni
The following user(s) said Thank You: gmouer
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 244
- Thank you received: 9
06 Apr 2025 18:46 - 06 Apr 2025 18:54 #325829
by gmouer
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3
not positve about python3-lxml, I know I verified python3 was there from the fresh 2.9.4 install. I am going back into my shop right now to recheck this. Answer soon
Yes, I ran NativeCAM standalone from terminal, that was the "errorfile" I posted.
I have also ran it entering LCNC the normal way.
Yes, I ran NativeCAM standalone from terminal, that was the "errorfile" I posted.
I have also ran it entering LCNC the normal way.
Last edit: 06 Apr 2025 18:54 by gmouer. Reason: CONFIRMED!!! python3-lxml was NOT installed. It is now installed. Same empty tab, checking further now.
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 244
- Thank you received: 9
06 Apr 2025 19:03 - 06 Apr 2025 19:54 #325831
by gmouer
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3
Tried standalone NativeCAM again after installing python3-lxml. Terminal screen info attached in file
Noticed inifile =N/A in terminal. I think this is because I launched linuxcnc in terminal without specifying in some way thataxis sim is to be used.
Also tried launching Linuxcnc the normal way with axis sim selected. There is a NativeCAM tab but still remains a empty tab
Noticed inifile =N/A in terminal. I think this is because I launched linuxcnc in terminal without specifying in some way thataxis sim is to be used.
Also tried launching Linuxcnc the normal way with axis sim selected. There is a NativeCAM tab but still remains a empty tab
Attachments:
Last edit: 06 Apr 2025 19:54 by gmouer.
Please Log in or Create an account to join the conversation.
Time to create page: 0.081 seconds