Advanced Search

Search Results (Searched for: )

  • JT
  • JT's Avatar
15 Jul 2025 14:09
Replied by JT on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Thanks for the report, this has been fixed.

JT
  • Smitherman
  • Smitherman
15 Jul 2025 13:17

Cumark Closed-Loop VFD with EtherCAT (non-CiA402) Configuration

Category: EtherCAT

Hello EmilDLo,
mine is right now working with your config. I can start it up to explicit RPM, change RPM and even stop without problem. I didnt change anything on your XML, Ini or hal, so your problem completly is in your VFD set up.
  • epineh
  • epineh
15 Jul 2025 12:53

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Thanks for that, nice touch having the interval/on times adjustable from the status page, very handy.

The WLED should be great for general status conditions and minor warnings at a glance, looking forward to adding some bling to my machines.

Cheers.
Russell.
  • stenly
  • stenly
15 Jul 2025 12:24
Replied by stenly on topic Deckel-Maho DMU 50T

Deckel-Maho DMU 50T

Category: Milling Machines

I managed to resolve it. Turns out those boards are maybe not for the same type of encoder? The sin and cos were inverted and so were their + and -. The connector was also mirrored the wrong way. I managed to cross the DB15 connector pins in a way to get it to work, though, and I can happily report it's basically plug and play after that. All that's left is to play around with the resolution with the jumpers a bit...
  • meister
  • meister
15 Jul 2025 11:06

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

a little tip on what you can do with the wled's to display the status:
        {
            "type": "wled",
            "pins": {
                "data": {
                    "pin": "WLED:DATA"
                }
            },
            "signals": {
                "0_green": {
                    "net": "(!halui.mode.is-auto and !axisui.error) or halui.program.is-paused"
                },
                "0_red": {
                    "net": "axisui.error"
                },
                "0_blue": {
                    "net": "halui.mode.is-auto"
                }
            },
            "uid": "wled0"
        },

 
  • meister
  • meister
15 Jul 2025 10:59

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

in dev branch and untested (only via testbench):

github.com/multigcs/riocore/blob/dev/rio...s/interval/README.md

little config example 10 seconds on / interval 20 minutes default
        {
            "type": "interval",
            "pins": {
                "out": {
                    "pin": "PIN:69"
                }
            },
            "uid": "interval0",
            "signals": {
                "enable": {
                    "display": {
                        "title": "Pump-Active",
                        "section": "status"
                    },
                    "net": "halui.machine.is-on"
                },
                "ontime": {
                    "display": {
                        "title": "Pump-OnTime (s)",
                        "initval": 10.0,
                        "min": 5.0,
                        "max": 20.0,
                        "section": "status"
                    }
                },
                "interval": {
                    "display": {
                        "title": "Pump-Interval (s)",
                        "initval": 1200.0,
                        "min": 600.0,
                        "max": 1800.0,
                        "section": "status"
                    }
                }
            }
        }

looks like this:
 

and the onTime can be adjust between 5 and 20 seconds / interval between 600 and 1800 seconds (10 - 30 minutes)

 
  • meister
  • meister
15 Jul 2025 07:59

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

i will add a new plugin named 'interval' or so.
then you can configure the on-time and the interval-time via gui/hal
Displaying 14416 - 14422 out of 14422 results.
Time to create page: 0.731 seconds
Powered by Kunena Forum