XHC-WHB04B-6 - Handwheel doesn´t respond
- Cadic
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
04 Mar 2021 21:39 #201053
by Cadic
XHC-WHB04B-6 - Handwheel doesn´t respond was created by Cadic
Hi there.
I´ve got problem with hxc-whb04b-6 handwheel. I try install it according to the instruction from video
of talla83 () - everything goes well, but at the end, if I
try to start LinuxCNC, 95 percent of lines report an error - halui.machine.on does not exist, halui.mode.is-manual
does not exist etc.etc.etc.)
So I try to remove that halui line and LinuxCNC works, but handwheel not.
In hal configuration every single button works red/yellow light, but only jog counts not. If i try in terminal command
xhc−whb04b−6 −ue , everything respond. But if I start linuxcnc, handwheel does nothing. On handwheel display I can
change axes etc. but machine doesn´t move.
I attach my files below.
Can someone please help me? Thanks.
I´ve got problem with hxc-whb04b-6 handwheel. I try install it according to the instruction from video
of talla83 () - everything goes well, but at the end, if I
try to start LinuxCNC, 95 percent of lines report an error - halui.machine.on does not exist, halui.mode.is-manual
does not exist etc.etc.etc.)
So I try to remove that halui line and LinuxCNC works, but handwheel not.
In hal configuration every single button works red/yellow light, but only jog counts not. If i try in terminal command
xhc−whb04b−6 −ue , everything respond. But if I start linuxcnc, handwheel does nothing. On handwheel display I can
change axes etc. but machine doesn´t move.
I attach my files below.
Can someone please help me? Thanks.
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Platinum Member
Less
More
- Posts: 2067
- Thank you received: 406
04 Mar 2021 22:20 #201064
by newbynobi
Replied by newbynobi on topic XHC-WHB04B-6 - Handwheel doesn´t respond
As your first counts goes only to axis counts and not also to joint counts, you will only be able to jog your Machine after homing, as prior to all homed axis counts are ignored.
Norbert
Norbert
Please Log in or Create an account to join the conversation.
- Cadic
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
04 Mar 2021 22:40 #201065
by Cadic
Replied by Cadic on topic XHC-WHB04B-6 - Handwheel doesn´t respond
Hi Norbert, thanks for answer, but machine does not react after homing too.
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
Less
More
- Posts: 504
- Thank you received: 157
04 Mar 2021 22:41 - 04 Mar 2021 22:41 #201066
by Hakan
Replied by Hakan on topic XHC-WHB04B-6 - Handwheel doesn´t respond
You can not change those 20 first lines, they must work.
Don't take the pins away from the signals and expect it to work.
There was a case just the other day here.
Rename the signal net.machine-on to net-machine-on.
Then, which is the next one that gives an error?
Copy that error here
Don't take the pins away from the signals and expect it to work.
There was a case just the other day here.
Rename the signal net.machine-on to net-machine-on.
Then, which is the next one that gives an error?
Copy that error here
Last edit: 04 Mar 2021 22:41 by Hakan.
Please Log in or Create an account to join the conversation.
- Cadic
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
05 Mar 2021 08:26 #201083
by Cadic
Replied by Cadic on topic XHC-WHB04B-6 - Handwheel doesn´t respond
Hello Hakan,
if I use - hal example from - linuxcnc.org/docs/2.8/html/man/man1/xhc-whb04b-6.1.html
I have this error on 95 percent of lines. - ./xhc_whb.hal:x: Pin halui.xxx.xxx does not exist
I will be very grateful for any advice.
if I use - hal example from - linuxcnc.org/docs/2.8/html/man/man1/xhc-whb04b-6.1.html
I have this error on 95 percent of lines. - ./xhc_whb.hal:x: Pin halui.xxx.xxx does not exist
I will be very grateful for any advice.
Please Log in or Create an account to join the conversation.
- tecno
- Offline
- Platinum Member
Less
More
- Posts: 1850
- Thank you received: 127
05 Mar 2021 09:32 #201086
by tecno
Replied by tecno on topic XHC-WHB04B-6 - Handwheel doesn´t respond
It looks like you do not have any signal for machine on/enabled in your router_1.hal
Please Log in or Create an account to join the conversation.
- Cadic
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
05 Mar 2021 10:38 #201096
by Cadic
Replied by Cadic on topic XHC-WHB04B-6 - Handwheel doesn´t respond
And please how can I fix that? Im total Linux noob, so I dont know how to create this signal.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Cadic
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
08 Mar 2021 14:01 #201428
by Cadic
Replied by Cadic on topic XHC-WHB04B-6 - Handwheel doesn´t respond
Please, can anyone advise? I can't solve it myself.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
08 Mar 2021 18:47 #201464
by andypugh
It sounds like you are not loading halui.
linuxcnc.org/docs/2.8/html/config/ini-config.html#_hal_section
At the bottom of the [HAL] section is the required stanza that needs to be in your iNI file, and a link to further docs.
Replied by andypugh on topic XHC-WHB04B-6 - Handwheel doesn´t respond
I have this error on 95 percent of lines. - ./xhc_whb.hal:x: Pin halui.xxx.xxx does not exist
It sounds like you are not loading halui.
linuxcnc.org/docs/2.8/html/config/ini-config.html#_hal_section
At the bottom of the [HAL] section is the required stanza that needs to be in your iNI file, and a link to further docs.
[HAL]
HALUI = halui
Please Log in or Create an account to join the conversation.
- Cadic
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
08 Mar 2021 19:12 #201469
by Cadic
Replied by Cadic on topic XHC-WHB04B-6 - Handwheel doesn´t respond
Oh my god, it work!
Thank you all very much for your help. You're amazing!
Thank you all very much for your help. You're amazing!
Please Log in or Create an account to join the conversation.
Time to create page: 0.073 seconds