Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
02 Jul 2025 19:34

7i92M very weird communication problem!!!

Category: Installing LinuxCNC

If there was no communication, LinuxCNC should exit.

Are you saying LinuxCNC is running but you have no activity light
(green LED on 7I92 RJ45)?

What does:

ip a

report when in this state?
  • mariomatix@yahoo.de
  • mariomatix@yahoo.de
02 Jul 2025 19:33

Entwickler für eine Programmierung einer angepassten CNC Software auf LinuxCNC

Category: Deutsch

Hallo Herr Jansen,

ich habe Ihnen unter This email address is being protected from spambots. You need JavaScript enabled to view it. eine E-Mail gesendet.

Mfg Mario Gnad
  • Doc_emmet
  • Doc_emmet
02 Jul 2025 18:58 - 02 Jul 2025 19:01
Read value or file in G-code was created by Doc_emmet

Read value or file in G-code

Category: G&M Codes

Hello, I want to use QtDragon to determine the tool height using Utils - Workpiece and then save the result so that I can access the value in the G-code. My idea was to save the result to a file, which also works by slightly modifying the auto_height.py file. I added the following line:

def show_result(self, data):
        diff = float(data) - float(data)
        self.lineEdit_height.setText(format(diff, '.3f'))
        # New line by me:
        with open('/home/dg/linuxcnc/nc_files/probe_height.txt', 'w') as f: f.write(str(diff))

But how can I access the value stored in the probe_height file in a measurement routine.ngc, or can I save the measured value directly in
the G-coder as a variable, e.g., #5000
 
  • meister
  • meister
02 Jul 2025 18:24

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

Category: General LinuxCNC Questions

you need a clock of min. 10Mhz for the ICE40
Error: PLL input frequency 5.000 MHz is outside range 10 MHz - 133 MHz!
the cmd: '
gpio mode 7 clock;
gpio clock 7 5000000'
will generate an
18Mhz clock, not 5Mhz, don't know why


than you need to set the osc value to your new clock speed in
riocore/boards/IceShield/board.json
"clock": {
"osc": "18000000",
"speed": "29812000",
"pin": "35"
},

you can test the spi connection with the rio-test tool:
bin/rio-test riocore/configs/IceShield/config.json
i think to have the gpio commands you need to install WiringPi:
github.com/WiringPi/WiringPi/releases/tag/3.0

sorry, can not test it at the moment
  • Martin1901
  • Martin1901
02 Jul 2025 18:03

Entwickler für eine Programmierung einer angepassten CNC Software auf LinuxCNC

Category: Deutsch

Guten Tag zusammen,wir sind ein Maschinenbauunternehmen aus Norddeutschland und suchen einen Partner, der uns bei der Entwicklung einer CNC-Software für ein Bohr- und Fräszentrum unterstützt. Die Software soll auf LinuxCNC basieren und eine eigene, individuell gestaltete Benutzeroberfläche mit verschieden Features erhalten.Das beauftragte Unternehmen sollte die Erstinbetriebnahme übernehmen und einen langfristigen Support sicherstellen können.
Ein Lastenheft mit den Anforderungen an die Software liegt bereits vor.Bei Interesse an diesem Projekt freue ich mich über Ihre This email address is being protected from spambots. You need JavaScript enabled to view it.

Gruß

Martin Jansen

 
  • meister
  • meister
02 Jul 2025 17:35 - 02 Jul 2025 17:36
Replied by meister on topic Xilinx Zynq 7010 fpga crypto windfall boards

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

my board is now here too.

I also managed to get the LEDs to flash,
but the FPGA with Vivado is very complicated for me.

In addition, the bridges you have to set on the board are extremely small (R1485 / 25Mhz clock).

somehow it is also possible to clock via PS (ARM-Core),
but I can't get it to run so easily with the console tools :(

Flashing via JTAG doesn't really work either, I can only write to RAM.

I'll keep playing around with it, but please don't expect RIO integration.

Otherwise the FPGA is cool with its dual-core ARM running Linux :)
 
Displaying 14746 - 14751 out of 14751 results.
Time to create page: 0.755 seconds
Powered by Kunena Forum