MDI Command Error
- Insomniac
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
01 May 2026 19:52 #346082
by Insomniac
MDI Command Error was created by Insomniac
Hello.
Recently I ran into an issue with adding in a z probe for automatic tool touch off for a newly built CNC using a mesa 7i96s. After running I get an error "halui.mdi-command-00 does not exist". I have attached my config files. The only line in my postgui file is as follows (so I dont have to attach it)
net ztouch halui.mdi-command-00 <= pyvcp.ztouch
Any help would be greatly appreciated. Thank you!
-Nick
Recently I ran into an issue with adding in a z probe for automatic tool touch off for a newly built CNC using a mesa 7i96s. After running I get an error "halui.mdi-command-00 does not exist". I have attached my config files. The only line in my postgui file is as follows (so I dont have to attach it)
net ztouch halui.mdi-command-00 <= pyvcp.ztouch
Any help would be greatly appreciated. Thank you!
-Nick
You do not have permissions to access this page.
You do not have permissions to access this page.
Please Log in or Create an account to join the conversation.
- grandixximo
-
- Offline
- Elite Member
-
Less
More
- Posts: 285
- Thank you received: 343
02 May 2026 10:28 - 02 May 2026 10:29 #346095
by grandixximo
Replied by grandixximo on topic MDI Command Error
there is no attached file, make sure you have something like this in your INI
[HAL]
HALUI = halui
[HALUI]
MDI_COMMAND = G53 G0 Z-165
also you cannot use the normal hal file, you must put
net ztouch halui.mdi-command-00 <= pyvcp.ztouch
in the hal file that loads after the UI, I think postgui.hal usually, depends on the UI
[HAL]
HALUI = halui
[HALUI]
MDI_COMMAND = G53 G0 Z-165
also you cannot use the normal hal file, you must put
net ztouch halui.mdi-command-00 <= pyvcp.ztouch
in the hal file that loads after the UI, I think postgui.hal usually, depends on the UI
Last edit: 02 May 2026 10:29 by grandixximo.
Please Log in or Create an account to join the conversation.
Time to create page: 0.199 seconds