Advanced Search

Search Results (Searched for: )

  • Hakan
  • Hakan
24 Apr 2025 16:14
Replied by Hakan on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

It's pretty rudimentary. There are these basic PDOs
      <syncManager idx="2" dir="out">
        <pdo idx="1600">
          <pdoEntry idx="6040" subIdx="00" bitLen="16" halPin="cia-controlword" halType="u32"/>
          <pdoEntry idx="6060" subIdx="00" bitLen="8" halPin="opmode" halType="s32"/>
          <pdoEntry idx="607A" subIdx="00" bitLen="32" halPin="target-position" halType="s32"/>
        </pdo>
      </syncManager>
      <syncManager idx="3" dir="in">
        <pdo idx="1a00">
          <pdoEntry idx="6041" subIdx="00" bitLen="16" halPin="cia-statusword" halType="u32"/>
          <pdoEntry idx="6061" subIdx="00" bitLen="8" halPin="opmode-display" halType="s32"/>
          <pdoEntry idx="6064" subIdx="00" bitLen="32" halPin="actual-position" halType="s32"/>
        </pdo>
so basically one send a wanted position to the drive and read the current position back. That's all.
Following error is calculated in linuxcnc.
The cia402 module basically just passes position after scaling to the drive. And reads back actual position.
It also does the state machine walking, but that's in the beginning, then that idles.
 
  • jjdege
  • jjdege's Avatar
24 Apr 2025 15:18

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I do the ST Linkv2 procedure and it does everything right,
 

hi
by correct procedure you mean the one described by @Scotta to convert a STlink V2 into a CMSIS-DAP probe.
Pyocd will not see it as STlink, but as CMSIS-DAP
pyocd list

 
  • vre
  • vre
24 Apr 2025 15:08

XHC-HB04 wireless MPG pendant HAL module

Category: HAL

Some easier way to do this ?
This code github.com/LinuxCNC/linuxcnc/blob/master.../hallib/xhc-hb04.tcl
creates hal pins pendant_util.X can do something with these pins?
  • meister
  • meister
24 Apr 2025 13:18
Replied by meister on topic Umstieg auf LinuxCNC mit RaspberryPi4

Umstieg auf LinuxCNC mit RaspberryPi4

Category: Deutsch

Moin,
willkommen im forum.

für den Raspberry gibt es auch einen Parport adapter, so könnte man ein altes alte Mach3 BOB vielleicht weiter nutzen:

byte2bot.com/products/parallel-port-raspberry-pi-hat

aber es kommt auch immer darauf an was man vor hat, es gibt da einiges an hardware die man nutzen kann: Mesa, Remora, Rio, GPIO.

Gruß Olli
  • rodw
  • rodw's Avatar
24 Apr 2025 13:15
Replied by rodw on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

hmm, I am not seeing 6065 in my drives manual.

0x603F reports any errors including following errors which are described as Closed-loop mode tracking error over limit

In practice, a drive error is thrown and this pin can be referred to to determine the error . I have seen a few following errors here.
 
Displaying 16981 - 16985 out of 16985 results.
Time to create page: 1.432 seconds
Powered by Kunena Forum