Valid Arc Lost, Thcad 300 config & Plasmac override
29 Mar 2020 10:57 #161947
by CNCFred
Replied by CNCFred on topic Valid Arc Lost, Thcad 300 config & Plasmac override
I copied the master branch and compiled it to a package back in Jan ..
Now I do only updates to some files.(update is not working)..I am using a self installed debain 10 .
Maybe I should do a new download and compile it again...
since I use for my config github, I can easily refert my changes.......definately the new plasmac_config.py gives me an error..
will compile a new LINUXCNC package.
gladevcp: trouble looking for handlers in 'plasmac_config': 'NoneType' object has no attribute 'set_digits'
Traceback (most recent call last):
File "/usr/bin/gladevcp", line 129, in load_handlers
objlist = h(halcomp,builder,useropts)
File "./plasmac_config.py", line 345, in get_handlers
return [HandlerClass(halcomp,builder,useropts)]
File "./plasmac_config.py", line 338, in __init__
self.configure_widgets()
File "./plasmac_config.py", line 59, in configure_widgets
self.builder.get_object('spotting-threshold').set_digits(1)
AttributeError: 'NoneType' object has no attribute 'set_digits'
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_setupFeedRate_value_changed'
builder.connect_signals(handlers)
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_save_clicked'
builder.connect_signals(handlers)
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_reload_clicked'
builder.connect_signals(handlers)
Shutting down and cleaning up LinuxCNC...
task: 1242 cycles, min=0.000009, max=0.011076, avg=0.009819, 0 latency excursions (> 10x expected cycle time of 0.010000s)
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Note: Using POSIX realtime
thank you...
Now I do only updates to some files.(update is not working)..I am using a self installed debain 10 .
Maybe I should do a new download and compile it again...
since I use for my config github, I can easily refert my changes.......definately the new plasmac_config.py gives me an error..
will compile a new LINUXCNC package.
gladevcp: trouble looking for handlers in 'plasmac_config': 'NoneType' object has no attribute 'set_digits'
Traceback (most recent call last):
File "/usr/bin/gladevcp", line 129, in load_handlers
objlist = h(halcomp,builder,useropts)
File "./plasmac_config.py", line 345, in get_handlers
return [HandlerClass(halcomp,builder,useropts)]
File "./plasmac_config.py", line 338, in __init__
self.configure_widgets()
File "./plasmac_config.py", line 59, in configure_widgets
self.builder.get_object('spotting-threshold').set_digits(1)
AttributeError: 'NoneType' object has no attribute 'set_digits'
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_setupFeedRate_value_changed'
builder.connect_signals(handlers)
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_save_clicked'
builder.connect_signals(handlers)
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_reload_clicked'
builder.connect_signals(handlers)
Shutting down and cleaning up LinuxCNC...
task: 1242 cycles, min=0.000009, max=0.011076, avg=0.009819, 0 latency excursions (> 10x expected cycle time of 0.010000s)
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Note: Using POSIX realtime
thank you...
Please Log in or Create an account to join the conversation.
29 Mar 2020 11:05 - 29 Mar 2020 11:15 #161949
by rodw
Replied by rodw on topic Valid Arc Lost, Thcad 300 config & Plasmac override
I would recompile and rerun the configurator and upgrade your plasmac. make a copy of your config folder first.
All you need to do is:
Then run the configurator.
All you need to do is:
cd ~/plasmac-dev/src
git pull
make
sudo make setuid
Then run the configurator.
Last edit: 29 Mar 2020 11:15 by rodw.
The following user(s) said Thank You: CNCFred
Please Log in or Create an account to join the conversation.
29 Mar 2020 11:13 #161950
by phillc54
Replied by phillc54 on topic Valid Arc Lost, Thcad 300 config & Plasmac override
You need to run make after the pull
The following user(s) said Thank You: CNCFred
Please Log in or Create an account to join the conversation.
29 Mar 2020 11:16 #161952
by rodw
Replied by rodw on topic Valid Arc Lost, Thcad 300 config & Plasmac override
Oops, fixed!You need to run make after the pull
The following user(s) said Thank You: CNCFred
Please Log in or Create an account to join the conversation.
29 Mar 2020 11:19 #161953
by phillc54
Replied by phillc54 on topic Valid Arc Lost, Thcad 300 config & Plasmac override
You really shouldn't copy files, there should only be links in your config directory to the required PlasmaC files. When you want to update LinuxCNC or PlasmaC do it like Rod has posted. Run the Configurator this time like Rod suggested and from now on PlasmaC will automatically update itself if it needs to after a LinuxCNC update.Now I do only updates to some files.(update is not working)..I am using a self installed debain 10 .
The following user(s) said Thank You: CNCFred
Please Log in or Create an account to join the conversation.
29 Mar 2020 11:26 #161955
by CNCFred
Replied by CNCFred on topic Valid Arc Lost, Thcad 300 config & Plasmac override
I did like on your homepage described:
gnipsel.com/linuxcnc/uspace/debian10-emc.html
I made a deb package . then installed the package.
I don't have plasmac-dev .
should I use a different installation procedure?
gnipsel.com/linuxcnc/uspace/debian10-emc.html
I made a deb package . then installed the package.
I don't have plasmac-dev .
should I use a different installation procedure?
Please Log in or Create an account to join the conversation.
29 Mar 2020 11:37 - 29 Mar 2020 11:38 #161957
by phillc54
Replied by phillc54 on topic Valid Arc Lost, Thcad 300 config & Plasmac override
That's not mine nor is it recommended if you use GladeVCP or Gscreen. They want you to use qtpyvcp.
There is no plasma-dev.
That is why you can't update. You would need to build a package and install the package every time you want to update.
You would be better of with an image from Rob.
forum.linuxcnc.org/9-installing-linuxcnc...with-linuxcnc#157411
There is no plasma-dev.
That is why you can't update. You would need to build a package and install the package every time you want to update.
You would be better of with an image from Rob.
forum.linuxcnc.org/9-installing-linuxcnc...with-linuxcnc#157411
Last edit: 29 Mar 2020 11:38 by phillc54.
The following user(s) said Thank You: CNCFred
Please Log in or Create an account to join the conversation.
29 Mar 2020 12:10 #161960
by CNCFred
Replied by CNCFred on topic Valid Arc Lost, Thcad 300 config & Plasmac override
I know Rob's images, but like my own setup of OS for my hardware.
so if I just clone github.com/LinuxCNC/linuxcnc
and compile and setup , this should be ok ...right?
thank you
so if I just clone github.com/LinuxCNC/linuxcnc
and compile and setup , this should be ok ...right?
thank you
Please Log in or Create an account to join the conversation.
29 Mar 2020 12:39 #161962
by CNCFred
Replied by CNCFred on topic Valid Arc Lost, Thcad 300 config & Plasmac override
Please Log in or Create an account to join the conversation.
29 Mar 2020 13:11 - 29 Mar 2020 13:29 #161967
by CNCFred
Replied by CNCFred on topic Valid Arc Lost, Thcad 300 config & Plasmac override
funny Sunday...
Phill, I am an IT guy...now I know how people must feel when they approach me and I say..everything is working..
installed buildbot linuxcnc...as above, super!!! all settings in config are there..but
the probe button does not work...and
with humorous greetings...
plasma pulse works...home ..all except...
*** pause-at-end missing from plasmathc_run.cfg
*** thc-mode missing from plasmathc_run.cfg
56623107
58720259
62914563
65011715
after the second start of linuxcnc all settings are there ....and I CAN MAKE A CUT >...YEA on second start of torch , but it did start...>>>
Phill, I am an IT guy...now I know how people must feel when they approach me and I say..everything is working..
installed buildbot linuxcnc...as above, super!!! all settings in config are there..but
the probe button does not work...and
with humorous greetings...
plasma pulse works...home ..all except...
*** pause-at-end missing from plasmathc_run.cfg
*** thc-mode missing from plasmathc_run.cfg
56623107
58720259
62914563
65011715
after the second start of linuxcnc all settings are there ....and I CAN MAKE A CUT >...YEA on second start of torch , but it did start...>>>
Last edit: 29 Mar 2020 13:29 by CNCFred.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.117 seconds