Advanced Search

Search Results (Searched for: )

  • 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 :) 

 
Displaying 13996 - 14000 out of 14000 results.
Time to create page: 0.514 seconds
Powered by Kunena Forum