Advanced Search

Search Results (Searched for: )

  • Murphy
  • Murphy
23 Jun 2025 19:27

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

@scotta, I just tested the 3.1.4 unfortunately it's still the same no change. Spindle dips to nearly zero while in CSS
  • PedPEx
  • PedPEx
23 Jun 2025 19:13 - 23 Jun 2025 19:17

Problems switching PDO assignments (EP5101-0011)

Category: EtherCAT

I tried a bunch of stuff, this are the results:

1. I tried to set the corresponding PDO assignments via EtherCAT-Configurator once again. It changed the PDO assignment but after a power-cycle the settings were gone.

2. I tried to set the PDO assignment via a InitCMD-XML file. The InitCMDs do not change anything unfortunately. A "ethercat rescan" didn't help either, it just caused more errors in dmesg (output attached)

3. Your linked your software "convertorSdos.exe", i wasn't able to use it properly, it errored out with a "Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at Program.Main()" and crashed entirely. I started it with the "Beckhoff_EP5101-0011_config.xml" in the same folder, typed in "c -i" and gave it the absolute path to the before mentioned XML file - what did i do wrong?
  • langdons
  • langdons
23 Jun 2025 18:59
Replied by langdons on topic new ESI XML to Eeprom converter tool

new ESI XML to Eeprom converter tool

Category: EtherCAT

Please link to the too, written in C.

Perhaps there's some legal loophole.
  • Hobbymate
  • Hobbymate
23 Jun 2025 18:44
Replied by Hobbymate on topic Weird problem happening during g71, g70 cycle

Weird problem happening during g71, g70 cycle

Category: General LinuxCNC Questions

Thanks for answering. When i run this code from examples its do. G21 G54 G18
F400

O100 SUB
G0 X10 Z0
O101 REPEAT [3]
G1 X[#<_x>-5] Z[#<_Z>+3]
G1 X[#<_x>-5]

O101 ENDREPEAT
O100 ENDSUB

O101 SUB
G72 Q100 X1 Z1 D0.5 I1 R0.3
G70 Q100 X1 Z1 D0.5 P3
O101 ENDSUB

O101 CALL

M2
When from this code i delete G72 line G70 working fine . But when i change G72 to G71 Linuxcnc freezing . Can someone direct me to right path. How to run G71 .
.
  • PCW
  • PCW's Avatar
23 Jun 2025 18:38

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

if you: 

1. Disconnect the encoder

2. Change the index input to TTL mode
(W1 left)

3. With LinuxCNC running and halshows "Watch" tab showing
    hm2_7i96s.0.encoder.00.input-index, does the state of
    hm2_7i96s.0.encoder.00.input-index change when you ground
    the IDX+ input (TB2 pin 13)?
  • JackRay
  • JackRay
23 Jun 2025 17:08
Replied by JackRay on topic homing with Phase Z encoder on MESA 7i96s

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

My wiring is good. I followed the MESA7i96s documentation. I think everything is correct.
I've tested 5 RS-422 encoders with phase A+,A-,B+,B-,Z+,Z-. Or maybe my MESA board isn't working properly. I don't know how to get out of it
  • Creative25
  • Creative25
23 Jun 2025 16:27
Replied by Creative25 on topic TB 6600 getting hot

TB 6600 getting hot

Category: Driver Boards

Good point I forgot to mention the specs
Current is 3A. Resistance is 1.3 Ohm
Holding torque 3 Nm
I run them with a 36v power supply.

O guess that about no voltage specification is a good point you don’t know what transistors are in there.
  • Kieran
  • Kieran
23 Jun 2025 15:19
Replied by Kieran on topic Do I need a better PC?

Do I need a better PC?

Category: EtherCAT

 

File Attachment:

File Name: ethercatse...axis.zip
File Size:8 KB
  • Yaroslav
  • Yaroslav
23 Jun 2025 13:22
  • Lcvette
  • Lcvette's Avatar
23 Jun 2025 13:14
Replied by Lcvette on topic Probing alert on missing parameters

Probing alert on missing parameters

Category: QtPyVCP

Your picture above, you have to 99 listed as probe tool. But no tool loaded in software. Shows 0 as being the loaded tool.
  • Aciera
  • Aciera's Avatar
23 Jun 2025 12:55
Replied by Aciera on topic Fanuc-Style Toolchange

Fanuc-Style Toolchange

Category: Advanced Configuration

usually you would have the files in your config folder but the main thing is that they can be found where the file paths in the ini file point to, so don't forget to add the [PYTHON] section and contents to your ini file and set the appropriate paths.
See the sim configs for how to set things up.
  • meister
  • meister
23 Jun 2025 12:50
Replied by meister on topic How to design new driver for my own board

How to design new driver for my own board

Category: Driver Boards

sweet :)

and for the host interface USB?
this will not really work :(
LinuxCNC is a little bit different to other controller like GRBL,
you need a realtime loop between board and host and this will only work with Ethernet/Ethercat/SPI(raspberry) or LPT., not with USB or UART.

If you need almost ready to use Gateware/Drivers for your board, you can look at:

github.com/multigcs/riocore/
(github.com/multigcs/riocore/blob/dev/doc/BOARDS.md)

this is a gateware generator and all the FPGA stuff is written in verilog,
but it use W5500 UDP interface or SPI.
There is also an UART/USB plugin, but only for testing, not for realtime use.

you can take a look on my youtube channel, there are many videos with different FPGA's running RIO:
www.youtube.com/@unixconf/

but i can understand if you prefer to write your own software, it's also fun :)
  • vitali
  • vitali
23 Jun 2025 12:36
  • vitali
  • vitali
23 Jun 2025 12:06
Replied by vitali on topic How to design new driver for my own board

How to design new driver for my own board

Category: Driver Boards

Thank you for the help. I am going to use EP4CE10E22, Verilog, and it will be open source project.
Board parameters:
Dimensions 67x76x20 mm
Weight 60g
Supply voltage 12-24V
Power 0.5 W
Opt. isolated inputs 24
Outputs: digital 16 (0.5A max)
analog 2 (0-10V)
JTAG, USB
  • endian
  • endian's Avatar
23 Jun 2025 11:56
Replied by endian on topic Fanuc-Style Toolchange

Fanuc-Style Toolchange

Category: Advanced Configuration

okay thanks ...

If I want to fanuc style tool offsets .. I will do remap
[RS274NGC]
SUBROUTINE_PATH = ./:../
          REMAP = T prolog=get_T_number ngc=toolchange
 PARAMETER_FILE = sim-lathe.var
change tool table
[EMCIO]
                 TOOL_TABLE = lathe-fanucy.tbl
then allow the wear offsets
# for details see nc_files/subroutines/maco_instructions.txt
[DISPLAY]
LATHE = 1
BACK_TOOL_LATHE = 0
LATHE_WEAR_OFFSETS = TRUE

all other files have to be in the same folder too?

I want to move from 2.8.4 to 2.9.4 and I am searching for updates which should improve my life

thanks
Displaying 1006 - 1020 out of 25207 results.
Time to create page: 0.246 seconds
Powered by Kunena Forum