Gmoccapy tool setter install "errors"
- Fred G
- Away
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 0
09 Oct 2025 18:27 #336169
by Fred G
Gmoccapy tool setter install "errors" was created by Fred G
Hi need some advice I tried to do this much as possible on my own but ran into a error not sure whats the best way to get around it.Looks like i have two pins for tool change ?
Attachments:
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Offline
- Platinum Member
-
Less
More
- Posts: 4720
- Thank you received: 1435
09 Oct 2025 18:50 #336170
by Todd Zuercher
Replied by Todd Zuercher on topic Gmoccapy tool setter install "errors"
The problem is that you can not reuse a hal pin anywhere in that hal file or another hal file. However you can connect multiple hal input pins to a hal signal name (but only one hal output pin).
Not seeing what you have going on in your other hal files I think this might get you going change this line in your post gui hal file from:
net tool-change gmoccapy.toolchange-change <= iocontrol.0.tool-change
to:
net tool-change-request iocontrol.0.tool-change
That may still not get your config working, if you have other similar mistakes in your postgui hal file. But it will get you on to the next one.
Not seeing what you have going on in your other hal files I think this might get you going change this line in your post gui hal file from:
net tool-change gmoccapy.toolchange-change <= iocontrol.0.tool-change
to:
net tool-change-request iocontrol.0.tool-change
That may still not get your config working, if you have other similar mistakes in your postgui hal file. But it will get you on to the next one.
Please Log in or Create an account to join the conversation.
Time to create page: 0.053 seconds