Advanced Search

Search Results (Searched for: )

  • slowpoke
  • slowpoke
28 Nov 2024 20:11

Simple one.... how to eleminate "Do you really want to close LinuxCNC?"

Category: General LinuxCNC Questions

Thanks , but nanny not required, how do I get axis to just close and not ask?

...and while I'm at it what about eliminating the 30 second delay for computer shut-down, can it just do it when I ask?

Thanks....
  • Stanislavz
  • Stanislavz
28 Nov 2024 19:33
dual corexy or dual scara configuration was created by Stanislavz

dual corexy or dual scara configuration

Category: General LinuxCNC Questions

 
New foam cutter was born. Dual tbot. Or corexy kinematic. Now i control it using grbl with custom software. How to configure it in linuxcnc ? I can find single sided corexy ? How to make in dual, individual for each side. Also - same for scara one. On long todo list :) the smallest and most compact foam cutter.
  • pe8art
  • pe8art
28 Nov 2024 19:07

Gmoccapy Toollength sensor routine stops sometimes

Category: General LinuxCNC Questions

I included the debug in the file ( and added some more to see where its stops. )
It seems to stop between :
M6 T#<_selected_tool>
And
G53 X#1801 Y#1802       (Taster Position)


https://www.dropbox.com/scl/fi/e0e86m3nybph5brtqs0gq/debug.png?rlkey=nxuc87agn0ob35qfrmbiw368k&st=20z6b974&dl=0
File Attachment:
 

Tools look like this:
T1 P1 X0.0 Y0.0 Z0.0 A0.0 B0.0 C0.0 U0.0 V0.0 W0.0 D1.0 I0.0 J0.0 Q0 ;1 MM 
T2 P2 X0.0 Y0.0 Z0.0 A0.0 B0.0 C0.0 U0.0 V0.0 W0.0 D20.0 I0.0 J0.0 Q0 ;2mm 


 
  • Aciera
  • Aciera's Avatar
28 Nov 2024 19:02
Replied by Aciera on topic LinuxCNC for lathe questions

LinuxCNC for lathe questions

Category: General LinuxCNC Questions

in the [DISPLAY] section of your ini file add
LATHE = 1
  • tommy
  • tommy
28 Nov 2024 18:58
Replied by tommy on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

VFD only works with 0-10V so I planned to use PWM signal to voltage converter.
Does 7i78 output 0-10V analog directly?
  • slowpoke
  • slowpoke
28 Nov 2024 18:55
Replied by slowpoke on topic LinuxCNC for lathe questions

LinuxCNC for lathe questions

Category: General LinuxCNC Questions

Same same. Active "Axis UI" Gaga here!! 2ax LATHE, and also MILL. I'd use nothing else other than Axis even if paid or tortured. Sure a few will promote other UIs, but don't believe them, they are terrible influence
 

Progress,  I have LinuxCNC up and running on a Pi4.
Presently in Axis simulation mode, so the GUI looks much the same as what I see on my mill. How do you configure Axis so it knows the machine is a lathe?
  • tommylight
  • tommylight's Avatar
28 Nov 2024 18:47
Replied by tommylight on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Does the 7i76E have field power ?
  • Aciera
  • Aciera's Avatar
28 Nov 2024 18:37 - 28 Nov 2024 18:37
Replied by Aciera on topic Probe basic tool table setup

Probe basic tool table setup

Category: General LinuxCNC Questions

Maybe this helps (not PB specific but I would not expect the GUI to make much of a difference):
linuxcnc.org/docs/stable/html/lathe/lathe-user.html
  • yaska
  • yaska
28 Nov 2024 18:14
Probe basic tool table setup was created by yaska

Probe basic tool table setup

Category: General LinuxCNC Questions

Anyone here who uses the probe basic lathe who can tell me how to set up the tool table from start to finish?
Have googled to find manual or other documentation on PB but haven't found anything, so if anyone can point me in the right direction I'm grateful. Bought a lathe and a Kitamura Zero mill when I retired to kill time
I have a Weiler 120 cnc with Bosch control which stopped working so I switched to Linux.  Although I have experience with both mill and lathe I don't understand how to set up PB lathe's tool table
-Yaska

 
  • Aciera
  • Aciera's Avatar
28 Nov 2024 17:58
  • Aciera
  • Aciera's Avatar
28 Nov 2024 17:46
Replied by Aciera on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Re: Latency issues with new os:
forum.linuxcnc.org/ethercat/54144-perfor...-9-3-bookworm#312257

Re: glade
It's a program to build glade user interfaces. If you don't want to install it just post the file here and I'll try to update it for you.
  • raychar
  • raychar
28 Nov 2024 17:26
Replied by raychar on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

After doing the lines' uncommenting, still not work, as shown in attached error message. Furthermore, i don't know how to opening the file in glade to do upgrading the 'gvcp-panel.ui' file? where is glade ?  Also, i don't know why my hardware now runs with the latency problem, this showed in error message and also when I run latency test, previously this did'nt happen. 
(my mini computer is of :
Intel Celeron(R) CPU J1800 @ 2.41Ghz
RAM: 2G, Storage: 512 mSATA drive)
  • smc.collins
  • smc.collins
28 Nov 2024 16:47
Replied by smc.collins on topic Wire EDM Machine Retrofit?

Wire EDM Machine Retrofit?

Category: General LinuxCNC Questions

I didn't buy a machine yet, i passed, it had spark issues
  • Aciera
  • Aciera's Avatar
28 Nov 2024 15:51

Gmoccapy Toollength sensor routine stops sometimes

Category: General LinuxCNC Questions

Not sure what's going on but you might want to insert some debugging statements:
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
(DEBUG, 1702: #1702)
G53 Z#1702 (Wechsel Z Position)
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
(DEBUG, 1700: #1700 1701: #1701 )
G53 X#1700 Y#1701 (Wechsel XY Position)
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)

M6 T#<_selected_tool>

Also make sure you don't have X or Y offsets in your tool table.
  • PCW
  • PCW's Avatar
28 Nov 2024 15:50 - 28 Nov 2024 17:54
Replied by PCW on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Do you need PWM or analog for the spindle?

If analog then using the 7I78s analog output would be best.

Here is 7I95T firmware for a 7I95T +7I78: (10 stepgens, 7 encoders, 3 sserial channels, analog spindle out on 7I78)

 

File Attachment:

File Name: 7i95t_7i78d.zip
File Size:317 KB
Displaying 16261 - 16275 out of 24610 results.
Time to create page: 3.042 seconds
Powered by Kunena Forum