Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
Today 20:55

Request custom bitfile: 5i25 + 7i77 (P3) + 7i74 (P2) with pktUART for Modbus

Category: Driver Boards

Yes, too old to run MODBUS which requires a PktUART version >1

Also with this firmware there is no sserial port 1
(all channels = 0..7 are port 0)
  • HR
  • HR
Today 20:04

Retrofitting Gerber Sabre 408 CNC Router

Category: General LinuxCNC Questions

I am starting this thread to seek information and guidance, with the hope that it may also serve as a helpful resource for others facing similar challenges.I am currently considering retrofitting my machine as the most practical option, given the scarcity and high cost of original replacement parts. With that in mind, I would appreciate any advice on the best approach to begin this project.
  • umerov
  • umerov
Today 19:21

Request custom bitfile: 5i25 + 7i77 (P3) + 7i74 (P2) with pktUART for Modbus

Category: Driver Boards

Firmware flashed without any errors. However, when launching my configuration, I receive errors.

Could this be because of the old Linux?

Or am I loading it wrong?
loadrt hm2_pci config="num_encoders=3 num_pwmgens=0 num_stepgens=0 sserial_port_0=000000 sserial_port_1=00000000"

Terminal output:

Note: Using POSIX realtime
hm2/hm2_5i25.0: inconsistent Module Descriptor for PktUART Transmit Channel, not loading driver
hm2/hm2_5i25.0: Version = 3, expected 0
hm2/hm2_5i25.0: NumRegisters = 4, expected 4
hm2/hm2_5i25.0: InstanceStride = 0x00000004, expected 0x00000004
hm2/hm2_5i25.0: MultipleRegisters = 0x0000000F, expected 0x0000000F
hm2/hm2_5i25.0: inconsistent Module Descriptor!
hm2/hm2_5i25.0: failed to parse Module Descriptor 5
hm2_5i25.0: board fails HM2 registration
RTAPI_PCI: Unmapped 65536 bytes at 0x7f733da96000
Driver probe function failed!
hm2_pci: error registering PCI driver
hm2_pci: rtapi_app_main: Operation not permitted (-1)
  • deltafox24
  • deltafox24
Today 18:30
Replied by deltafox24 on topic Rotary axis in Qtdragon_hd

Rotary axis in Qtdragon_hd

Category: Qtvcp

That's absolutely right; I'm trying to get it to look like your screenshot, but everything is on the same plane for me,
  • PCW
  • PCW's Avatar
Today 18:25

Request custom bitfile: 5i25 + 7i77 (P3) + 7i74 (P2) with pktUART for Modbus

Category: Driver Boards

 

File Attachment:

File Name: 5i25_7i77_...pktd.zip
File Size:108 KB


5i25 bitfile for 7I77 on P3, 7I74 on P2
2 PktUARTs on 7I74 channels 6 and 7 (PktUART channels 1 and 0)
7I74 channels 0..4 = sserial port 0 channels 3..7
(two sserial ports wont fit with two PktUARTS on a 5I25 but using one sserial port
only loses one 7I74 channel)
  • umerov
  • umerov
Today 17:49

Request custom bitfile: 5i25 + 7i77 (P3) + 7i74 (P2) with pktUART for Modbus

Category: Driver Boards

Thank you for the clarification! That actually works out perfectly for my setup.

Since my Modbus VFD needs RS-485, I will use Channel 7 for that.

I also have a custom remote pendant (already come with cnc) that uses full-duplex RS-422, so I can use one of the RS-422-only channels for that.

Could you please compile a 5I25 bitfile with the following configuration?
P3: Standard 7I77
P2: 7I74
Channel 0: SSerial (for my 7I84)
Channel 1: SSerial (for my 7I70)
Channel 2: SSerial (for my 7I71)

Channels 3-5: SSerial (or unused)

Channel 6: pktUART (RS-422 for the Pendant)
Channel 7: pktUART (RS-485 for the Modbus VFD)

Thank you so much for your time and support!
  • Ul
  • Ul
Today 17:43

Tipps für aktuelle LinuxCNC Hardware gesucht

Category: Deutsch

Frage den Verkäufer, ob er dir die Dateien über E-Mail zusenden kann.
Ich habe alte Zugangsdaten für den Baidu Link Downloader gefunden, er will jetzt aber 3$ dafür haben.
Im Ordner ist eine Datei "F7I98 source code.zip". Darin ist vermutlich alles, was es für die Bitfileerstellung mit Xilinx ISE braucht.
Wenn er dir das zuschickt und du das ISE heruntergeladen hast, ist es nur copy&paste + ein Doppelklick, um das Bitfile zu erstellen. Eine weitere Karte würde ich wegen vorhandenem Bitfile allein nicht kaufen.
Poste den Zipordner hier, dann probiere ich selber das Bitfile zu machen.
  • MaHa
  • MaHa
Today 17:28
Replied by MaHa on topic Custom M-Code (Python)

Custom M-Code (Python)

Category: G&M Codes

I don't know if this helps, as i am usually wrong. In a project with tkinter yesnobox, thats the first lines of the python file


#! /usr/bin/python3

import tkinter as tk
import tkinter.messagebox
import sys
import linuxcnc
import time

root = tk.Tk()
root.withdraw()
  • PCW
  • PCW's Avatar
Today 17:06

Request custom bitfile: 5i25 + 7i77 (P3) + 7i74 (P2) with pktUART for Modbus

Category: Driver Boards

The 7I74 can only support 1 RS-485 channel (channel 7) as channels 0..6 are RS-422 only

You can use the serial port on the 7I77 for RS-485
 
  • Todd Zuercher
  • Todd Zuercher's Avatar
Today 16:19 - Today 16:22
Replied by Todd Zuercher on topic Custom M-Code (Python)

Custom M-Code (Python)

Category: G&M Codes

I was wanting to revisit this, and tried to make it work with the current version of linuxcnc, but it seems that the switch from Python2 to Python3 has rendered the python remap script non functional.

At first Linuxcnc wouldn't even start. But with clues from error messages I changed the 4th line from:
from Tkinter import *
to:
from tkinter import *

And that got the config running again.  But it still doesn't work right and now there are no error messages.  The input window opens, but it is completely empty except for the OK button and the title doesn't show in the title bar.  So at least a little of the Tkinter is working, but not most of it.
  • umerov
  • umerov
Today 14:19 - Today 14:27

Request custom bitfile: 5i25 + 7i77 (P3) + 7i74 (P2) with pktUART for Modbus

Category: Driver Boards

I am retrofitting an old Morbidelli CNC woodworking machine. My old setup used analog 0-10V to control the spindle inverter, but I would like to switch to Modbus RTU using an unused channel on my 7I74 card.

I checked the standard Mesa firmware archive but couldn't find a bitfile with the pktUART module for this exact hardware combination. Could PCW or someone else kindly compile a custom bitfile for me with 1 or 2 channels of pktUART on the 7I74, leaving the rest as standard SSerial?

My current hardware configuration is:
5I25 (P3) -> 7I77
5I25 (P2) -> 7I74
  • 7I74 (Channel 0) -> 7I84 (inputs/outputs)
  • 7I74 (Channel 1) -> 7I70 (inputs)
  • 7I74 (Channel 2) -> 7I71 (outputs)
I need channels 0, 1, and 2 to remain SSerial for my existing expansion boards. If channel 6 (or 6 and 7) could be configured as pktUART for the Modbus VFD, that would be perfect!
Thanks in advance for the help!
  • muddiver
  • muddiver
Today 13:57
Replied by muddiver on topic Tipps für aktuelle LinuxCNC Hardware gesucht

Tipps für aktuelle LinuxCNC Hardware gesucht

Category: Deutsch

Da es für die 7i92 mit dem Benezanbitfile schon was passendes gibt, wäre ich auch am schauen nach einer 7i92, da sollten ja die originales Bitfiles draufpassen. Die hier würde mir vorschieben.. de.aliexpress.com/item/1005010725599295....%7C_p_origin_prod%3A
 
  • muddiver
  • muddiver
Today 13:22
Replied by muddiver on topic Tipps für aktuelle LinuxCNC Hardware gesucht

Tipps für aktuelle LinuxCNC Hardware gesucht

Category: Deutsch

Hallo! Wenn du dir die Mühe machen würdest eine Anleitung für das Bitfile zu schreiben wäre das Mega! Da muss ich mir überlegen was i h dir für einen Stein in den Garten werfen kann! Bild der Karte dauert leider etwas, ich hatte gedacht ein Bild angehängt zu haben, und aktuell gab ich keinen Zugriff auf die Bilder oder die Karte.. Der Link ist folgender : "pan.baidu.com/s/1e8-TJ5BXo_-pZYBvHPJc9Q?pwd=g7jh" .. Ich kann da nichts direkt runterladen, ich soll immer eine Software installieren, das hab ich auf einem alten Smartphone gemacht (ich bin da etwas paranoid), konnte aber nichts erreichen. Selbst mit zweitem Smartphone und Fotoübersetzer hats nicht geklappt..  Vielleicht bin ich einfach zu doof... Danke dir im voraus.. Gruß Thomas 
  • billykid
  • billykid's Avatar
Today 11:50
Replied by billykid on topic ECAM 5 POST Processors

ECAM 5 POST Processors

Category: Post Processors

I used eCAM 5 and I'm happy with it, now I got the new 6 for a small CNC. I don't use it much, it's not my job, but the lathe part, according to a friend who uses it on a CNC lathe that we retrofitted together, is excellent.
Displaying 1 - 15 out of 14783 results.
Time to create page: 0.350 seconds
Powered by Kunena Forum