NativeCAM is Features renamed

More
23 Oct 2016 17:22 - 23 Oct 2016 17:24 #81967 by eFalegname
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.
Last edit: 23 Oct 2016 17:24 by eFalegname.

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

More
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
Last edit: 24 Oct 2016 20:43 by FernV.

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

More
24 Oct 2016 20:59 #82011 by vmihalca
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! :)
Attachments:

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

More
25 Oct 2016 04:04 #82025 by FernV
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.

More
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

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

More
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

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

More
03 Nov 2016 21:44 #82395 by orpheus
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

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

More
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

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

More
03 Nov 2016 23:07 #82404 by FernV
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.

More
06 Nov 2016 19:37 - 06 Nov 2016 19:45 #82516 by eFalegname
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



Attachment not found

Attachment not found

Attachments:
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.199 seconds
Powered by Kunena Forum