Advanced Search

Search Results (Searched for: )

  • Moutomation
  • Moutomation
02 Aug 2024 18:46
Replied by Moutomation on topic linuxcnc 2.9.2 ethercat problem

linuxcnc 2.9.2 ethercat problem

Category: EtherCAT

Why are you so upset with what I said? Do you like it when people beg for help? Or do you like it when they are drowning in a lot of problems? I am just informing people about these things.
  • Moutomation
  • Moutomation
02 Aug 2024 18:34
Replied by Moutomation on topic linuxcnc 2.9.2 ethercat problem

linuxcnc 2.9.2 ethercat problem

Category: EtherCAT

I think you are far from professional CNCs. Devices with inputs and outputs that can control 256 axes are 1000 euros. Also, a person who needs help is a novice in these matters, how can he contribute? Did you start this job by helping directly? Did you not need help at all in the beginning? I have been working on it for a month, I opened a few issues in just a few days, and I only got a half-answer on 1 issue.
  • Aciera
  • Aciera's Avatar
02 Aug 2024 18:33
Replied by Aciera on topic linuxcnc 2.9.2 ethercat problem

linuxcnc 2.9.2 ethercat problem

Category: EtherCAT

I buy and use professional devices, I pay money for these devices. I only shared this to prevent anyone from getting hurt. Because I can't do something I did a week ago a week later. For example, who can guess that something that worked a week ago won't work a week later. And since I worked it before, I could start a new job thinking it would work again and I could be disappointed. My aim is to prevent others from falling into these situations. .

People like you just make me sad I'm just glad there are not too many like you around here.
  • Aciera
  • Aciera's Avatar
02 Aug 2024 18:20
Replied by Aciera on topic How to put a password on the exit button

How to put a password on the exit button

Category: Gmoccapy

How can I put a password on the exit button?

You would have to modify the gmoccapy source code for this.

How do I check the g code renewal key from Classicladder?

you can't as there is no hal pin or state tag that reflects the reload action. You would need to handle this in the GUI source code.
  • meister
  • meister
02 Aug 2024 18:17

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

Category: Computers and Hardware

we have 2 buffers like this:

reg [31:0] tx_data;
reg [31:0] rx_data;

when a packet is received on port 2390 (UDP),
it should be written to rx_data and the data from tx_data
directly send back to the sender.

thats all in the first step.

later we need a check if the received package have the correct ID


I am one step further with the w5500,
the problem is here:
        end else if (state == STATE_RX_START) begin
            rx_buffer_read_pointer <= rx_buffer_read_pointer + data_read[7:0];


            if (rx_size == (BUFFER_SIZE_RX+HEADER_SIZE)) begin

                stat <= 3;

                rx_buffer_valid <= 1;
                current_instruction <= {8'd0, rx_buffer_read_pointer, BSB_S0_RX_RWB_READ};
                spi_clk <= 1'b0;
                state <= STATE_PULLING_DATA;
                spi_chip_select_n <= 1'b0;
                spi_clock_count <= 10'd0;
                is_busy <= 1'b1;
            end else begin

                stat <= rx_size;

                rx_buffer_valid <= 0;
                state <= STATE_RX_WRITE_PTR1;
                is_busy <= 1'b1;
            end

rx_size is only 8bit, so it will not send back a package and then we get the timeout
....
  • Aciera
  • Aciera's Avatar
02 Aug 2024 18:11
Replied by Aciera on topic linuxcnc 2.9.2 ethercat problem

linuxcnc 2.9.2 ethercat problem

Category: EtherCAT

I installed it on another computer a few weeks ago and there was no problem.
I think Linuxcnc's ethercat support can be turned off by someone who provides this support whenever they want.
I think Linuxcnc is not suitable for professional use because an installation that could be done last week cannot be done this week.
For example, let's imagine a person who is building a machine with Linux, everything is finished and it is at the operating stage. There is an ethercat problem right now and it can't be solved. How can it wait for it to be fixed? It can't wait, that's why it doesn't use Linuxcnc, it uses professional devices. Yes, Linuxcnc may be free, but it doesn't matter if it is free if it doesn't work when it should.


Well look at what happened to all those pros using Windows a couple of weeks ago.

I'm sorry but this kind of consumer attitude is not helpful, if you need 100% reliability and availability then you may want to consider investing the 20 or 30 grand in a professional solution.
You may not be aware of this but pretty much everything here is the result of donated time. Made available to the public to enable people like you build things they could not otherwise dream of making, this forum included. Where is your contribution to warrant such a fit?
  • Moutomation
  • Moutomation
02 Aug 2024 18:08 - 06 Aug 2024 18:13
Replied by Moutomation on topic linuxcnc 2.9.2 ethercat problem

linuxcnc 2.9.2 ethercat problem

Category: EtherCAT

Linuxcnc is best cnc
  • scottlaird
  • scottlaird's Avatar
02 Aug 2024 18:01
Replied by scottlaird on topic New LinuxCNC-Ethercat git tree

New LinuxCNC-Ethercat git tree

Category: EtherCAT

Sorry, just saw this. Digital works, analog doesnt? Have you tested both the analog in and out, or just the out?

I'll double check the code vs the specs and see if anything leaps out.
  • scottlaird
  • scottlaird's Avatar
02 Aug 2024 17:57
Replied by scottlaird on topic linuxcnc 2.9.2 ethercat problem

linuxcnc 2.9.2 ethercat problem

Category: EtherCAT

IIRC, the Ethercat people just did a major version upgrade after literally years of leading up to it. We should probably either pin LCEC to v 1.5.x or see what it takes to fix whatever upgrade problems are happening. I'll take a look at it later today if possible.

The larger issues are kind of complex, and discussing them would get in the way of fixing the short-term bug. I'll just say that if you really want to depend on something in a production environment, then you either want to be paying someone for dependable support, have the ability to fix just about anything yourself, or be able to live without it for a while. This isn't LinuxCNC-specific, or really specific to any technology at all.

I don't know of anyone offering this level of support for LinuxCNC today, but I've never really looked.
  • Aciera
  • Aciera's Avatar
02 Aug 2024 17:55 - 02 Aug 2024 19:47
Replied by Aciera on topic Error at startup

Error at startup

Category: Configuration Tools

Seems to be an error message that pops up when secure boot is enabled.

See:
forum.linuxcnc.org/9-installing-linuxcnc...i-o-privileges-error

Here is a post by dewey (confirming the issue of secure boot and parallel port):
www.forum.linuxcnc.org/9-installing-linu...o-make-setuid#244223


According to this the issue was supposedly fixed a while ago.

github.com/LinuxCNC/linuxcnc/issues/1272
  • Moutomation
  • Moutomation
02 Aug 2024 17:54 - 06 Aug 2024 18:13
Replied by Moutomation on topic linuxcnc 2.9.2 ethercat problem

linuxcnc 2.9.2 ethercat problem

Category: EtherCAT

rodw is very helpful to everyone regarding ethercat. 
  • Mecanix
  • Mecanix
02 Aug 2024 17:24 - 02 Aug 2024 17:25

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

Category: Computers and Hardware

at the moment, i try to debug a little bit the old w5500 driver and found out that it do not receive the last package
 

I'll standby. That's awesome news to hear, I know you'll figure it out with time. Oh man!!

ps. yes gigabit phy. Correct. If you need the bitstream, shoot an addy I can email -or- a drag & drop box. 
  • Mecanix
  • Mecanix
02 Aug 2024 17:20

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

Category: Computers and Hardware

@meister 

A 1000 meg base ethernet/phy onto "rgmii_txc & rgmii_rxc" buffers. Have a look and let us know if RIO can deal these two buffers. 
Let's get this lag over with and league up a notch! 

Synthesized, Placed and Routed Code in hands. If interested, DM an address I can send bitstream source too [16mb]. 
RTL8211FD Schematic attached (pdf). Same real-estate as the wizzy part, 10x performance increase though.


 
  • RLA
  • RLA
02 Aug 2024 17:16

Hardware needed to switch from mach 3 6 axis to linuxcnc 9 axis

Category: General LinuxCNC Questions

Hi...new here..I have a home built cnc running mach 3.. 6 axis and need to quickly switch to linuxcnc to take advantage of the 9 axis that I will need for an upcoming project. done some reading to be confident it should not be a problem but i am not real clear on what i will need to order in terms of hardware...I currently go from typical BOB to Ethernet smooth stepper which seems like need to be replaced...currently steppers but may want closed loop also..Also pc requirements?

If anyone can list what would be required I would be so grateful as I do not have much time to research...

Thanks,
Rick
  • meister
  • meister
02 Aug 2024 17:14

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

Category: Computers and Hardware

puhh, realy gigabit ? hmm, if it's work

i can run LAN8720 & RTL8201F on the tangprimer, so there is allready code for it as a base


at the moment, i try to debug a little bit the old w5500 driver and found out that it do not receive the last package
Displaying 23461 - 23475 out of 25555 results.
Time to create page: 1.002 seconds
Powered by Kunena Forum