Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
16 May 2025 17:49
Replied by tommylight on topic Need guidence to improve latency and speed

Need guidence to improve latency and speed

Category: Basic Configuration

No need for anything else.
7i76 is a daughter card, 7i76E has it's own controller. E means Ethernet.
  • MarkoPolo
  • MarkoPolo
16 May 2025 17:47
Replied by MarkoPolo on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

It's almost good.

Setting the style in the qtdragon file is quite sufficient.

Restoring settings from the file works well, but only if they are integers.
If it's a floating-point number, then an error appears as in the screenshot.

Another problem (request, proposal) is the "RadioButton" element. It works like a switch and in some macros this is the desired behavior, but in others it is not.
If I want more items to check a logical condition, then there is a problem. That's why a new "CheckBox" element would be useful.
  • knipknap
  • knipknap
16 May 2025 17:20
Replied by knipknap on topic MESA 7i76E burning out issue

MESA 7i76E burning out issue

Category: Driver Boards

Nope, 3 axis 4 joint CNC. I doubt EMI could be it, that data cable is shielded, less than a meter long and separate from power, too. But I'll check every wire.
  • npostma
  • npostma's Avatar
16 May 2025 17:13 - 16 May 2025 17:15
Replied by npostma on topic Need guidence to improve latency and speed

Need guidence to improve latency and speed

Category: Basic Configuration

Thanks! I think i will dive into the deep and order a 7i76EU. I don't need that much I/O now, but not sure in the future. I like to play with the idea of having more axis and sensors like endstops to the machine. Also i have coolant pump and airlines for blowing chips away. Its manually controlled at this moment, but automating this is on my list :-). One last question:

eusurplus.com/index.php?route=product/product&product_id=50

Is referring to a 'daughter' card. Would that imply that i need something extra?
  • tommylight
  • tommylight's Avatar
16 May 2025 17:01 - 16 May 2025 17:02
Replied by tommylight on topic Need guidence to improve latency and speed

Need guidence to improve latency and speed

Category: Basic Configuration

If you do not need much IO, Mesa 7i96S is cheaper and has the same functionality.
And there are two suppliers of Mesa cards in Europe now
www.eusurplus.com in Portugal
www.welectron.com in Germany
  • tommylight
  • tommylight's Avatar
16 May 2025 16:55
Replied by tommylight on topic MESA 7i76E burning out issue

MESA 7i76E burning out issue

Category: Driver Boards

Is this a plasma?
  • tommylight
  • tommylight's Avatar
16 May 2025 16:54
Replied by tommylight on topic Ohmic probe aborts immediately

Ohmic probe aborts immediately

Category: Plasmac

Video of the screen and torch? So twice.
  • grijalvap
  • grijalvap's Avatar
16 May 2025 16:13
Replied by grijalvap on topic Ohmic probe aborts immediately

Ohmic probe aborts immediately

Category: Plasmac

I do have the same problem, I see the ohmic probe is activated then when probe start it "find the plate" and try to go back however torch is in the up limit, then you have a error, I set the threshold to 18V and worked in probing but fail again during real cuts, mine is a water table.
please let us know if find the solution.
  • knipknap
  • knipknap
16 May 2025 15:59
Replied by knipknap on topic MESA 7i76E burning out issue

MESA 7i76E burning out issue

Category: Driver Boards

Thank you, that makes it more clear. I will measure all the cabling and ground connections.
  • Aciera
  • Aciera's Avatar
16 May 2025 15:18

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

- You need to mark the files 'M128' and 'M129' as executable (rightclick-> Properties -> Permissions).

I don't know about changing the key binding at run time but I would strongly advise against using keybord bindings to jog the actual machine. Much better to use hardware panel buttons connected to realtime hardware inputs.

Not sure what you mean by 'executing' a custom component. A 'custom component' refers to something that runs in HAL and as such runs periodically.
linuxcnc.org/docs/html/hal/comp.html

Do you maybe mean a 'remap' to create/redefine a g- or m-code?
linuxcnc.org/docs/html/hal/comp.html
  • npostma
  • npostma's Avatar
16 May 2025 15:05 - 16 May 2025 16:18
Replied by npostma on topic Need guidence to improve latency and speed

Need guidence to improve latency and speed

Category: Basic Configuration

I wouldn’t mind rewiring everything — my setup is quite simple, and the CNC machine is fairly small. For me, building and tweaking the CNC is part of the fun of the hobby.

I’ve read that many of you use various Mesa cards. I was hoping the 7i76EU alone would be a good starting point to learn how to work with Mesa hardware. Do you know if that’s the case? I saw some brutal shipment costs (like 200 dollar plus, so i will have to search for an European supplier, i'm in the Netherlands)

If the 7i76EU would allow me to completely move away from the parallel port, that would be a big plus — especially since I’m currently limited by base-thread latency.

[EDIT]

I see a seller with reasonable shipping costs, not sure if its a trusted compane EUSurplus?I think i am planning to switch to a Mesa board :-) and wanted to check if the 7i76EU is the right fit for my setup. This is what I’m working with:
  • 3x DM542A stepper drivers (they use step/dir signals)
  • 3x LJ12A3-4-Z/BY inductive proximity sensors (used for homing)
  • 1x Huanyang VFD (spindle, controllable via 0–10V or RS-485 Modbus (I think because i now use it over USB)
From what I’ve researched, the Mesa 7i76EU seems like the best option. Here’s why:
  • It supports up to 5 stepper/servo axes via step/dir signals (perfect for my DM542A drivers)
  • It has 32 opto-isolated inputs which should work well with the 24V NPN homing sensors
  • It has 16 outputs, which are configurable (sourcing/sinking)
  • It includes an analog spindle output (0–10V) for VFD speed control
  • It supports RS-485 communication if I decide to use Modbus for the Huanyang VFD
  • It isolates field I/O power from logic power, which helps protect the system
Important to note:
  • The sensors might need a pull-down resistor to give clean logic signals when connected to 24V. I already solderd a pc to convert the 30V signal back to a 5V system with opto's
  • I will need to supply 24V field power to the board 
  • I understand the 7i76EU requires a second Ethernet interface on my PC (either a second NIC or a USB↔Ethernet adapter)
  • I still need a PREEMPT-RT kernel, but I won't have to worry about tight base-thread latency anymore
Does this sound correct to those of you with experience using this board?Thanks in advance!

 
  • alangibson
  • alangibson
16 May 2025 15:04
Replied by alangibson on topic Ohmic probe aborts immediately

Ohmic probe aborts immediately

Category: Plasmac

Unfortunately it happens 100% of every time.

It really feels like a bad setting somewhere, but AFAIK I haven't changed anything relevant since the last time I used it a few months ago. I've been cutting thick material for a while so I just was just using float switch probing.

What I can't get my head around is that there is no indication that the ohmic sense pin is ever on. This makes me think there is an unrelated setting keeping it from probing. I tried adjusting the probe height, but that didn't change anything.

Float switch probing continues to work fine.
  • Hakan
  • Hakan
16 May 2025 14:59

Actual position and Commanded position differ, using cia402 [SOLVED]

Category: Basic Configuration

langdons, sometimes it is better not to answer. It should be obvious from the post that this is an ethercat machine.

I don't see anything obvious wrong in the setup.
8000 is a lot, 8000 steps or ticks or whatever per mm but that is probably right since it moves right.
What you can do to debug this is to use "halshow" and look at all pins in the chain from joint.0.motor-pos-cmd to the cia402 pin, to the driver pin, and the return from the driver pin, to the cia402 pins, to joint.0.motor-pos-fb pin.
  • PCW
  • PCW's Avatar
16 May 2025 14:51

Two switches/sensors for tool length and 3d touching into motion-probe-in? Howto

Category: General LinuxCNC Questions

You would need a stiffer pullup so you get more than 12V at the 7I76E input

I would suggest 2.2K 1/2W

You could also use two separate inputs and an OR or MUX component
(the MUX component has the advantage of ignoring the other input
when not in use, but requires a signal to select which input shouls be active)
  • jochen91
  • jochen91
16 May 2025 14:50

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

Thanks for the input. The softlimit not working with joint limits just with axis limits is sad :(I tried to include to millturn limit changer but LCNC reports: Unknown M code used. I assume somethings not right in the .ini ? Also is it possible to change the key binding dependent on TWP is active or not?

Also: How can a custom component can be executed from a custom M-Code? Background is, that a custom g code or m code is needed to rotate and lock the tool spindle. I feel comfortable creating my own component, but how to execute it from within m code i don't know.

Thank you and kind regards,
Jochen
 
Displaying 14836 - 14850 out of 17460 results.
Time to create page: 0.434 seconds
Powered by Kunena Forum