Advanced Search

Search Results (Searched for: )

  • ThyerHazard
  • ThyerHazard's Avatar
18 Jun 2024 11:07
Replied by ThyerHazard on topic PCIE to PCI Adapters

PCIE to PCI Adapters

Category: General LinuxCNC Questions

Multicore on with ISOLCPU=1 did the trick I think we are all sweet now.

Base thread max jitter with 5 GLXgears was 7300 when I opened a youtube video and let it play for a bit it only got up to 12200
I think.... I HOPE that is good enough for my little milling machine. Thanks again for all your help guys :D

 
  • JT
  • JT's Avatar
18 Jun 2024 11:04 - 18 Jun 2024 11:05
Mesa Configuration Tool was created by JT

Mesa Configuration Tool

Category: Configuration Tools

The Mesa Configuration Tool is here:
gnipsel.com/linuxcnc/mesact/index.html

With this tool you can read and flash a Mesa board, build your configuration files with no preset machine types.

If you just have an A axis Mesa CT will build that.

 

If you encounter an error use the issue tracker if you can or report it here.

JT
  • GuiHue
  • GuiHue's Avatar
18 Jun 2024 10:58 - 18 Jun 2024 11:01

MS300 with CMM-EC01/EC02: OP but not acting as expected

Category: EtherCAT

The devil always is in the details.
I line by line reviewed manuals and code again.
My issue with the spindle not starting and the vfd being stuck at the state mentioned above is the result of connecting pin lcec.o.spindle.fault-reset to machine-is-on. Accordingly, the pin is always high in following the implementation of lcec_dems300 this results in a bit of the control word being always 0 (where it should switch to one).

I fixed this using a oneshot.

What remains is the factor of x10 in the RPM transmission (with the received being too high!). No idea what causes this. Typically one would expect something like 1000 being interpreted as 100.0 but that would be factor 10 smaller and not larger. I will likely fix this by setting velocity scale accordingly. It still bugs me though... 
  • JT
  • JT's Avatar
18 Jun 2024 10:51 - 18 Jun 2024 10:54
Replied by JT on topic unable to delete Mesact 2.1.3

unable to delete Mesact 2.1.3

Category: General LinuxCNC Questions

Looks like you're trying to open an ini file, can you attach that file? I don't get any errors here opening an ini file created with Mesa CT.

You can't delete an installed deb with the file manager, as cornholio said you have to right click on the deb and open with gdebi and select Remove Package.

 

JT
  • JT
  • JT's Avatar
18 Jun 2024 10:42
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Other User Interfaces

Hi Jt,

How to run the flexgui in a rip environment? qtvcp axis run's. qtvcp dependencies are installed.
I don't know where to copy the files to.
 

I just confirmed that when running a RIP if flexgui is installed using the deb then LinuxCNC will find it.

When I'm testing code I run sim_axis_xyzh.ini from the examples then launch flex from a terminal with ./flexgui

JT
  • ThyerHazard
  • ThyerHazard's Avatar
18 Jun 2024 10:31
Replied by ThyerHazard on topic PCIE to PCI Adapters

PCIE to PCI Adapters

Category: General LinuxCNC Questions

Cheers I'll give it a go, (Its a first gen I5 so dual core)

I'm in SA
  • hmnijp
  • hmnijp
18 Jun 2024 10:23 - 18 Jun 2024 10:35
Replied by hmnijp on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

yes, it is a spiral in the corresponding plane (g17 for Z)

Linuxcnc is also able to draw multiturn spirals
G2 or G3 <X- Y- Z- I- J- P-> where P is the number of turns

Full circle or spiral programming is possible without axis words 
G2 Z- I- J- P-
  • knipknap
  • knipknap
18 Jun 2024 10:15
Replied by knipknap on topic Can't get LinuxCNC to stop taking "shortcuts"

Can't get LinuxCNC to stop taking "shortcuts"

Category: General LinuxCNC Questions

There's no G64, but theres G61, which disables G64. It means "exact travel mode", i.e. hit every point exactly, no tolerance.

The RS274NGC_STARTUP_CODE is executed on first start of LinuxCNC machine, but the G61 setting is lost after "soft-cycling" power following the steps I explained above.
  • garthnoakes
  • garthnoakes
18 Jun 2024 09:48
Replied by garthnoakes on topic PCI parallel port on HP Elitedesk 800G1

PCI parallel port on HP Elitedesk 800G1

Category: Computers and Hardware

I changed the HAL file to loadrt parport cfg="0xd880 out", and LinuxCNC opens now Next - test on my machine.....huge thanks from me!
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
18 Jun 2024 09:46
Replied by Cant do this anymore bye all on topic PCI parallel port on HP Elitedesk 800G1

PCI parallel port on HP Elitedesk 800G1

Category: Computers and Hardware

Doesn't make much sense.
Copy & paste of the relevant output will make life easier.

HAL isn't an issue until you start a config, the important part is to get the correct address.
run
sudo cat /proc/ioports

And copy & paste the output
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
18 Jun 2024 09:42
Replied by Cant do this anymore bye all on topic PCIE to PCI Adapters

PCIE to PCI Adapters

Category: General LinuxCNC Questions

That's the kernel that a standard install already has.

To be honest I'd re enable multi core, and test with that. Leave Hyperthreading disabled.
If the results aren't that great you can add isolcpus=2,3 (assuming 4 core)
isolcpus=1 (assuming dual core)

This link explains the editing kernel command line with grub
documentation.suse.com/smart/systems-man...parameter/index.html
And here
documentation.suse.com/smart/systems-man...parameter/index.html

RTAI kernel can be found here:
www.linuxcnc.org/dists/bookworm/base/binary-amd64/

RTAI Packages cane be found here:
www.linuxcnc.org/dists/bookworm/2.9-rt/binary-amd64/

Whereabouts in Oz is ya ?
  • Grotius
  • Grotius's Avatar
18 Jun 2024 09:34
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi,

@Grotius do you mean similar to a boring operation where it's interpolation of xyz like a thread? 
Yes.

In the linuxcnc axis gui it draws a spiral (i think). So normally you would not mention, he this is a spiral.
You see in the gcode line, there is a little z difference in the upfollowing arc move.
 

In my gui it draws a pure arc on xy plane. I did not expect to draw a spiral.
 

So this is a spiral?

If so, i have to check if the g2, g3 moves have a z difference.
This is not difficult, but i have to create a spiral in opencascade, and a interpolation model for a spiral.
  • garthnoakes
  • garthnoakes
18 Jun 2024 09:34
Replied by garthnoakes on topic PCI parallel port on HP Elitedesk 800G1

PCI parallel port on HP Elitedesk 800G1

Category: Computers and Hardware

I will try what is in the thread- I do see (Wrong ID) in the lspci -k output, so this is a HAL issue?
  • garthnoakes
  • garthnoakes
18 Jun 2024 09:26
Replied by garthnoakes on topic PCI parallel port on HP Elitedesk 800G1

PCI parallel port on HP Elitedesk 800G1

Category: Computers and Hardware

It is indeed an AX99100 - lspci shows that. I will read your thread now
  • garthnoakes
  • garthnoakes
18 Jun 2024 09:23
Replied by garthnoakes on topic PCI parallel port on HP Elitedesk 800G1

PCI parallel port on HP Elitedesk 800G1

Category: Computers and Hardware

i see an Asix PCIe to Multi I/O Crontroller when I run lspci
Displaying 24301 - 24315 out of 26451 results.
Time to create page: 0.829 seconds
Powered by Kunena Forum