Servo Driver Plasma Retrofit
- kn612
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 2
21 Jul 2025 13:23 #332118
by kn612
Replied by kn612 on topic Servo Driver Plasma Retrofit
Thank you for the help guys. I am still building the computer/cnc. Wiring the mesa hardware is all that's left.
With that said I am having issues installing Debian 12. On install I get a bad mirror error. Once installed sudo apt update gets a few repository errors. I believe this is all from not being connected to Internet during the install. Using a USB Wi-Fi dongle that is missing the driver during install, but once booted into Debian 12 is works. I will try using Ethernet to connect to Internet on the next install.
With that said, are there any eatx or atx motherboards that work well out of the box with Debian 12? I am using a dell optiplex 9010 motherboard that I put into an old hypertherm microdedge CNC case.
With that said I am having issues installing Debian 12. On install I get a bad mirror error. Once installed sudo apt update gets a few repository errors. I believe this is all from not being connected to Internet during the install. Using a USB Wi-Fi dongle that is missing the driver during install, but once booted into Debian 12 is works. I will try using Ethernet to connect to Internet on the next install.
With that said, are there any eatx or atx motherboards that work well out of the box with Debian 12? I am using a dell optiplex 9010 motherboard that I put into an old hypertherm microdedge CNC case.
Please Log in or Create an account to join the conversation.
- kn612
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 2
21 Jul 2025 18:35 #332141
by kn612
Replied by kn612 on topic Servo Driver Plasma Retrofit
Success. I went with LMDE6 and the install went much smoother. Upgraded to 2.10 and can run a qtplasmac sim.
Please Log in or Create an account to join the conversation.
- kn612
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 2
21 Jul 2025 23:53 #332149
by kn612
Replied by kn612 on topic Servo Driver Plasma Retrofit
can you please elaborate on copying the files over? I moved private_data.py over but wasnt able to move the pncconf.py to the pncconf folder
Please Log in or Create an account to join the conversation.
- kworm
- Offline
- Senior Member
-
Less
More
- Posts: 60
- Thank you received: 16
22 Jul 2025 17:45 #332193
by kworm
Replied by kworm on topic Servo Driver Plasma Retrofit
You would replace /usr/bin/pncconf with the pncconf.py file, ie "sudo mv pncconf.py /usr/bin/pncconf". You might also need to do a "sudo chmod +x /usr/bin/pncconf". I would suggest making backup copies of those files first just in case.
The following user(s) said Thank You: kn612
Please Log in or Create an account to join the conversation.
- kn612
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 2
23 Jul 2025 01:49 #332211
by kn612
Replied by kn612 on topic Servo Driver Plasma Retrofit
Thank you so much. I was able to create a 7i97t config. No errors on starting or shutdown. The 7i97t stays connected.
Please Log in or Create an account to join the conversation.
- kn612
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 2
26 Jul 2025 14:03 #332366
by kn612
Replied by kn612 on topic Servo Driver Plasma Retrofit
Is it possible to use stall force tolerance for z axis home and detecting the sheet metal in qtplasmac? I will add a floating head and a z home switch if its not possible.
Please Log in or Create an account to join the conversation.
- kworm
- Offline
- Senior Member
-
Less
More
- Posts: 60
- Thank you received: 16
27 Jul 2025 13:55 #332408
by kworm
Replied by kworm on topic Servo Driver Plasma Retrofit
Hi kn612,
Were you able to get motion with your analog servos as well? PCW was kind enough to send me a 7i97t for testing as well. I will make a pull request to add it to 2.10/master when we confirm it.
Were you able to get motion with your analog servos as well? PCW was kind enough to send me a 7i97t for testing as well. I will make a pull request to add it to 2.10/master when we confirm it.
The following user(s) said Thank You: kn612
Please Log in or Create an account to join the conversation.
- kworm
- Offline
- Senior Member
-
Less
More
- Posts: 60
- Thank you received: 16
27 Jul 2025 13:58 #332409
by kworm
Replied by kworm on topic Servo Driver Plasma Retrofit
I'm not sure that could be done using analog without writing a custom component, but I'm no expert on analog. In my experience you want some kind of floating head so that if the metal tips up or something it will stop the machine plus you can use it to probe the work height. I haven't tried it yet but you can also do ohmic sensing to detect the material + float as backup.Is it possible to use stall force tolerance for z axis home and detecting the sheet metal in qtplasmac? I will add a floating head and a z home switch if its not possible.
Please Log in or Create an account to join the conversation.
- kn612
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 2
27 Jul 2025 16:24 #332423
by kn612
Replied by kn612 on topic Servo Driver Plasma Retrofit
I will add a floating head for initial height and a z max limit then. I am going to try and use the original hyperthem vdc3 board for ohmic and divided voltage. Looking at pncconf it looks like I can use the ohmic enable output and input with the vdc3 board to do an ohmic circuit.
I can get motion on all axis now with the analog servos and 7i97t on qtplasmac. I am having a hard time getting them tuned. When enabled they lock in pretty hard and the axis will jump. The lower P Proportional value parameter the more they jump. Around 100 they move the least amount (1/16 inch) on enable. Changing anything else from 0 makes it worse. I think the settings on the servo driver themself are causing issues. Going through the manual for these schneider lxm05ad10m2 drivers but its over my knowledge level.
I am also reading up on Hal oscilloscope. This is all new and challenging. Ive only used steppers motors up to this point
I can get motion on all axis now with the analog servos and 7i97t on qtplasmac. I am having a hard time getting them tuned. When enabled they lock in pretty hard and the axis will jump. The lower P Proportional value parameter the more they jump. Around 100 they move the least amount (1/16 inch) on enable. Changing anything else from 0 makes it worse. I think the settings on the servo driver themself are causing issues. Going through the manual for these schneider lxm05ad10m2 drivers but its over my knowledge level.
I am also reading up on Hal oscilloscope. This is all new and challenging. Ive only used steppers motors up to this point
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18173
- Thank you received: 5156
27 Jul 2025 16:52 #332427
by PCW
Replied by PCW on topic Servo Driver Plasma Retrofit
Can you post you current hal/ini files?
Note that tuning a velocity mode servo is largely a matter of setting FF1 correctly.
Here's an older velocity mode tuning guide:
gnipsel.com/linuxcnc-old/tuning/servo.html
Note that tuning a velocity mode servo is largely a matter of setting FF1 correctly.
Here's an older velocity mode tuning guide:
gnipsel.com/linuxcnc-old/tuning/servo.html
The following user(s) said Thank You: kn612
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.509 seconds