HB04 challenges
- SlightlyLoony
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
23 Feb 2019 15:15 #127009
by SlightlyLoony
HB04 challenges was created by SlightlyLoony
I have purchased an XHC-HB04 pendant (18 button wired version) but I'm having no luck getting it to work with LinuxCNC. Once I modified the .ini file to include the pendant, LinuxCNC will no longer start up. I've attached my .ini file and the error screen.
Anybody have any idea what's going on?
Anybody have any idea what's going on?
Attachments:
Please Log in or Create an account to join the conversation.
23 Feb 2019 15:45 - 23 Feb 2019 15:51 #127011
by dgarrett
Replied by dgarrett on topic HB04 challenges
The order of [HAL]HALFILES can be important:
Ref: github.com/LinuxCNC/linuxcnc/blob/2.7/co...axis/xhc-hb04/README
So try changing:
to:
[HAL]HALFILE = LIB:xhc-hb04.tcl
This HALFILE entry should follow other HALFILE entries.
Ref: github.com/LinuxCNC/linuxcnc/blob/2.7/co...axis/xhc-hb04/README
So try changing:
[HAL]
HALFILE = LIB:xhc-hb04.tcl
HALFILE = CarveZilla.hal
HALFILE = custom.hal
POSTGUI_HALFILE = custom_postgui.hal
HALUI = halui
to:
[HAL]
HALFILE = CarveZilla.hal
HALFILE = custom.hal
HALFILE = LIB:xhc-hb04.tcl
POSTGUI_HALFILE = custom_postgui.hal
HALUI = halui
Last edit: 23 Feb 2019 15:51 by dgarrett.
The following user(s) said Thank You: SlightlyLoony
Please Log in or Create an account to join the conversation.
- SlightlyLoony
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
23 Feb 2019 16:54 #127012
by SlightlyLoony
Replied by SlightlyLoony on topic HB04 challenges
You are the hero of the day! We made that one change and now it is basically up and running! We have some button changes we need to make, but the basics are there.
Thank you, sir! May the sun forever shine in your neck of the woods...
Thank you, sir! May the sun forever shine in your neck of the woods...
Please Log in or Create an account to join the conversation.
Time to create page: 0.068 seconds