Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
08 Apr 2025 15:05

Problems with setting up my Leadshine HBS86H steppers with PNCConf.

Category: PnCConf Wizard

I don't think the 1600 and 25600 numbers are microsteps, but rather
steps per turn, so 1600 = 8 microsteps and 25600 = 128 microsteps
 
  • unknown
  • unknown
08 Apr 2025 15:02

4-Gang 1-Way Switch To Control 3 Power Supplies and a Router Independently

Category: Computers and Hardware

One thing you need to remember is that the PSU have an initial inrush current that is greater than the max current the PSU draws when running.
I went with fuses rather than circuit breakers.
  • JT
  • JT's Avatar
08 Apr 2025 15:01
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Flex GUI

After you install Flex GUI from the CNC menu select Copy Flex Examples and all of the current examples will be in the linuxcnc/configs/flex_examples directory. Also after you install Flex GUI the PDF doc is on the CNC menu as well as some tools.

I don't care a whole lot for watching videos but sometimes it gets the idea across better when you can see someone click on this then do that in a video. I really hate videos with zoom bang intros or looking at some ugly mug in the corner of the video.

JT
  • Muecke
  • Muecke's Avatar
08 Apr 2025 14:58
[OT] Linux Uhr stimmt nicht was created by Muecke

[OT] Linux Uhr stimmt nicht

Category: Deutsch

Hallo miteinander,
ich habe das Debian hier von der Seite bei mir installiert, seit einiger Zeit stimmt meine Uhr nicht mehr vom System.
Wie kann ich das beheben?

Ich nutze Debian 12

Es ist jetzt =>  16:50 Uhr
Das System sagt: 17:12 Uhr

Was ist da nicht richtig Synchronisiert

 

Gruß Mücke

 
  • pgf
  • pgf
08 Apr 2025 14:47
Replied by pgf on topic Flexible GUI

Flexible GUI

Category: Flex GUI

if you found a ui file that you like

Ah -- but that other question:   where would I find complete UIs?
  • pgf
  • pgf
08 Apr 2025 14:44
Replied by pgf on topic Flexible GUI

Flexible GUI

Category: Flex GUI

I may watch a few videos, but I'm a little old skool when it comes to TV time on the computer. :-) Once I find my way around the docs, I think I'll be fine. Thanks for the INI file pointer.

paul
  • JT
  • JT's Avatar
08 Apr 2025 14:36
Replied by JT on topic Flex GUI New Tutorials

Flex GUI New Tutorials

Category: Flex GUI

There are quite a few running Flex GUI on machines.

JT
  • JT
  • JT's Avatar
08 Apr 2025 14:35
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Flex GUI

Yes, if you found a ui file that you like you can just copy that to your new configuration directory and change the DISPLAY and add the GUI setting.

gnipsel.com/linuxcnc/flexgui/ini.html

There are quite a few running Flex GUI on their machines including myself. It is quite stable now.

I have a lot of videos on getting up and running with Flex GUI
First tutorial videos
www.youtube.com/playlist?list=PLzYeNVt90...AsRGVDCtpW9_7ZXiSTak

More videos
www.youtube.com/@Gnipsel/videos

Now that Flex GUI is on version 1.2.0 I plan on making new videos to show off the features and how to add and use them.

JT
  • PCW
  • PCW's Avatar
08 Apr 2025 14:27 - 08 Apr 2025 17:19
Replied by PCW on topic Mesa 7i96s TTL Encoder Question

Mesa 7i96s TTL Encoder Question

Category: General LinuxCNC Questions

You would normally use ENCB for direction.
(and set counter-mode to true for "Step/Dir")

From the hostmot2 manual page:

       counter-mode (bit r/w)
           Set to False (the default) for Quadrature. Set to True for Step/Dir (in which case
           Step is on the A pin and Dir is on the B pin).

Using GPIO for direction could lose/gain counts on
a direction change.

Note that if you need more encoder channels, there are 7I96S configurations with multiple
encoders on the P1 expansion connector.
  • Lampje
  • Lampje
08 Apr 2025 14:26

Problems with setting up my Leadshine HBS86H steppers with PNCConf.

Category: PnCConf Wizard

Hello Hivemind.
As the title suggests I'm having issues setting up my drives.
I have a 4 axis setup. All the same drivers (Leadshine HBS86H) and steppers (closed loop).
The only motor I get to run during the setup stage is the A-axis. And I'm sure that the turn rate is incorrect.
Main problem is that there is no preset available for the HBS86H driver. And no matter how low I set the Step on-time and step space, when I go to ' calculate scale' I can't get the pulses per revolution above 1000.
The driver microsteps are: X&A=1600, Y&Z=25600.

Does anyone have any tips on this?

PS I had this setup working years ago. It's been collecting dust since 2017. And I fairly blindly just upgraded the LinuxCNC OS/SW. Not sure if I have my old configs somewhere.
  • blazini36
  • blazini36
08 Apr 2025 14:18 - 08 Apr 2025 14:19
Replied by blazini36 on topic Best cam software to use for plasma cutting

Best cam software to use for plasma cutting

Category: CAD CAM

Anyone just try using dxf2gcode?

I just got a little laser going and was a bit surprised there weren't more options. Nothing against paid software but it's alot easier to just try something out if it's open source.

I tried gcodetools for Inkscape, but I couldn't figure it out....probably just not patient enough. I went back and forth with dxf2gcode a couple of times and seems like I got it figured out. For some strange reason it doesn't have a plasma/laser configuration option, it's meant for mills I guess but I've never had the urge to use a DXF on my CNC mill so not sure it's really targeting the right group.

Anyway after some configuration that isn't quite obvious it seems I have it working pretty well. It does cutter comp but I don't bother since a diode laser kerf is pretty small.
  • pgf
  • pgf
08 Apr 2025 14:12
Replied by pgf on topic Flexible GUI

Flexible GUI

Category: Flex GUI

Been reading about Flexible this morning -- this looks like a good project!

Couple of questions, though.

I assume that if one found a UI that was close, it would be easy to modify, right? There's no reason for everyone to start from scratch?

Is there a gallery of sample UI screenshots? For that matter, is there a repository of completed interfaces from users?  (I realize this is a relatively new project, so I may be overestimating the user base. :-)   I've been using Axis for 20 years, but other than adding my own pyvcp panel for probing and a few other things, my needs are very simple.  Probably similar to the UI shown by @109jb four (or so) posts back.

The .ini and .hal files for my DIY mill (3 axis, very simple) were (re)generated by pncconf. To try Flex, I guess I'd create a new mill directory, copy my conf files, and edit the DISPLAY section to point to Flex? Just trying to get a handle on the "getting started" part.

Finally:  how stable is the project?  @JT -- are you running it yourself, all the time?  (I think that's necessary but not sufficient as a gauge of stability --  sers always find bugs that developers don't, of course.)
  • blazini36
  • blazini36
08 Apr 2025 14:02

What are the chances of getting this setup working?

Category: Pick and Place

I forgot to say thanks to bkt for testing that out, it's good to know that that stuff at least somewhat works.

I got busy with other things and set my DIY  PnP machine off to the side for a while but I just recently resurrected it as a laser cutter that can be swapped back to a PnP once I make a universal head for it.

Not sure how long it will be until I get back to the PnP thing but I really wish there was more activity with the PnP stuff in LinuxCNC. Since I don't actually own a PnP I never actually used one so it'll be a bit daunting if I have to pick this up from scratch.

Kind of surprising there isn't more activity with PnPs in LinuxCNC, it can already do almost everything it would need to without all the weird pseudo Gcode nonsense that OpenPnP uses. With all the cheap PCB manufacturers these days, you'd think we'd all be building PnPs.
  • behai
  • behai
08 Apr 2025 13:42

4-Gang 1-Way Switch To Control 3 Power Supplies and a Router Independently

Category: Computers and Hardware

Where are you getting the info?
No DC side relays nor switches!!!
Never switch the DC side, unless you're in the solar panel business.
 


Hi tommylight,

I apologise, I rechecked the diagram (or rather picture) I drew before posting the question, I have the miniature circuit breaker between the input AC power outlet and the Mean-Well MDR-100-24 PSU... My question was completely wrong.

I learned above circuit breakers via the articles below, and other YouTube videos:

Choosing the Right Circuit Breaker for Your Electrical Needs

Main Difference between Fuse and Circuit Breaker

Tripping Curves of Circuit Breakers – B, C, D, K and Z Trip Curve

(These articles and the videos have nothing to do with my bad question.)

Can you please help me selecting the right circuit breaker to use with the Mean-Well MDR-100-24 PSU, in term of Current Rating and the Voltage Rating?

-- I understand that since this AC, and the Australian voltage rating is 240V, so it should be 240V?

Thank you and best regards,

...behai.

 
  • blazini36
  • blazini36
08 Apr 2025 13:42
Replied by blazini36 on topic Flex GUI New Tutorials

Flex GUI New Tutorials

Category: Flex GUI

Anyone running Flex on a machine yet?

I all the sudden had a need for a small laser cutter and just happened to have a small Pick-N-Place machine I built like a year and a half ago. I couldn't really get LinuxCNC and OpenPnP to play nice together at the time so the PnP has been collecting dust since......

Now that wannabe Pick-N-Place is a universal Pick-N-Place / Diode laser. Needed a GUI for it so I repurposed the other Flex GUI I was working on specifically for the laser. I've been more worried about making it functional than super pretty but it's certainly doing the job.

Thanks again to JT for making things easy for us code handicapped folks

 

 
Displaying 15841 - 15855 out of 18525 results.
Time to create page: 0.816 seconds
Powered by Kunena Forum