newbee question
- HansU
- Offline
- Platinum Member
Less
More
- Posts: 645
- Thank you received: 184
25 Oct 2022 16:45 #255044
by HansU
Replied by HansU on topic newbee question
I found the error:
HALFILE = mb2hal.ini
This is the wrong location for the MB2HAL INI file.
As mentioned in the docs (linuxcnc.org/docs/html/drivers/mb2hal.html#_usage)
the MB2HAL INI file need to be passed as argument like this)
[HAL]
# The run script first uses halcmd to execute any HALFILE
# files, and then to execute any individual HALCMD commands.
#
# list of hal config files to run through halcmd
#+ files are executed in the order in which they appear
#HALFILE = core_stepper.hal
#HALFILE = xylotex_pinout.hal
HALFILE = mb2hal.ini
HALFILE = mb2hal.ini
This is the wrong location for the MB2HAL INI file.
As mentioned in the docs (linuxcnc.org/docs/html/drivers/mb2hal.html#_usage)
the MB2HAL INI file need to be passed as argument like this
loadusr -W mb2hal config=mb2hal.ini
(inside a HAL file
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.044 seconds