Advanced Search

Search Results (Searched for: )

  • Jonathan_H
  • Jonathan_H
14 Aug 2025 09:27

System hangs repeatedly with certain combinations of operations

Category: General LinuxCNC Questions

If I do the move without turning the spindle off it will wait for the spindle to reach speed and then proceed.
Do you think the issue might be with spindle_at_speed after the M5?
  • machinedude
  • machinedude's Avatar
14 Aug 2025 09:00
Replied by machinedude on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?

QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?

Category: QtPyVCP

i really don't have any questions at the moment, from what i have seen with the Vismach models it usually gets tethered to axis and has it's own space to run alongside Linuxcnc what i am trying to do is roll everything into one screen if that makes any sense? i have not seen anything like it so basically all been uncharted territory for me. i would say it would end up being something like what you might find in the machine builder of fusion 360 if it would actually come together 100% when i get done.
  • RoberCNC
  • RoberCNC
14 Aug 2025 08:46
Replied by RoberCNC on topic LiCHUAN A5 AC Servo Fine tunning

LiCHUAN A5 AC Servo Fine tunning

Category: Advanced Configuration

No, I don't have any kind of output connected to the MESA
  • Aciera
  • Aciera's Avatar
14 Aug 2025 08:43
Replied by Aciera on topic QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?

QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?

Category: QtPyVCP

Not exactly sure what your question is but vismach model simulation uses values from hal pins (usually joint positions) and is thus independent of what gui is used.
Are you trying to embed the vismach window in the probe basic gui?
  • Marc_P
  • Marc_P
14 Aug 2025 08:15
Search for Google document from rodw was created by Marc_P

Search for Google document from rodw

Category: General LinuxCNC Questions

Hello everybody 

I wonder if the very often linked Google document from Rod is still available?
docs.google.com/document/d/1jeV_4VKzVmOI...diY/edit?usp=sharing
Google says the file was deleted?

Marc
  • MaxEkb77
  • MaxEkb77's Avatar
14 Aug 2025 08:12
Replied by MaxEkb77 on topic LiCHUAN A5 AC Servo Fine tunning

LiCHUAN A5 AC Servo Fine tunning

Category: Advanced Configuration

You have encoder feedback ?
  • Leo90
  • Leo90
14 Aug 2025 07:48 - 14 Aug 2025 07:52

EL2502 and EL2535 PWM Ethercat BECKHOFF Modules

Category: EtherCAT

So I took some time and created a generic driver for EL2502 that works for me. I can control frequency and duty cycle with two seperate 16bit integers. This has been tested only in one channel but for second channel, PDOs should be 1603 with the same sub indexes as for the first. 
SDO index 02 is to set control number from SINT16 to UINT16 and index 07 to change operation mode to frequency AND duty cycle.
I hope this helps you.
    <slave idx="4" type="generic" vid="00000002" pid="09c63052" configPdos="true">
<sdoConfig idx="8000" subIdx="02">
<sdoDataRaw data="01"/>
</sdoConfig>
<sdoConfig idx="8000" subIdx="07">
<sdoDataRaw data="01"/>
</sdoConfig>
      <syncManager idx="2" dir="out">
        <pdo idx="1602">
          <pdoEntry idx="1602" subIdx="01" bitLen="16" halPin="Duty-ch1" halType="u32"/>
          <pdoEntry idx="1602" subIdx="02" bitLen="16" halPin="PWM-out-ch1" halType="u32"/> 
        
        </pdo>
      </syncManager>
    </slave>
 
  • machinedude
  • machinedude's Avatar
14 Aug 2025 07:28
QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE? was created by machinedude

QTPYVCP+VISMACH+LINUXCNC ROLLED INTO ONE?

Category: QtPyVCP

I found my self in a situation where i could end up getting sucked into the lathe department at work and had an idea to build some kind of test simulation for testing macro programs and testing of programs in general. So i thought it would be neat if i could create some kind of virtual machine for this. i have never tried anything like this in the past so who knows how far i can push the limits with what is able to be done with the tools we have here to work with? Being a mill guy for the most part and looking at lathes with a main and sub spindle with XYZ with a 4th linear axis on the sub spindle for part transfers and phase snyc on both spindles with some of these lathes having a second turret on top of this kinds makes you take a step or two back to get your ducks in a row when your in a situation where there is no one to ask questions because the last guy that knew these machines ends up retiring. So that's basically how this project came to light :)

what i have managed to do so far is get all 3 of these programs to play nice together open up and render my model and create a 3D orbital view with a zoom feature with a custom viewer so far. i almost gave up on this project quite a few times but got things working this past weekend. i am not just getting into the custom UI with designer which i am just now starting to understand a little bit.
added a screen shot of the model to give you and idea of what is being worked on this is by no means final or even close to being done. i had no idea what i was getting myself into when i started this and thought it would not be to much trouble until i started and that went out the window pretty quickly once i dove into it :) 

 
  • Hakan
  • Hakan
14 Aug 2025 07:14

New EtherCAT Slave Devices REAL data to HAL

Category: EtherCAT

The boards looks nice, is it a hobby or are you going to sell them?

I guess you already know this but just in case, here is how you create individual pins for i/o
   <pdoEntry idx="6002" subIdx="00" bitLen="8" halType="complex">
            <complexEntry bitLen="1" halPin="in-1" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-2" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-3" halType="bit"/>
and so on
  • _skinner
  • _skinner
14 Aug 2025 06:32
Replied by _skinner on topic Stepperonline A6 - How to properly Tune them?

Stepperonline A6 - How to properly Tune them?

Category: EtherCAT

in many cases autotune broke parameterisation, for example Siemens s120 with their servos working like a charm, but if You use third party supplier of servos, just be sure You are using parameters delivered by Your supplier of servo, if supplier have not parameters for Your driver, don't take it, auto tune mostly broke settings, same manufacturer of drive and servo have to work, but i think it can be price reason (in comparison to Panasonic MINAS A6B for example)
  • unknown
  • unknown
14 Aug 2025 04:50
Replied by unknown on topic Raspbery pi5 pcie adapter to parport card

Raspbery pi5 pcie adapter to parport card

Category: General LinuxCNC Questions

It wont work,(the simple explanation since you don't understand\haven't read the links) the RPi SOC doesn't do the memory\port mapping the parallel ports require.

When searching about this a thread I started came up, regarding SPI, mentioned parallel ports don't work with the RPi.

forum.linuxcnc.org/18-computer/51748-eoi...rpi5?start=10#303031

Rather than banging your head against a wall look at the Linuxcnc RIO project. Or get a Mesa 7i90HD, it's really quite cheap if you are based in the USA.
store.mesanet.com/index.php?route=produc...oduct&product_id=291
  • rhscdn
  • rhscdn
14 Aug 2025 03:07 - 14 Aug 2025 03:13
Axyz retrofit - spindle wiring 7i96 was created by rhscdn

Axyz retrofit - spindle wiring 7i96

Category: CNC Machines

I think I have wrapped my head around my stepper motor and limit switch wiring. Regarding the spindle, I have a few questions:

The inverter is a woods eTrac x2c and the manual offers a nearly overwhelming number of options. I was never able to see the spindle working with the stock
AMC controller. I have attached the relevant table from the inverter manual and it seems like I should be able to use the analog spindle interface to provide 0-5vdc signal for speed control (vin). Do I simply use inputs on the 7i96 to conteol fwd/rev and a ground connected to the inverter common? Is that all there is to it?

The original wiring from the AMC controller to the inverter is somewhat different and it isn’t obvious that the AMC was actually able to control the spindle speed. It is connected to use 4 preset spindle speeds and the AMC has wires indicating an acceleration/deceleration signal, as well as some connections to NO and RCM.

 

 
  • KaveMan
  • KaveMan
14 Aug 2025 02:18
Replied by KaveMan on topic Raspbery pi5 pcie adapter to parport card

Raspbery pi5 pcie adapter to parport card

Category: General LinuxCNC Questions

Thanks. I tried all three variants on both parport cards. Did not work.
Let's not spend any more time on this. appreciate everyone's time and effort.
I'll likely jump back in this fall when I have more time.
  • tommylight
  • tommylight's Avatar
14 Aug 2025 01:35

System hangs repeatedly with certain combinations of operations

Category: General LinuxCNC Questions

I deleted my previous post as i missed a crucial point, sorry for the confusion.
  • rodw
  • rodw's Avatar
14 Aug 2025 00:42

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

Possibly. I have not tried it but it will be up to the devs to increment the Python version. I thought that would have been done as linuxcnc 2.9.4 is in Debian 13 natively.
Displaying 11521 - 11535 out of 16740 results.
Time to create page: 0.352 seconds
Powered by Kunena Forum