Spindle Load feedback in Gmoccapy
- ChironFZ16
- Offline
- Senior Member
Less
More
- Posts: 48
- Thank you received: 10
09 Mar 2023 12:43 #266204
by ChironFZ16
Replied by ChironFZ16 on topic Spindle Load feedback in Gmoccapy
Attachments:
The following user(s) said Thank You: zz912
Please Log in or Create an account to join the conversation.
09 Mar 2023 13:12 #266206
by zz912
Replied by zz912 on topic Spindle Load feedback in Gmoccapy
Hi ChironFZ16,
I don't understand what you are trying to tell me with your post.
My problem is that the command:
EMBED_TAB_COMMAND = gladevcp -x {XID} spindle_load.glade -H connect-pin.hal
ignores the connect-pin.hal file.
What should happen if you change the name of the signal:
net bar_spindle_load spindle_load.bar_spindle_load
net signal-spindle-load spindle_load.bar_spindle_load
?
Have you tried this test forum.linuxcnc.org/gmoccapy/45856-spindl...capy?start=20#266183 ?
If you tried that test, did you see a signal bar_spindle_load or signal-spindle-load in halshow=>Signals?
It would help me if you did the test too so we know it's not my fault.
I don't understand what you are trying to tell me with your post.
My problem is that the command:
EMBED_TAB_COMMAND = gladevcp -x {XID} spindle_load.glade -H connect-pin.hal
ignores the connect-pin.hal file.
What should happen if you change the name of the signal:
net bar_spindle_load spindle_load.bar_spindle_load
net signal-spindle-load spindle_load.bar_spindle_load
?
Have you tried this test forum.linuxcnc.org/gmoccapy/45856-spindl...capy?start=20#266183 ?
If you tried that test, did you see a signal bar_spindle_load or signal-spindle-load in halshow=>Signals?
It would help me if you did the test too so we know it's not my fault.
Please Log in or Create an account to join the conversation.
- ChironFZ16
- Offline
- Senior Member
Less
More
- Posts: 48
- Thank you received: 10
09 Mar 2023 17:29 #266224
by ChironFZ16
Replied by ChironFZ16 on topic Spindle Load feedback in Gmoccapy
Attachments:
The following user(s) said Thank You: zz912
Please Log in or Create an account to join the conversation.
09 Mar 2023 18:50 #266228
by zz912
Replied by zz912 on topic Spindle Load feedback in Gmoccapy
Show Signals please not Pins.
Please Log in or Create an account to join the conversation.
- ChironFZ16
- Offline
- Senior Member
Less
More
- Posts: 48
- Thank you received: 10
10 Mar 2023 04:17 #266259
by ChironFZ16
Replied by ChironFZ16 on topic Spindle Load feedback in Gmoccapy
Attachments:
The following user(s) said Thank You: zz912
Please Log in or Create an account to join the conversation.
10 Mar 2023 06:28 #266270
by zz912
Replied by zz912 on topic Spindle Load feedback in Gmoccapy
Should I make an Issue on Github?
Please Log in or Create an account to join the conversation.
10 Mar 2023 17:14 #266305
by HansU
Replied by HansU on topic Spindle Load feedback in Gmoccapy
There are several sample configs which are showing how the -H option works.
I suggest you try those and compare them with your configuration.
For example:
I suggest you try those and compare them with your configuration.
For example:
configs/sim/gmoccapy/gmoccapy_left_panel.ini
18,1: EMBED_TAB_COMMAND = gladevcp -x {XID} -H v_buttonlist.hal v_buttonlist.glade
configs/sim/gmoccapy/gmoccapy_right_panel.ini
14,1: EMBED_TAB_COMMAND = gladevcp -x {XID} -H vcp_box.hal vcp_box.glade
configs/sim/gmoccapy/gmoccapy_with_user_tabs.ini
34,1: EMBED_TAB_COMMAND = gladevcp -x {XID} -H vcp_box.hal vcp_box.glade
Please Log in or Create an account to join the conversation.
10 Mar 2023 17:15 #266306
by HansU
Replied by HansU on topic Spindle Load feedback in Gmoccapy
If that does not lead to success you are welcome to post your configuration.
The following user(s) said Thank You: zz912
Please Log in or Create an account to join the conversation.
10 Mar 2023 17:54 #266309
by zz912
Replied by zz912 on topic Spindle Load feedback in Gmoccapy
I found problem:
This works:
This NOT works:
This works:
EMBED_TAB_COMMAND = gladevcp -x {XID} -H ./gladevcp.hal ./spindle_load.glade
This NOT works:
EMBED_TAB_COMMAND = gladevcp -x {XID} ./spindle_load.glade -H ./gladevcp.hal
The following user(s) said Thank You: ChironFZ16
Please Log in or Create an account to join the conversation.
10 Mar 2023 18:03 #266311
by HansU
Replied by HansU on topic Spindle Load feedback in Gmoccapy
Sorry for the complications, I didn't know that the order there is important. But nice that it works now.
Please Log in or Create an account to join the conversation.
Time to create page: 0.141 seconds