halui.feed-override. doesn't exist
27 Feb 2021 12:31 #200287
by aleksamc
halui.feed-override. doesn't exist was created by aleksamc
I want to connect button to yoipad button
but I get error Pin 'halui.feed−override.increase' does not exist
I also added to main hal fileWhat problem could be in? When I load such pin I see such pin
LINUXCNC - 2.8.1
pickconfig: installed aux examples: /usr/share/linuxcnc/aux_examples/NativeCAM
Machine configuration directory is '/home/user/linuxcnc/configs/cnc_freser'
Machine configuration file is 'cnc_freser.ini'
Starting LinuxCNC...
twopass:invoked with <> options
twopass:found ./cnc_freser.hal
twopass:found ./custom.hal
twopass:pass0: loadusr -W hal_manualtoolchange
Note: Using POSIX realtime
config string '378 out'
note: MAXV max: 200.000 units/sec 12000.000 units/min
note: LJOG max: 200.000 units/sec 12000.000 units/min
note: LJOG default: 20.000 units/sec 1200.000 units/min
note: AJOG max: 190.000 units/sec 11400.000 units/min
note: AJOG default: 19.000 units/sec 1140.000 units/min
note: jog_order='XYZA'
note: jog_invert=set([])
joypad_jog_speed.hal:11: Warning: File contains DOS-style line endings.
joypad_xyz.hal:50: Pin 'halui.feed−override.increase' does not exist
Shutting down and cleaning up LinuxCNC...
task: 123 cycles, min=0.000062, max=0.047479, avg=0.009096, 0 latency excursions (> 10x expected cycle time of 0.010000s)
Note: Using POSIX realtime
LinuxCNC terminated with an error. You can find more information in the log:
/home/user/linuxcnc_debug.txt
and
/home/user/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the terminal
net feed_ov_plus halui.feed−override.increase <= input.0.abs-hat0x-is-pos
net feed_ov_minus halui.feed−override.decrease <= input.0.abs-hat0x-is-neg
but I get error Pin 'halui.feed−override.increase' does not exist
I also added to main hal file
setp halui.feed-override.count-enable true
setp halui.feed-override.direct-value true
setp halui.feed-override.scale .1
Warning: Spoiler!
LINUXCNC - 2.8.1
pickconfig: installed aux examples: /usr/share/linuxcnc/aux_examples/NativeCAM
Machine configuration directory is '/home/user/linuxcnc/configs/cnc_freser'
Machine configuration file is 'cnc_freser.ini'
Starting LinuxCNC...
twopass:invoked with <> options
twopass:found ./cnc_freser.hal
twopass:found ./custom.hal
twopass:pass0: loadusr -W hal_manualtoolchange
Note: Using POSIX realtime
config string '378 out'
note: MAXV max: 200.000 units/sec 12000.000 units/min
note: LJOG max: 200.000 units/sec 12000.000 units/min
note: LJOG default: 20.000 units/sec 1200.000 units/min
note: AJOG max: 190.000 units/sec 11400.000 units/min
note: AJOG default: 19.000 units/sec 1140.000 units/min
note: jog_order='XYZA'
note: jog_invert=set([])
joypad_jog_speed.hal:11: Warning: File contains DOS-style line endings.
joypad_xyz.hal:50: Pin 'halui.feed−override.increase' does not exist
Shutting down and cleaning up LinuxCNC...
task: 123 cycles, min=0.000062, max=0.047479, avg=0.009096, 0 latency excursions (> 10x expected cycle time of 0.010000s)
Note: Using POSIX realtime
LinuxCNC terminated with an error. You can find more information in the log:
/home/user/linuxcnc_debug.txt
and
/home/user/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the terminal
Please Log in or Create an account to join the conversation.
27 Feb 2021 13:07 #200289
by chris@cnc
Replied by chris@cnc on topic halui.feed-override. doesn't exist
Could it be that your file joypad_xyz.hal not set in ini file?
It seems this file is not load at startup.
twopass:invoked with <> options
twopass:found ./cnc_freser.hal
twopass:found ./custom.hal
It seems this file is not load at startup.
twopass:invoked with <> options
twopass:found ./cnc_freser.hal
twopass:found ./custom.hal
Please Log in or Create an account to join the conversation.
27 Feb 2021 13:11 - 27 Feb 2021 13:15 #200290
by Aciera
Replied by Aciera on topic halui.feed-override. doesn't exist
If all halui pins are missing:
Have you added halui to your config? One way to do that is to put this in the [HAL] section of your INI:
If only that one isn't being recognized:
Delete it and retype by hand. Don't copy and paste it from the man page. There have been instances where the hyphen (-) was not correctly recognized after copy/paste.
[edit]
Also this:
suggests that the file was edited in a word processor rather than a text editor. Maybe try to open the file in notebook or another pure text editor and save again.
Have you added halui to your config? One way to do that is to put this in the [HAL] section of your INI:
HALUI = halui
If only that one isn't being recognized:
Delete it and retype by hand. Don't copy and paste it from the man page. There have been instances where the hyphen (-) was not correctly recognized after copy/paste.
[edit]
Also this:
joypad_jog_speed.hal:11: Warning: File contains DOS-style line endings.
suggests that the file was edited in a word processor rather than a text editor. Maybe try to open the file in notebook or another pure text editor and save again.
Last edit: 27 Feb 2021 13:15 by Aciera.
The following user(s) said Thank You: aleksamc
Please Log in or Create an account to join the conversation.
27 Feb 2021 15:25 #200301
by aleksamc
Thanks, Aciera, (-) was my problem.
Replied by aleksamc on topic halui.feed-override. doesn't exist
If all halui pins are missing:
Delete it and retype by hand. Don't copy and paste it from the man page. There have been instances where the hyphen (-) was not correctly recognized after copy/paste.
Thanks, Aciera, (-) was my problem.
Please Log in or Create an account to join the conversation.
27 Feb 2021 15:58 #200305
by cmorley
Replied by cmorley on topic halui.feed-override. doesn't exist
where did you copy paste from?
Please Log in or Create an account to join the conversation.
27 Feb 2021 18:05 #200319
by aleksamc
Replied by aleksamc on topic halui.feed-override. doesn't exist
It was copied from manual page for HALUI (
reference
)
Please Log in or Create an account to join the conversation.
27 Feb 2021 18:16 - 27 Feb 2021 18:38 #200324
by cmorley
Replied by cmorley on topic halui.feed-override. doesn't exist
Looks like all HTML man pages (of at least HALUI but I bet all) use the wrong hyphen.
I will put an issue in the tracker.
The regular HTML docs are ok though i think the HALUi docs were removed in 2.8 - master is probably 99% the same:
linuxcnc.org/docs/devel/html/gui/halui.html
I will put an issue in the tracker.
The regular HTML docs are ok though i think the HALUi docs were removed in 2.8 - master is probably 99% the same:
linuxcnc.org/docs/devel/html/gui/halui.html
Last edit: 27 Feb 2021 18:38 by cmorley.
Please Log in or Create an account to join the conversation.
27 Feb 2021 18:37 #200327
by aleksamc
Replied by aleksamc on topic halui.feed-override. doesn't exist
I use man page because it's very convinient, I simply type in google search "Halui linuxcnc" and found that page.
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds