Advanced Search

Search Results (Searched for: )

  • 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.
  • langdons
  • langdons
  • 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
 
  • langdons
  • langdons
16 May 2025 14:50
Replied by langdons on topic Ohmic probe aborts immediately

Ohmic probe aborts immediately

Category: Plasmac

Sometimes LinuxCNC acts up.

It only happened to me maybe twice, but restarting the PC fixed it.

Is it intermittent?
  • langdons
  • langdons
16 May 2025 14:48 - 16 May 2025 16:02

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

Category: Basic Configuration

You mean if you home the axes and then run a program, then jog them to home, they don't reach home?

Are the axes driven by leadscrews?

Are these stepper motors?

SIDE NOTE:
My machine had measurement errors, it turned out that the axes were actually in mm not inches.

20" and 500mm are actually pretty close.
  • langdons
  • langdons
16 May 2025 14:41

[SOLVED] New wifi card causes second parallel port to stop working

Category: General LinuxCNC Questions

Good to hear you have a GPU.

You can connect the PC to a wireless router via ethernet and then connect the camera the same router wirelessly.

The PC and camera can communicate via the router without any Wi-Fi card in the PC.


Why not use the desktop for streaming?

I my experience, it is often better to just avoid a problem by going a different route than to actually fix the problem itself.
  • Muftijaja
  • Muftijaja
16 May 2025 14:29 - 16 May 2025 14:33

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

Category: General LinuxCNC Questions

Hello again!
My next problem to get my machine running (it's running but not as precise as I want it) has to do with two switches.
My tool length sensor is a quite normal mechanical switch, that is NC and put +24V into input-08-not. That's working perfectly.
If I put my 3d Sensor (NPN-NO) into the line as the picture shows, nothing works. The 10k resistor (R1) before the Tool length switch puts the voltage down to 12.xVolts, the Input-08-not is set to "probing" permanently.
The 3D Sensor does nothing at all, not even the LEDs are active (the output is an open collector, I presume). What about diodes?
 

So, my next thought is to disconnect the two sensors from each other and use another Input of my MEsa 7i76e just for the 3D Sensor. This input should not be inverted for correct funktion. How can I do this with or without using an OR2 funktion?
My lines for the tool length are as follows

#---PROBE-IN ---
net probe-in     <=  hm2_7i76e.0.7i76.0.0.input-08-not    
net probe-in     =>  motion.probe-input

AFAIK, I cannot just net another input to motion.probe-input. But how could a OR2 look like?

Thanks for your help, again!
Hanno
 
  • PCW
  • PCW's Avatar
16 May 2025 14:29
Replied by PCW on topic MESA 7i76E burning out issue

MESA 7i76E burning out issue

Category: Driver Boards

If Step/Dir resistor networks or driver chips are being damaged
it means a voltage considerably outside the 0 to 5V range is being
applied to the Step/Dir pins.

First thing I would check is drive grounding and Step/Dir wiring
Routing step/dir lines parallel to servo motor wiring might also
cause enough EMI to damage the drivers.

An intermittent short to 24V wiring is another possibility.
  • cmorley
  • cmorley
16 May 2025 14:26
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

I did push some work to fix an error I found.
  • knipknap
  • knipknap
16 May 2025 14:19 - 16 May 2025 14:24
MESA 7i76E burning out issue was created by knipknap

MESA 7i76E burning out issue

Category: Driver Boards

A while ago, my MESA 7i76E broke; one channel just stopped working. I wrote about that here . I then found someone who repaired the card, after which the machine ran fine for half a year. He said he "replaced the resistor network" of the channel.

Today, the exact same issue appeared again. Joint 2 stopped working and after a restart it worked for a minute and went away again. This is exactly the behavior I saw last time.

This time though I was better prepared and had a spare 7i76E ready to replace the other one. After replacing it the machine ran fine - but after an hour the new card displays the same behavior, too! Clearly something is going on that breaks this channel... sometimes.

What would you do to diagnose this? Replace the JMC servo (with the built in controller) and hope for the best?
Displaying 3766 - 3780 out of 24591 results.
Time to create page: 0.392 seconds
Powered by Kunena Forum