Debian 10 Buster PREEMPT-RT : trouble
- currinh
-
Topic Author
- Offline
- Senior Member
-
- Posts: 60
- Thank you received: 1
I installed "2.8.2 Debian 10 Buster PREEMPT-RT" from a linuxcnc ISO download. I got no errors during installation and Debian starts right up. I kept my "/home" directory from "2.7.14 Debian 7 Wheezy". For fun I clicked on the icon to start linuxcnc. It gave me a warning that the program was old and that I could attempt an automatic conversion to 2.8.2 if I felt brave. Being brave (and using an old spare HD) I pushed the "yes" button and linuxcnc started up. Linuxcnc ran as expected (actually I was surprised) and axis motion was achieved. What we learned, 2.8.2 runs well on this hardware as configured.
I want to make some changes to the configuration, add home switches etc. So, I ran the "Mesa Configuration Wizard" on the old (2.7.14), I think it's a *.pncconf, file. The Wizard took the file with no objection. I clicked through all the screens making no changes and it generated new configuration files. When I start up linuxcnc with these new files it does not complain, but I get no axis motion on any axis. No errors but no motion. I do get a "thunk" when linuxcnc starts up. This is normal for my machine, I think from the steppers being energized. I take this as an indication that the Wizard is picking up the correct Mesa card.
I also generated a new configuration using the Mesa Wizard. I followed screen shots on my 2.7.14 install. All the fields were the same, no new questions. I get the same results as with the 2.7.14 *.pncconf file. No errors, no complaints, no motion.
Is there anyway to generate a *.pncconf file from a working linuxcnc version? Any other ideas would be appreciated.
I'd really like to get a newer version of Debian than Wheezy. No repositories are available anymore and no updates. But I'm stuck with it till I figure out how to generate a Wizard file for 2.8.2 that works.
Thank you for any help you can provide. I'd be glad to answer any questions on the set-up if that would help.
Hugh
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
- Posts: 20097
- Thank you received: 6841
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11201
- Thank you received: 3735
Please Log in or Create an account to join the conversation.
- currinh
-
Topic Author
- Offline
- Senior Member
-
- Posts: 60
- Thank you received: 1
Yes, comparing those might well shed light on the problem. I'll work to extract both.
Thank you.
Hugh
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23294
- Thank you received: 4938
Please Log in or Create an account to join the conversation.
- currinh
-
Topic Author
- Offline
- Senior Member
-
- Posts: 60
- Thank you received: 1
The attached "Notes.pdf" is my attempt at applying "diff" to these files. To me the *.ini files look OK. I don't know enough to debug the *.hal files but some of the signal directions look incompatible?
This is a generic bare bones stepper system. The only thing that could be non-standard is the Mesa 5i25 board being flashed with "prob_rfx2" to match the very old PMDX-131 breakout board. However, the Wizard in prior versions is able to configure the system.
Please let me know if I can add any info. Glad to reconfigure this test HD if it might answer any questions. Thank you for the responses.
Hugh
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23294
- Thank you received: 4938
Can you start the config from the command-line ("linuxcnc") and see if there are any hints in the terminal output?
The next thing to do would be to poke about with halshow (from the Axis "machine" menu select "show hal configuration" and make sure that the stepgen and pid for each axis are enabled.
Then look at the pid command, feedback and output.
Please Log in or Create an account to join the conversation.
- currinh
-
Topic Author
- Offline
- Senior Member
-
- Posts: 60
- Thank you received: 1
Thank you for taking a look. If you are puzzled then I'm beyond hope.
I started linuxcnc from the command line and the terminal output is attached. I redirected the output to a file, but some text still got through to the terminal window. I don't see anything obviously out of whack, but I know little of this.
I've done very little with hal, and have had minimal success making trivial mods to a working system. I'd likely just be poking in the dark, particularly when poking at a broken system. But how would I determine if stepgen and pid for each axis are enabled.
I re-loaded linuxcnc 2.8.2 from disk. Then used pncconf Wizard to configure a clean system. I got the same results, no motion. I strongly suspect many mesa 5i25 users have built working systems with this Wizard. Are there examples of success using a 5i25 flashed with "prob_rfx2"? I'm thinking it may be something inside the 2.8.2 version of the Wizard?
Thank you.
Hugh
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23294
- Thank you received: 4938
"icon" contains:
setp hm2_5i25.0.gpio.004.invert_output true
"pncconf" instead contains:
setp hm2_5i25.0.stepgen.00.direction.invert_output true
And also
IO Pin 001 (P3-14): IOPort
IO Pin 002 (P3-02): StepGen #0, pin Direction (Output)
IO Pin 003 (P3-15): IOPort
IO Pin 004 (P3-03): StepGen #0, pin Step (Output)
IO Pin 005 (P3-16): IOPort
So PnCConf is inverting the direction, but "icon" is inverting the step....
So I am now thinking that perhaps the step length is too short, but as it was inverted the step length was being the step space...
750nS is a very short step length.
Try bumping step length and step space both up to 5000 and see what happens. You can always adjust them down again if it works.
Please Log in or Create an account to join the conversation.
- currinh
-
Topic Author
- Offline
- Senior Member
-
- Posts: 60
- Thank you received: 1
Step on Time = 4000
Step Space = 2000
Dir Hold = 20000
Dir Setup = 2000
which are a little larger than minimum. A little leeway.
These are Gecko 202 stepper drivers. The Wizard suggests:
Step on Time = 500
Step Space = 4500
Dir Hold = 20000
Dir Setup = 1000
The settings in the original *.ini are likely based on these values and testing. But that has been several versions ago, they've just been transferred from prior set-ups.
I inverted the step pulses in the Wizard but that made no difference. The timing needed to be increased.
What is still baffling is the settings converted from old 2.7.14 files worked and the new 2.8.2 generated files did not. That sent us off on the wild goose chase.
I now have a working 2.8.2 version I can customize using the Wizard. Just what I needed. I still need to do checking for missed steps, etc. But I'm off and running.
Thank you so much for the help.
Hugh
Please Log in or Create an account to join the conversation.