Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
15 Jun 2024 09:09

Binary encoder - Sauter SK-501 turret - Strobe diagram of functions

Category: Advanced Configuration

I would recommend connecting the parity pin. It will give some protection if a wire breaks or a sensor fails. The carousel component understands how to interpret the parity input.
  • Aciera
  • Aciera's Avatar
15 Jun 2024 08:53 - 15 Jun 2024 08:55
Replied by Aciera on topic gmoccapy router wont run

gmoccapy router wont run

Category: Gmoccapy

I last used Axis which had a hot key but can't find one here, as a start

Try the spindle buttons:
  • andypugh
  • andypugh's Avatar
15 Jun 2024 08:52

EOI in getting SPI going on the RPi5 solved read First post for updated info

Category: Computers and Hardware

Has anyone tried the hal_gpio driver on Pi5? (I don't think that I have)
  • andypugh
  • andypugh's Avatar
15 Jun 2024 08:45
Replied by andypugh on topic Trapezgewindespindel Glasmaßstab

Trapezgewindespindel Glasmaßstab

Category: Deutsch

In theory this should work, but there may be issues with the PID "rattling" in the backlash.

If you look at the LinuxCNC config you will probably find that it already contains a PID for each axis, and all you have to do is switch the feedback to that from the stepgen calculated position to the scale measured position. Some re-tuning might be needed.
  • andypugh
  • andypugh's Avatar
15 Jun 2024 08:41
Replied by andypugh on topic uv color printer

uv color printer

Category: Off Topic and Test Posts

Cartesian or galvanometer?
  • andypugh
  • andypugh's Avatar
15 Jun 2024 08:39
Replied by andypugh on topic Wert von mb2hal konvertieren

Wert von mb2hal konvertieren

Category: Deutsch

It looks like modbus doesn't actually have the concept of negative numbers, (based on a quick web search)

If you are using a Mesa card then you could consider using mesa_modbus as that automatically re-wraps the 16 bit value into a signed value (github.com/LinuxCNC/linuxcnc/blob/master...a_modbus.c.tmpl#L773 )

Looking through the mb2hal code I don't see anything with looks to do this wrap (but it is possible that I missed it)

It's not an elegant solution, but a custom HAL component could be written to do the conversion.

linuxcnc.org/docs/stable/html/hal/comp.html
component s16 "convert s32 modbus 16 but int into signed";
pin in signed in;
pin out signed out;
function _;
license "GPL"; // indicates GPL v2 or later
;;
if (in > 32768) {
   out = in - 63336;
} else {
  out = in;
}
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
15 Jun 2024 03:25
Replied by Cant do this anymore bye all on topic EOI in getting SPI going on the RPi5 solved read First post for updated info

EOI in getting SPI going on the RPi5 solved read First post for updated info

Category: Computers and Hardware

The spidev driver is not an option. The man page in the docs states that it is not suitable for real-time threads. Hence the reason you are having issues.

To put it clearly SPI, atm is not an option for the RPi5, no matter what the download page states. Mesa states that the RPi5 is unable to be used with the 7c80 & 7c81 on the respective product pages.
The Raspberry Foundation has only released limited information regarding the RP1 chip. So until this issue resolved we are stuck.
Whether a driver will be developed I can not say.
Long story short there is no help currently available.
To use the RPi5 with Linuxcnc the Ethernet port with a Mesa card would be the easiest route. The gpios may be an option but I haven’t tried it. I’m unsure if on of the Mesa PCIe cards would work, it would be an expensive experiment. A PCIe Parallel Port adapter is not an option, Jeff Gerling has tested many PCIe cards with the RPi and the arm architecture doesn’t support BAR has needed by Parallel Port cards.
It’s not just Linuxcnc that the RPi5 has been a bit of a letdown, many other people have found that many of the old libraries that use the various peripherals on the gpios don’t work until the libs have been re written and the apps & code that use them.
We just have to wait for the Code Gods to arrive.
  • tommylight
  • tommylight's Avatar
15 Jun 2024 03:18
Replied by tommylight on topic Mesa 7i95T PID tuning for velocity mode

Mesa 7i95T PID tuning for velocity mode

Category: Advanced Configuration

@ XU
No double posting.
Duplicate post deleted.
Thank you.
  • Aaroncnc
  • Aaroncnc
15 Jun 2024 02:59
Replied by Aaroncnc on topic Renora - SPI

Renora - SPI

Category: General LinuxCNC Questions

If you look at the picture with the raspberry pi and the main board you'll actually notice that he doesn't even have that wire installed
  • xu
  • xu
15 Jun 2024 02:56

Mesa 7i95T PID tuning for velocity mode

Category: Advanced Configuration

Regarding the selection of servo motors, I would like to know if the XINJE DS5L-PTA servo driver is suitable? It supports 5v pulses to directly run the external speed mode, and can set 1000khz to reach the rated frequency without converting analog 10v. Sorry, I can't find the English manual. I can only open the Chinese web page. This is translated by Google, so it may not be expressed correctly.
  • tivoi
  • tivoi's Avatar
15 Jun 2024 01:36
Replied by tivoi on topic Reverse Engineering a 5-axis benchtop CNC

Reverse Engineering a 5-axis benchtop CNC

Category: CNC Machines

you need air cylinder for open chuck
release the knife, put knife yous wrench for open chuck,

need put knife into the chuck . There is no knife inside, it can break chuck
  • greg23_78
  • greg23_78
14 Jun 2024 21:17

Binary encoder - Sauter SK-501 turret - Strobe diagram of functions

Category: Advanced Configuration

Is not my vidéo! It was only for verify the solenoid functioning.

But I hope my turret will run like this !
  • JT
  • JT's Avatar
14 Jun 2024 20:09 - 14 Jun 2024 20:10
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Other User Interfaces

I updated the links in the first posts.

Now if I can figure out how to code a plotter Flex GUI will be complete.

JT
  • Irritant
  • Irritant
14 Jun 2024 20:03 - 14 Jun 2024 20:06
gmoccapy router wont run was created by Irritant

gmoccapy router wont run

Category: Gmoccapy

Hi Guys,   I am using the gmoccapy screen and all seems to working okay except the router won't run. I last used Axis which had a hot key but can't find one here, as a start. I am running a Probotix Unity controller, Probotix computer and Probotix motors. Any help is greatly appreciated!
Displaying 24481 - 24495 out of 26446 results.
Time to create page: 0.455 seconds
Powered by Kunena Forum