Couple questions about QTPYVCP
05 Dec 2019 18:25 #152080
by KCJ
Replied by KCJ on topic Couple questions about QTPYVCP
I will take a look at making the folder location persistent in the file view.
Some of the features are still a work in progress on the VTK backplot widget. The program zoom and pan still need some work for them to work correctly.
Some of the features are still a work in progress on the VTK backplot widget. The program zoom and pan still need some work for them to work correctly.
Please Log in or Create an account to join the conversation.
06 Dec 2019 21:11 #152179
by Gnevko
Replied by Gnevko on topic Couple questions about QTPYVCP
Today I just wonted to download and install last version of qtpyvcp (development mode) with new tooltable slot but the commands:
editvcp gnevkovcp
or
editvcp probe_basic
fail with following error:
what do I wrong hier?
editvcp gnevkovcp
or
editvcp probe_basic
fail with following error:
cnc@cnc:~$ editvcp gnevkovcp
Loading YAML config file: /home/cnc/gnevkovcp/gnevkovcp/config.yml
touch-probe.diameter-offset OrderedDict([('default_value', 0.0), ('persistent', True), ('min_value', 0), ('max_value', 1)])
Loading UI file: /home/cnc/gnevkovcp/gnevkovcp/ui/mainwindow.ui
Loading QSS file: /home/cnc/gnevkovcp/gnevkovcp/ui/style.qss
Starting QtDesigner ...
Resetting rcs_errors_printed because a new NML channel is being created.
[qtpyvcp-designer.vcp_launcher][CRITICAL] Unhandled exception in qtdesigner_plugin.py line 36 (vcp_launcher.py:38)
Traceback (most recent call last):
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/qtdesigner_plugin.py", line 36, in <module>
from qtpyvcp.widgets.form_widgets.designer_plugins import *
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/form_widgets/designer_plugins.py", line 28, in <module>
from qtpyvcp.widgets.form_widgets.probe_widget.probe import SubCaller
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/form_widgets/probe_widget/probe.py", line 19, in <module>
from qtpyvcp.lib.notify import Notification, Urgency, init
ImportError: No module named notify
updating units 0
[qtpyvcp-designer.vcp_launcher][CRITICAL] Unhandled exception in qtdesigner_plugin.py line 36 (vcp_launcher.py:38)
Traceback (most recent call last):
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/qtdesigner_plugin.py", line 36, in <module>
from qtpyvcp.widgets.form_widgets.designer_plugins import *
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/form_widgets/designer_plugins.py", line 28, in <module>
from qtpyvcp.widgets.form_widgets.probe_widget.probe import SubCaller
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/form_widgets/probe_widget/probe.py", line 19, in <module>
from qtpyvcp.lib.notify import Notification, Urgency, init
ImportError: No module named notify
what do I wrong hier?
Please Log in or Create an account to join the conversation.
06 Dec 2019 22:41 - 06 Dec 2019 22:46 #152191
by Leon82
Replied by Leon82 on topic Couple questions about QTPYVCP
I updated qtpyvcp also and my machine won't go to splash screen.
It went to watchdog led on the Mesa card immediately. No error screen
Switched to axis and it's fine
It also works with some of the other qtpy samples.
Miltouch v6 doesn't work but bp touch does
It went to watchdog led on the Mesa card immediately. No error screen
Switched to axis and it's fine
It also works with some of the other qtpy samples.
Miltouch v6 doesn't work but bp touch does
Last edit: 06 Dec 2019 22:46 by Leon82.
Please Log in or Create an account to join the conversation.
06 Dec 2019 23:22 - 06 Dec 2019 23:51 #152194
by Leon82
Replied by Leon82 on topic Couple questions about QTPYVCP
i launched it from the terminal
it looks like a path may have changed?
it looks like its looking in linux cnc configs and not in the home directory
[qtpyvcp.vcp_launcher][INFO] VCP is a directory (vcp_launcher.py:128)
[qtpyvcp.vcp_launcher][ERROR] Could not load the specified VCP, make sure that the name orfile path is correct. (vcp_launcher.py:135)
Shutting down and cleaning up LinuxCNC...
task: 1293 cycles, min=0.000011, max=0.010227, avg=0.009948, 0 latency excursions (> 10x expected cycle time of 0.010000s)
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Note: Using POSIX realtime
leon@debian:~$
it looks like a path may have changed?
it looks like its looking in linux cnc configs and not in the home directory
[qtpyvcp.vcp_launcher][INFO] VCP is a directory (vcp_launcher.py:128)
[qtpyvcp.vcp_launcher][ERROR] Could not load the specified VCP, make sure that the name orfile path is correct. (vcp_launcher.py:135)
Shutting down and cleaning up LinuxCNC...
task: 1293 cycles, min=0.000011, max=0.010227, avg=0.009948, 0 latency excursions (> 10x expected cycle time of 0.010000s)
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Note: Using POSIX realtime
leon@debian:~$
Last edit: 06 Dec 2019 23:51 by Leon82.
Please Log in or Create an account to join the conversation.
07 Dec 2019 02:09 #152207
by Leon82
Replied by Leon82 on topic Couple questions about QTPYVCP
Attachments:
Please Log in or Create an account to join the conversation.
07 Dec 2019 03:37 #152212
by KCJ
Replied by KCJ on topic Couple questions about QTPYVCP
Oops, I may have introduced this bug trying to fix another without sufficient testing. Will check as soon as I get a chance. I'm freezing in Canada right now trying to fix a machine damaged in shipment...
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
07 Dec 2019 03:47 #152213
by Leon82
No problem
Replied by Leon82 on topic Couple questions about QTPYVCP
Oops, I may have introduced this bug trying to fix another without sufficient testing. Will check as soon as I get a chance. I'm freezing in Canada right now trying to fix a machine damaged in shipment...
No problem
Please Log in or Create an account to join the conversation.
07 Dec 2019 11:50 #152234
by Gnevko
Do you have also the problem with "ImportError: No module named notify"?
Replied by Gnevko on topic Couple questions about QTPYVCP
I updated qtpyvcp also and my machine won't go to splash screen.
It went to watchdog led on the Mesa card immediately. No error screen
Switched to axis and it's fine
It also works with some of the other qtpy samples.
Miltouch v6 doesn't work but bp touch does
Do you have also the problem with "ImportError: No module named notify"?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
07 Dec 2019 11:57 #152236
by tommylight
Replied by tommylight on topic Couple questions about QTPYVCP
Same here, we had 10Cm of snow 2 days ago.Oops, I may have introduced this bug trying to fix another without sufficient testing. Will check as soon as I get a chance. I'm freezing in Canada right now trying to fix a machine damaged in shipment...
Please Log in or Create an account to join the conversation.
07 Dec 2019 11:59 #152238
by Leon82
Originally I had no action after starting, from the terminal I got the one error
Replied by Leon82 on topic Couple questions about QTPYVCP
I don't think so,
I updated qtpyvcp also and my machine won't go to splash screen.
It went to watchdog led on the Mesa card immediately. No error screen
Switched to axis and it's fine
It also works with some of the other qtpy samples.
Miltouch v6 doesn't work but bp touch does
Do you have also the problem with "ImportError: No module named notify"?
Originally I had no action after starting, from the terminal I got the one error
Please Log in or Create an account to join the conversation.
Time to create page: 0.292 seconds