Advanced Search

Search Results (Searched for: )

  • epineh
  • epineh
Today 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
Today 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
Today 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
Today 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
Today 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
  • MaxEkb77
  • MaxEkb77's Avatar
Today 07:30
Replied by MaxEkb77 on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

You can make "no encoder reset" & use standart linuxcnc homing procedure
  • giaviv
  • giaviv
Today 06:57
RS485 Spindle Control was created by giaviv

RS485 Spindle Control

Category: Driver Boards

Hey,

I have a Mesa 7i95t board that to my understanding has support for RS485.

I want to connect my Delta MS300 VFD to LinuxCNC over RS485, and I think I have two options:
* I've got a USB RS485 dongle that I can connect to the PC and to the VFD on the other end
* I can connect the Mesa board's RS485 terminals to the VFD

Which one of these options are preferable? Are both these options correct, and are there any pros/cons to either?

Thanks!
  • G0G53Z148
  • G0G53Z148's Avatar
Today 06:47
Mesa Auswahl für größeres Projekt was created by G0G53Z148

Mesa Auswahl für größeres Projekt

Category: Deutsch

Guten tag zusammen,
Ich wende mich an euch weil ich den Anschluss vor lauter kabeln nicht mehr sehe.

Konkrekt geht es um 
4 x Step-Dir Servos
1 x -10 bis +10V Spindelservo
2-3 0-10V Spindelservo
8 Eingänge für je 2 Achsendschalter
4 Ausganänge für Bremsen

dann noch Aus und Eingänge für Allfälliges 

Die erste Kombi die mir eingefallen ist war 
7i92TH
7i77
7i90HD
7i85
die 7i77 und 7i90HD kann man über IDC26 P1 und P2 mit IDC26 -> DB25 verbinden
aber dann hat die 7i85 noch keine ansteuerung. Kann ich die auch an die 7i92TH hängen? wenn ja wie bitte oder braucht die 7i85 eine weitere 7i92TH

Das war so mein gedanke 
was würdet Ihr verwenden oder einsetzten 

Danke mal wieder für die hilfe und schöne grüße aus Österreich
 
  • hitchhiker
  • hitchhiker
Today 06:18
Replied by hitchhiker on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

i found a solution that worked.
i change inside my inverter to 0-5v input and adjust the potentiometer on the china pwm to analog pcb.
then i change the scale in the hal for the pwm.

50% 12000 rpm 203hz
100% 24000 rpm 400hz
75% 18000 rpm 305hz
25% 6000 rpm 101hz
12.5% 3000 rpm 49hz

it works for me

thanks guys
  • Gautham
  • Gautham
Today 04:20
Replied by Gautham on topic 5 axis milling machine with 7i96s

5 axis milling machine with 7i96s

Category: Driver Boards

Thank you so much PCW
  • Revinvoss
  • Revinvoss's Avatar
Today 04:17

Trouble with LinuxCNC and Gantry stepper motor setup.

Category: Computers and Hardware

I do. I was able to get the Z stepper working, as it had a low voltage issue and was only able to jog in the up direction when I clicked on the jog arrows in config wizard. was also able to find the gantry config in the config setup when I opened Linuxcnc app. I am now needing to locate a helpful tutorial on Homing the joints. Have not found any yet. Can not do anything until this is done.
 
  • stirra
  • stirra
Yesterday 00:43
Replied by stirra on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

Actually, now that I have done more testing and fixed on issue in my ini file (had HOME_SEQUENCE=1 for all joints instead of 0), my original instructions at forum.linuxcnc.org/ethercat/54908-missin...-homing-lc10e#318671 appear to work correctly for homing LC10E drive with an external home switch on DI2.

-- Ralph
  • PCW
  • PCW's Avatar
Yesterday 00:20

Trouble with LinuxCNC and Gantry stepper motor setup.

Category: Computers and Hardware

I thought you had a parallel port setup ( using stepconf to create configurations )
  • cnbbom
  • cnbbom
Yesterday 00:20
Replied by cnbbom on topic New and Working RTAI debs for 2.9

New and Working RTAI debs for 2.9

Category: Installing LinuxCNC

Hi, can you detail how you managed it, since other users have had problems? I'm having problems with rtai-modules-5.4.290_5.3.3-linuxcnc_amd64.deb
Another detail is that when I try to remove linuxcnc, I get another error. It says: Sub-process /usr/bin/dpkg returned an error code (1)
 

Guys, I found here what I needed to solve the problem, but when I open LinuxCNC, the screen goes black and restarts to the user login. However, I don't know if this is normal or if there is a problem, so I prefer to restart the machine.        forum.linuxcnc.org/9-installing-linuxcnc...ue-with-2-9-4#327437        
  • Revinvoss
  • Revinvoss's Avatar
Yesterday 23:17

Trouble with LinuxCNC and Gantry stepper motor setup.

Category: Computers and Hardware

So which mesa board will I need as the one i have is 
Displaying 1 - 15 out of 25287 results.
Time to create page: 0.215 seconds
Powered by Kunena Forum