Super Slow Loading and Slider behavior
- B.Reilly01
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 23
19 Jan 2024 14:52 #291122
by B.Reilly01
Super Slow Loading and Slider behavior was created by B.Reilly01
I'm having an issue where AXIS takes a long time to load, then the sliders are slow and unresponsive. I'm not yet "on the machine" but on the desk, so the INI and HAL are started but no hardware is hooked up to the inputs/outputs. This is the 3rd computer and behavior is consistent. Install is
Debian 12 Bookworm PREEMPT-RT ISO
. 2.9.2 Linuxcnc version. Attached is my INI and HAL files. They are based off a sample 7i97 config, modified for my desired functions. I'm using two MESA cards, 7i76 and 7i97T. Thank you for any help.
Please Log in or Create an account to join the conversation.
19 Jan 2024 15:49 - 19 Jan 2024 18:13 #291126
by PCW
Replied by PCW on topic Super Slow Loading and Slider behavior
In your ini file, you have:
[TASK]
TASK = milltask
CYCLE_TIME = 100
try:
[TASK]
TASK = milltask
CYCLE_TIME = 0.010
At some point the cycle times changed
from milliseconds to seconds, so old ini files
can bite you...
[TASK]
TASK = milltask
CYCLE_TIME = 100
try:
[TASK]
TASK = milltask
CYCLE_TIME = 0.010
At some point the cycle times changed
from milliseconds to seconds, so old ini files
can bite you...
Last edit: 19 Jan 2024 18:13 by PCW.
The following user(s) said Thank You: B.Reilly01
Please Log in or Create an account to join the conversation.
- B.Reilly01
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 23
19 Jan 2024 22:46 #291152
by B.Reilly01
Replied by B.Reilly01 on topic Super Slow Loading and Slider behavior
That was definitely it!
Please Log in or Create an account to join the conversation.
Time to create page: 0.062 seconds