Why pin gmoccapy.jog.turtle-jog does not exist?
- Ondrej
- Offline
- Senior Member
-
- Posts: 63
- Thank you received: 2
Iam following this video , When I write connect via net: button with gmoccappy.jog.tutle-jog in the configurations hal config it works.
But when I type the code into Hal:
net turtle-btn input.btn-b toggle.0.in
net turtle-select toggle.0.out gmoccapy.jog.turtle-jog
and run the configuration I get an error : Pin gmoccappy.jog.turtle-jog does not exist.
Do you know whats happening? Thx
Please Log in or Create an account to join the conversation.
- HansU
-
- Offline
- Moderator
-
- Posts: 653
- Thank you received: 192
I guess you mean writing that command in halcmd oder halshow? Is that correct?When I write connect via net: button with gmoccappy.jog.tutle-jog in the configurations hal config it works.
Here I guess you are meaning the HAL file defined as HALFILE in the INI file?But when I type the code into Hal:
If my assumptions ar correct, you have to connect the gmoccapy pin in a HAL file defined as POSTGUI_HALFILE. Because the gmoccapy pins are created when GUI is loaded and are not available before.
Please Log in or Create an account to join the conversation.
- Ondrej
- Offline
- Senior Member
-
- Posts: 63
- Thank you received: 2
HAL : ERROR : thread 'servo-thread' not found
custom_postgui.hal:7: addf failed.
I havet found anything on the internet so far but maybe you will be faster. thx
Please Log in or Create an account to join the conversation.
- Ondrej
- Offline
- Senior Member
-
- Posts: 63
- Thank you received: 2
But the old problem is again here, where I run the configuration, I get an error : pin gmoccappy.jog.turtle-jog does not exist.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
- Posts: 19615
- Thank you received: 6610
Hansu explained that, but maybe translation is messing up.
Please Log in or Create an account to join the conversation.
- Ondrej
- Offline
- Senior Member
-
- Posts: 63
- Thank you received: 2
As I said now Iam getting still same error.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
- Posts: 19615
- Thank you received: 6610
Sorry i can not help more since i do not use GmoccaPY, i use Axis GUI mostly.
Please Log in or Create an account to join the conversation.
- Ondrej
- Offline
- Senior Member
-
- Posts: 63
- Thank you received: 2
Its exciting for me really, because now I think I have done same way all the steps from the video till this part and it still doesnt work
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
- Posts: 7797
- Thank you received: 2080
Please Log in or Create an account to join the conversation.
- HansU
-
- Offline
- Moderator
-
- Posts: 653
- Thank you received: 192
It could also be a problem that the dash charcter is the wrong one in the pdf. You could type the dash instead of copy it.
Please Log in or Create an account to join the conversation.