Advanced Search

Search Results (Searched for: )

  • stustev
  • stustev
29 Jul 2024 10:57
Replied by stustev on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

Heh - I have never used or explored G68.x or G53.x. I probably would have if I was the operator on my machine if my machine did not have LinuxCNC controlling it. When I found OpenCNC (in 1997) and then EMC/EMC2 (~2000) I stopped exploring Fanuc (or any other) controls.
Sounds like LinuxCNC has some catching up to do if anyone wants to use those features.
  • geostein8888
  • geostein8888
29 Jul 2024 10:12
Replied by geostein8888 on topic Keyboard gets unresponsive from time to time

Keyboard gets unresponsive from time to time

Category: General LinuxCNC Questions

Hello,
at the end of the dmesg output i get this in red:
[ 131.300428] DMAR: DRHD: handling fault status reg 2
[ 131.300430] DMAR: [DMA Read NO_PASID] Request device [04:00.0] fault addr 0xfff9f000 [fault reason 0x06] PTE Read access is not set

i could not find something helpful here only things about the GPU (i have a standard intel board no nvidia card on it)

Georg
  • Aciera
  • Aciera's Avatar
29 Jul 2024 10:12 - 29 Jul 2024 10:57
Replied by Aciera on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

You can rotate the head and then machine away like normal.


Exactly. This is why it's so much easier to demonstrate the value of TWP on machines with tool side rotation.

forum.linuxcnc.org/media/kunena/attachme...5994/TWP_example.gif
  • seyad
  • seyad
29 Jul 2024 09:55

Ethercat build from source - full instructions

Category: EtherCAT

When I have different EtherCAT slave devices, like the MADLN05BE drive or an EtherCAT coupler from a different vendor, I face issues where the EtherCAT slaves are not being recognized. What should I do to resolve this?
  • Becksvill
  • Becksvill
29 Jul 2024 09:49
Replied by Becksvill on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

Aceria

I'm very interested I have seen it used on a Heidenhain machine

Really cool

You can rotate the head and then machine away like normal.

Anyway I'll get the machine cutting and see how I go
  • avive
  • avive
29 Jul 2024 09:40 - 29 Jul 2024 10:20

Potential All-in-One Single Board Computers

Category: Computers and Hardware

I've studied the Banana Pi BPI-F3, it looks very interesting. But what about LinuxCNC and RISC-V processor support? Will it be possible to run EtherCAT and GPIO out of the box? Or will I have to assemble and compile everything myself?

And what do you think about the Banana Pi BPI-M5 Pro with Rockchip RK3576?
banana-pi.org/en/banana-pi-sbcs/177.html
  • rodw
  • rodw's Avatar
29 Jul 2024 08:11

Help installing samba on Debian 12 Bookworm PREEMPT-RT ISO

Category: General LinuxCNC Questions

Nooo, that page says its part of Debian so nothing to do in the apt foders
Can you try
sudo apt update
sudo apt install samba
  • avive
  • avive
29 Jul 2024 07:19
Replied by avive on topic Remora for RP2040

Remora for RP2040

Category: Computers and Hardware

Is it possible to work with rp2040 via uart instead of Ethernet? Is the bandwidth and response time enough? I'm considering a variant of sbc on Intel n100 with rp2040.
  • SanzuiWorks
  • SanzuiWorks's Avatar
29 Jul 2024 07:05
Replied by SanzuiWorks on topic [qtragon]When should you use "Pause for jogging"?

[qtragon]When should you use "Pause for jogging"?

Category: Qtvcp

I think that this is probably a feature of the UI that you are using, rathe than a base LinuxCNC feature.

You're right. The question is about the qtdragon GUI.

One use would be to move the spindle to a more convenient place to perform the manual toolchange.

That's true!
If you change the AUTO mode from , you can move the spindle position.
I haven't found a useful way to use it yet, but it's good to know that it's possible.

This GUI not only allows you to escape the Z axis when pausing without stopping the program, but also allows you to optionally move and rotate the spindle when manually changing tools.

 
  • avive
  • avive
29 Jul 2024 07:01

Potential All-in-One Single Board Computers

Category: Computers and Hardware

Hi!

I plan to use radxa x4, which appeared recently. I will connect the motors via ethercat, but to connect the spindle (on, reverse, pwm speed), estop and mpg, I would like to use rp2040, which is already on the board.

But the fact is that it connects via uart. Can this be a problem and are there any examples of using rp2040 gpio?

radxa.com/products/x/x4
  • Dave2024
  • Dave2024's Avatar
29 Jul 2024 06:12

Help installing samba on Debian 12 Bookworm PREEMPT-RT ISO

Category: General LinuxCNC Questions

It is there packages.debian.org/search?keywords=samb...bookworm§ion=all
Do you have internet connection?

Once you sort that out, be aware that Windows needs come policy changes to allow Samba


Ok well I think I found the repository list on LinuxCNC Debian 12 Bookworm.  Its located in /etc/apt/sources.list  or at least i think thats it?  When I look at min using nano it shows deb cdrom:[Debian GNU/Linux 12 _Bookworm_ - Snapshot amd64 LIVE/INSTALL Binary 20240307-23:28]/ bookworm contrib main non-free non-free-firmware

Am I suppose to add  packages.debian.org/search?keywords=samb...bookworm§ion=all to it?  

And yes have internet access.  Im actualy using SSH rite now working on it from my girlfriends place 15 miles away 
  • Aciera
  • Aciera's Avatar
29 Jul 2024 05:58 - 29 Jul 2024 07:30
Replied by Aciera on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

Thanks for your comments.

Please allow me to clarify a few things:

Then, you would program a rotation of the second rotary axis using a second line of G68 code.

G68.x commands using euler angles will define both rotary axes in a single line because the new work plane can be completely defined by X,Y,Z offsets and the three euler angles I,J,K. If you want to define the work plane using 3 points or 2 vectors then you need more than one line of G68.2 Px Qx commands to enter all the parameters.
G68.x will define the offset and orientation of the tool plane but cause no machine motion.
G53.x will then align the tool to the tool plane (ie this will cause machine motion) AND switch the offsets to the new WCS. This is the reason why G53.x always follows immediately after a G68.x (which is what the guy in the first video I posted was wondering about). The G53.x codes can only be used once the work plane has been completely defined.

G68 X Y Z A B C

Note, G68.x codes do not use A,B or C words.

It was much less confusing to program the needed motion using a CAD/CAM system and not worry about the operator losing orientation.

TWP can be used in CAM/PP gcode generation as well as in manual programming on the controller.


[edit]
Just to be clear, I'm not trying to sell the 'TWP' feature here. I've had use for it on kinematics with tool side rotation and I decided to donate my work for people interested in it. I've built machines where this is used regularly for manual programming on the controller. Expanding it to kinematics with work side rotation would really only mean more donated work for me. All I'm trying to do here is explain what it actually does because there clearly is a lot of confusion and misunderstanding about it even among people who do use it. It's a tool in the toolbox whether you find it useful or not is up to you.
  • cakeslob
  • cakeslob
29 Jul 2024 04:10

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

lpkkk, ping it when its not plugged in, to make sure nothing pings back
  • cmorley
  • cmorley
29 Jul 2024 03:49
Replied by cmorley on topic Queuing MDI Commands - LC2.9.2

Queuing MDI Commands - LC2.9.2

Category: General LinuxCNC Questions

Seems to be an AXIS thing. works in qtdragon (I tested in master though)
  • cmorley
  • cmorley
29 Jul 2024 03:19
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

I can make it happen by:
MDI: M3 S100
manual stop spindle
MDI: M70
MDI: M72

Spindle starts.
Displaying 24166 - 24180 out of 25372 results.
Time to create page: 0.427 seconds
Powered by Kunena Forum