HAL signal not found
31 May 2019 17:53 #135491
by nonkeldw
HAL signal not found was created by nonkeldw
Dear
I'm now bussy for about a week to search a solution for my problem with Gmoccapy.
I want to access the "spindle_at_speed_led" in the GUI.
I added this line: "net gmoccapy.spindle_at_speed_led <= spindle-ready" in the "custom_postgui.hal" file and I added also this line in my main HAL file from my machine: "net spindle-ready <= spindle-at-speed.out => motion.spindle-at-speed"
But when i start LinuxCNC, i got the error pin spindle-ready is not found?!
What do i wrong?
Thanks
I'm now bussy for about a week to search a solution for my problem with Gmoccapy.
I want to access the "spindle_at_speed_led" in the GUI.
I added this line: "net gmoccapy.spindle_at_speed_led <= spindle-ready" in the "custom_postgui.hal" file and I added also this line in my main HAL file from my machine: "net spindle-ready <= spindle-at-speed.out => motion.spindle-at-speed"
But when i start LinuxCNC, i got the error pin spindle-ready is not found?!
What do i wrong?
Thanks
Please Log in or Create an account to join the conversation.
31 May 2019 18:34 #135496
by pl7i92
Replied by pl7i92 on topic HAL signal not found
net spindle-ready => gmoccapy.spindle_at_speed_led
NETNAME First
Standard Loding the NET with signal
then output as many times to as many pins as you like
NETNAME First
Standard Loding the NET with signal
then output as many times to as many pins as you like
Please Log in or Create an account to join the conversation.
31 May 2019 18:50 #135498
by nonkeldw
Replied by nonkeldw on topic HAL signal not found
Thanks!
Please Log in or Create an account to join the conversation.
Time to create page: 0.060 seconds