Advanced Search

Search Results (Searched for: )

  • feng
  • feng
05 Jul 2025 08:13

My CNC with EtherCAT and Mesa card

Category: Driver Boards

四个伺服驱动器使用 EtherCAT。Mesa 卡用于控制 MPG、急停、对刀仪和冷却液。
  • dubstar_04
  • dubstar_04's Avatar
05 Jul 2025 08:00
Replied by dubstar_04 on topic [Solved] Mesa 7i96 Spindle PWM

[Solved] Mesa 7i96 Spindle PWM

Category: Driver Boards

Hi Peter,

Is the file you uploaded correct? It is listed as 7I96S and I can't seem to find a .bit file.

Thanks,

Dan
  • Johnnysacalu
  • Johnnysacalu
05 Jul 2025 07:48 - 05 Jul 2025 16:26
Replied by Johnnysacalu on topic Lo ejes dejaron de moverse

Lo ejes dejaron de moverse

Category: General LinuxCNC Questions

Tengo cables blindados en todos los cables (motores, encoder, interruptores de limite) y están conectados a tierra solo en el lado de los controles. También tengo cables blindados entre los drivers y la tarjeta mesa 7i96s (no se si son necesarios ya que están dentro de una caja metalica)

Y ahora ya estoy dudándolo creía que la conexión diferencial era menos susceptible a EMI (me podrías decir como lo tengo conectado como en el diagrama que te envié) y si lo tengo conectado de manera equivocada cual es la correcta. No se como es la conexión en single ended.

Editado 

Creo que lo que me recomiendas es esto me lo puedes confirmar.

 * Alimentación de +5V a los pines de entrada positiva del driver CL86T:  

 * Conectar los pines PUL+, DIR+ y (ENA+ si se usan para controlar el habilitado) del driver CL86T a una de las salidas +5VP de la Mesa 7I96S.   Los pines +5VP en los conectores TB1 (por ejemplo, TB1 Pin 6, 12, 18, 24 para los ejes 0-3) TB2 (por ejemplo, TB2 Pin 6, 20 para el eje 4). Estos pines son salidas de 5V protegidas contra cortocircuitos por PTC.

 * Señal de Paso (STEP):   Conectar el pin STEPx- de la Mesa 7I96S (donde 'x' es el número de eje, por ejemplo, STEP0- para el Eje X en TB1 Pin 2) al pin PUL- del driver CL86T.

* Señal de Dirección (DIR): 

  * Conectar el pin DIRx- de la Mesa 7I96S (donde 'x' es el número de eje, por ejemplo, DIR0- para el Eje X en TB1 Pin 4) al pin DIR- del driver CL86T. NO SE SI ESTO ES OBLIGATORIO NO LO TENGO CONECTADO!

 * Señal de Habilitación (ENA - Opcional pero recomendado): 
 * La Mesa 7I96S tiene cuatro salidas DC aisladas de alta corriente (OUT0- a OUT3- y OUT0+ a OUT3+). 
  * Conectar el pin OUTx- de la Mesa 7I96S (por ejemplo, OUT0- en TB3 Pin 13) al pin ENA- del driver CL86T. Asegurando de que ENA+ del driver CL86T esté conectado a los +5V de la Mesa. Debería configurar esta salida en LinuxCNC.
Diagrama Esquemático SimplificadoMesa 7I96S (TB1/TB2/TB3)
  +5VP (Mesa) ->PUL+  DIR+   ENA+ (si se usa control por ENA)  (de TB1 Pin 6, 12, etc. o TB2 Pin 6, 20) |  

 STEPx- (Mesa)  ->PUL-  
DIRx- (Mesa) -> DIR- 
  OUTx- (Mesa) (Opcional para ENA) -> ENA- 

Gracias.
  • Surmetall
  • Surmetall's Avatar
05 Jul 2025 07:21

WEMAS MT 32 CNC Lathe -> LinuxCNC - Mesa or EtherCAT?

Category: Turning

Hello pippin,

Thanks! :)

its called "Streamdeck" in my case the XL Version. Its a programmable lcd wirh buttons. Streamers/Cutters/etc use it for shortcuts and so on.


Smarter people than me are working on it to make it even more usable with LinuxCNC!

forum.linuxcnc.org/show-your-stuff/52628...for-linuxcnc?start=0




greetings
Tom
  • tivoi
  • tivoi's Avatar
05 Jul 2025 07:12
Replied by tivoi on topic poor surface quality

poor surface quality

Category: General LinuxCNC Questions

Which type of servo drive do you use?
  • Martin87
  • Martin87
05 Jul 2025 07:04
Replied by Martin87 on topic Tool Change

Tool Change

Category: Configuration Tools

I also have an automatic tool change that already works, but I'm prompted to do so every time I change a tool and have to confirm the tool with the OK button.
I don't know how to delete it from the system. It should run automatically without the OK button.
Do you perhaps have experience with this?
Kind regards

  • Martin87
  • Martin87
05 Jul 2025 07:01
Replied by Martin87 on topic Tool Change

Tool Change

Category: Configuration Tools

I also have an automatic tool change that already works, but I'm prompted to do so every time I change a tool and have to confirm the tool with the OK button.
I don't know how to delete it from the system. It should run automatically without the OK button.
Do you perhaps have experience with this?
Kind regards
  • pippin88
  • pippin88
05 Jul 2025 04:30 - 05 Jul 2025 04:35
Replied by pippin88 on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

Suggestion / request:
Overrides
When starting a program running (cycle start): user is prompted that an override (rapid, feed, or spindle) and asked whether they want to continue with override, or want to reset to 100%


I could imagine make an optional warn dialog with a settable limit. For all overrides? Feed, rapid and spindle?


Yes, something like attached.



Warning pop up if any override is on.
  • nejiman10
  • nejiman10's Avatar
05 Jul 2025 03:07

LinuxCNC with RIO (FPGA) SPI Issue: Unexpected 'HXHP' Response

Category: General LinuxCNC Questions

Switching from `pigpiod` to WiringPi resolved the issue—SPI communication is now working as expected.
Thank you very much for the detailed explanation.

I followed your instructions and used the following `gpio` commands to generate the clock:

gpio mode 7 clock
gpio clock 7 5000000

While I couldn’t measure the actual frequency, the FPGA responded properly after applying this change, so it seems that the commands produced an 18 MHz clock as you suggested.
My `board.json` already contained the following settings:

"clock": {
"osc": "18000000",
"speed": "29812000",
"pin": "35"
}

After this setup, the `rio-test` tool returned valid results, and LinuxCNC no longer shows the `"HXHP"` error.

It appears that the 5 MHz clock generated by `pigpiod` was not suitable for the ICE40, and this prevented the FPGA from functioning correctly.

Thanks again—this completely solved the problem.
  • ANGELOS13
  • ANGELOS13
05 Jul 2025 02:51
Replied by ANGELOS13 on topic 7i92M very weird communication problem!!!

7i92M very weird communication problem!!!

Category: Installing LinuxCNC

I reinstalled the ethernet drivers and got it down to 12ms so got it working for now, all tho at slow speeds. I order a faster mini computer so I hope that gets fixed, I installed a 7i76u daughter card, I flashed the bin file and nothing again the CR3 led is yellow and CR6 led is red. I installed the 7i92 with 7i76 bin file.
  • cakeslob
  • cakeslob
  • phino
  • phino
05 Jul 2025 01:20

Using Mesa 7i95T for laser + galvo (xy2-100) control

Category: Driver Boards

Thanks for the warning. What or where is the issue with raster galvo laser support? I'm still learning about linuxcnc and the mesa hardware and understanding how to implement the relevant capabilities.

This project involves only vector laser cutting or sweeping some areas with the galvos, not raster etching of images or text etc. In the future though of course it would be good to have both vector and raster capabilities.
  • suraj9735
  • suraj9735's Avatar
05 Jul 2025 01:01 - 05 Jul 2025 01:03

Adding external switch for emergency stop and feed override

Category: Basic Configuration

Dear LinuxCNC User,

I have bare minimum code of .ini and .hal file that perfectly working for single axis linear stage. Now, I want to add two switches one for emergency stop and another for feed override. I am planning to use pin 0 for emergency stop and pin 1 for feed override of Mesa 7i95 board.

Kindly provide the necessary pieces of code that need to be added in .hal and .ini file. explain the logic of the connection because I am not an expert of editing the .hal file.

The wiring I am planning for these switches are following..

either 0 or 5 volt to pin 1 using external DC power supply (I don't have switch currently but will buy it soon)

Continuous Analog voltage from 0-5 volt at pin 2 using another DC Power supply

GND, 0 volt at pin 3, because it is common ground for pin 0 and pin 1.

I am using linuxcnc 2.9.2


Thanks.
  • kworm
  • kworm
05 Jul 2025 00:34 - 05 Jul 2025 01:17
Replied by kworm on topic Servo Driver Plasma Retrofit

Servo Driver Plasma Retrofit

Category: Plasmac

Thanks Tommy. The attached files will support the 7i97t.  I created a config successfully but I don't have a card to test with so maybe the OP or someone can give it a try and let me know if it works.  I can send in a pull request if it's good.   This will only work with 2.10 master.

After updating to latest master just copy the attached private_data.py file to /usr/lib/python3/dist-packages/pncconf/ and the pncconf.py to /usr/bin/pncconf

I would suggest making a backup copies of the original files first just in case.
  • PCW
  • PCW's Avatar
04 Jul 2025 23:47
Replied by PCW on topic Mesa 7i96s / Network no longer working

Mesa 7i96s / Network no longer working

Category: Driver Boards

Yes, Mesa can repair these cards

if they out of warranty, there is a nominal
change for chip replacement, usually $35.00

If these are not is the US, its probably cheaper
to repair locally due to shipping costs.
 
Displaying 136 - 150 out of 25549 results.
Time to create page: 0.345 seconds
Powered by Kunena Forum