NativeCAM is Features renamed
- eFalegname
- Offline
- Elite Member
Less
More
- Posts: 253
- Thank you received: 30
23 Oct 2016 17:22 - 23 Oct 2016 17:24 #81967
by eFalegname
Replied by eFalegname on topic NativeCAM is Features renamed
Thanks newbynobi. I realized that the file does not exist, and in fact I checked and so.
I made several attempts installing and reinstalling NativeCAM, but I would not know how to remedy this situation.
I made several attempts installing and reinstalling NativeCAM, but I would not know how to remedy this situation.
Last edit: 23 Oct 2016 17:24 by eFalegname.
Please Log in or Create an account to join the conversation.
24 Oct 2016 20:22 - 24 Oct 2016 20:43 #82006
by FernV
Replied by FernV on topic NativeCAM is Features renamed
HI,
This error has been reported to me before. The problem is in setup.py and I will check this when I am back next week.
Since I can not reproduce it I need the messages when you run it with "c" then without
Your log shows : SYS_DIR = /usr/lib/pymodules/python2.6/gladevcp
that is not right it should be : /home/ef/linuxcnc/configs/NativeCAM
I do not know why it is like that please post messages from setup.py
Regards
Fern
This error has been reported to me before. The problem is in setup.py and I will check this when I am back next week.
Since I can not reproduce it I need the messages when you run it with "c" then without
Your log shows : SYS_DIR = /usr/lib/pymodules/python2.6/gladevcp
that is not right it should be : /home/ef/linuxcnc/configs/NativeCAM
I do not know why it is like that please post messages from setup.py
Regards
Fern
Last edit: 24 Oct 2016 20:43 by FernV.
Please Log in or Create an account to join the conversation.
24 Oct 2016 20:59 #82011
by vmihalca
Replied by vmihalca on topic NativeCAM is Features renamed
I'm trying the OD turning routine, I've eliminated the flood commands from it and now I get: bad 'y' character near line 445
I've inspected the ngc file with kate editor, and I see nothing suspect, and no 'y' character near that line.
On a forum someone was saying that that error might occur because somewhere in the file, there is an instruction to move on the Y axis that does not exist on the lathe. I'm not quite familiar with gcode syntax yet so I wasn't able to spot any potential error.
I have also attached the ncam file if someone can give an opinion.
Thanks!
I've inspected the ngc file with kate editor, and I see nothing suspect, and no 'y' character near that line.
On a forum someone was saying that that error might occur because somewhere in the file, there is an instruction to move on the Y axis that does not exist on the lathe. I'm not quite familiar with gcode syntax yet so I wasn't able to spot any potential error.
I have also attached the ncam file if someone can give an opinion.
Thanks!
Please Log in or Create an account to join the conversation.
25 Oct 2016 04:04 #82025
by FernV
As you see it is running the compiled version
/usr/lib/pymodules/python2.6/gladevcp/ncam.pyc
Try this : delete it with 'sudo rm /usr/lib/pymodules/python2.6/gladevcp/ncam.pyc'
Close this terminal and reopen a new one WITHOUT sudo privileges in
/home/ef/linuxcnc/configs/NativeCAM/
Try NativeCAM stand-alone and embedded
Fern
Replied by FernV on topic NativeCAM is Features renamed
I made several attempts installing and reinstalling NativeCAM, but I would not know how to remedy this situation.
As you see it is running the compiled version
/usr/lib/pymodules/python2.6/gladevcp/ncam.pyc
Try this : delete it with 'sudo rm /usr/lib/pymodules/python2.6/gladevcp/ncam.pyc'
Close this terminal and reopen a new one WITHOUT sudo privileges in
/home/ef/linuxcnc/configs/NativeCAM/
Try NativeCAM stand-alone and embedded
Fern
Please Log in or Create an account to join the conversation.
25 Oct 2016 04:26 #82026
by FernV
Replied by FernV on topic NativeCAM is Features renamed
HI
The message says 'near line 445'
I can not read line numbers on my mobile but if it is near 'O<lathe-multipass>' the error comes from there
Read that subroutine carefully and all subroutines it calls specially the 'O<goto>' calls
Fern
The message says 'near line 445'
I can not read line numbers on my mobile but if it is near 'O<lathe-multipass>' the error comes from there
Read that subroutine carefully and all subroutines it calls specially the 'O<goto>' calls
Fern
Please Log in or Create an account to join the conversation.
01 Nov 2016 07:18 #82295
by FernV
Replied by FernV on topic NativeCAM is Features renamed
Hi,
With some distros, python create a bytecode file ncam.pyc and execute NativeCAM from that file
instead of the link created to ncam.py
ncam sets SYS_DIR as the directory from the executed file,
SYS_DIR = '/usr/lib/pymodules/python2.7/gladevcp' when using ncam.pyc
and
SYS_DIR = '/home/fernand/Developpement/git/ncam' when using the link to ncam.py
When using '/usr/lib/pymodules/python2.7/gladevcp' it can not find the sub-directories needed
ncam now tries to find the realpath to ncam.py link instead of the executed file
Since that problem does not happen on my pc which distro is Debian Wheezy 32,
I can not test if the issue is solved that way and can only rely on your feed back.
The update also gives the possibility to rename a feature in the master tree view with context menu
and any comments added will be visible in ncam.ngc
Best regards
Fern
With some distros, python create a bytecode file ncam.pyc and execute NativeCAM from that file
instead of the link created to ncam.py
ncam sets SYS_DIR as the directory from the executed file,
SYS_DIR = '/usr/lib/pymodules/python2.7/gladevcp' when using ncam.pyc
and
SYS_DIR = '/home/fernand/Developpement/git/ncam' when using the link to ncam.py
When using '/usr/lib/pymodules/python2.7/gladevcp' it can not find the sub-directories needed
ncam now tries to find the realpath to ncam.py link instead of the executed file
Since that problem does not happen on my pc which distro is Debian Wheezy 32,
I can not test if the issue is solved that way and can only rely on your feed back.
The update also gives the possibility to rename a feature in the master tree view with context menu
and any comments added will be visible in ncam.ngc
Best regards
Fern
Please Log in or Create an account to join the conversation.
03 Nov 2016 21:44 #82395
by orpheus
Replied by orpheus on topic NativeCAM is Features renamed
Really like this for quick one-off pieces on my retrofitted mill, but one hopefully quick question:
I have only a small 15" monitor, with limited screen resolution - To have NativeCAM running at the side of Axis isn't viable - is it possible to run it in its own Axis Tab? I've tried the usual methods, but it just doesn't seem to want to integrate this way
I have only a small 15" monitor, with limited screen resolution - To have NativeCAM running at the side of Axis isn't viable - is it possible to run it in its own Axis Tab? I've tried the usual methods, but it just doesn't seem to want to integrate this way
Please Log in or Create an account to join the conversation.
03 Nov 2016 22:37 #82398
by FernV
Replied by FernV on topic NativeCAM is Features renamed
Hi,
I just pushed initial setup for plasma cutting. Information is in the README.md file
I do not have a plasma system but I used my mill to check if it was working as expected.
After the tip is in position it issues a 'M3 S1000' command then start moving. When the figure is complete,
M5 is sent then the tip is repositionned and the next figure is cut.
If you are a plasma system user I would be happy if you want to test it and give feedback to continue development.
I included a 'plasma test' and 'plasma demo' files
I do not want to publish a video until someone tells me it is OK
Regards
Fern
I just pushed initial setup for plasma cutting. Information is in the README.md file
I do not have a plasma system but I used my mill to check if it was working as expected.
After the tip is in position it issues a 'M3 S1000' command then start moving. When the figure is complete,
M5 is sent then the tip is repositionned and the next figure is cut.
If you are a plasma system user I would be happy if you want to test it and give feedback to continue development.
I included a 'plasma test' and 'plasma demo' files
I do not want to publish a video until someone tells me it is OK
Regards
Fern
Please Log in or Create an account to join the conversation.
03 Nov 2016 23:07 #82404
by FernV
Hi
This question was asked and answered at
forum.linuxcnc.org/40-subroutines-and-ng...cgui?start=320#80834
and the following
Fern
Replied by FernV on topic NativeCAM is Features renamed
Really like this for quick one-off pieces on my retrofitted mill, but one hopefully quick question:
I have only a small 15" monitor, with limited screen resolution - To have NativeCAM running at the side of Axis isn't viable - is it possible to run it in its own Axis Tab? I've tried the usual methods, but it just doesn't seem to want to integrate this way
Hi
This question was asked and answered at
forum.linuxcnc.org/40-subroutines-and-ng...cgui?start=320#80834
and the following
Fern
Please Log in or Create an account to join the conversation.
- eFalegname
- Offline
- Elite Member
Less
More
- Posts: 253
- Thank you received: 30
06 Nov 2016 19:37 - 06 Nov 2016 19:45 #82516
by eFalegname
Replied by eFalegname on topic NativeCAM is Features renamed
Hello Fern, I apologize for not writing before, I haven't been able to operate with NativeCAM despite following your reccomendations. Thanks very much for your time, I hope for a solution as I'm very excited to start working with this nice program.
Floris
Floris
Attachment not found
Attachment not found
Last edit: 06 Nov 2016 19:45 by eFalegname.
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds