Advanced Search

Search Results (Searched for: )

  • 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 14866 - 14872 out of 14872 results.
Time to create page: 0.686 seconds
Powered by Kunena Forum