Pncconf Wizard Error
- hhscott
- Offline
- Junior Member
Less
More
- Posts: 30
- Thank you received: 6
22 Jan 2021 16:29 #196238
by hhscott
Pncconf Wizard Error was created by hhscott
LinuxCNC OS (debian 9)
Mesa 7176e Ethernet FPGA
Hi all,
I am initializing a system (CNC Tangential Cutter) and I have having an error message reporting from Pncconf. The error occurs when I get to "A" motor and click "Test/Tune Axis" (The tangent axis). The other three axis tested/tuned normally.
PNCconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pncconf/pages.py", line 1156, in on_aaxistune_clicked
def on_aaxistune_clicked(self, *args): self.t.tune_axis('a')
File "/usr/lib/python2.7/dist-packages/pncconf/tests.py", line 496, in tune_axis
w,xtunedistunits.set_text(_("degrees"))
NameError: global name 'xtunedistunits' is not defined
Any thoughts about this?
Thanks,
HH
Mesa 7176e Ethernet FPGA
Hi all,
I am initializing a system (CNC Tangential Cutter) and I have having an error message reporting from Pncconf. The error occurs when I get to "A" motor and click "Test/Tune Axis" (The tangent axis). The other three axis tested/tuned normally.
PNCconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pncconf/pages.py", line 1156, in on_aaxistune_clicked
def on_aaxistune_clicked(self, *args): self.t.tune_axis('a')
File "/usr/lib/python2.7/dist-packages/pncconf/tests.py", line 496, in tune_axis
w,xtunedistunits.set_text(_("degrees"))
NameError: global name 'xtunedistunits' is not defined
Any thoughts about this?
Thanks,
HH
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19488
- Thank you received: 6536
22 Jan 2021 16:33 #196239
by tommylight
Replied by tommylight on topic Pncconf Wizard Error
Set it to something close to what you need, save the config on pncconf, then run LinuxCNC with the created config, on the "machine" menu there is the "calibration" entry so use that to tune and test while LinuxCNC is running. Do not forget to click on OK and "save to file" before closing the calibration window.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2075
22 Jan 2021 18:26 #196254
by cmorley
Replied by cmorley on topic Pncconf Wizard Error
is this with linuxcnc 2.8?
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2075
22 Jan 2021 18:34 #196255
by cmorley
Replied by cmorley on topic Pncconf Wizard Error
there is a fix in 2.8.1 - you need to update to get it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.059 seconds