Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
28 Nov 2024 15:35
Replied by PCW on topic 7i96S Basic Switch Wiring confirmation

7i96S Basic Switch Wiring confirmation

Category: Basic Configuration

I would wire:

VE- --> 7I96S input common (TB3 pin 12)

VE+ --> X,Y,Z switch COM

X,Y,Z N/C or N/O -->  TB3 pins 5,6,7
  • tommylight
  • tommylight's Avatar
28 Nov 2024 14:38
Replied by tommylight on topic CAROUSEL ATC

CAROUSEL ATC

Category: HAL

Pictures?
  • Aciera
  • Aciera's Avatar
28 Nov 2024 14:31
Replied by Aciera on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

New operating system and new Linuxcnc version are expected to give you different behavior.
As for the config not starting, uncomment these lines in your ini and try again:
EMBED_TAB_NAME = Center_panel
EMBED_TAB_LOCATION = ntb_preview
EMBED_TAB_COMMAND = gladevcp -c gladevcp  -H gvcp_call_list.hal -x {XID} gvcp-panel.ui

You will likely need to update 'gvcp-panel.ui', opening the file in glade and saving again might already do the trick.
  • Abdulkareem
  • Abdulkareem
28 Nov 2024 14:14
Replied by Abdulkareem on topic CAROUSEL ATC

CAROUSEL ATC

Category: HAL

yes
  • raychar
  • raychar
28 Nov 2024 13:51
Replied by raychar on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Also, by running linuxcnc -l in terminal, the message found as listed in attachment. However, if I replace the old mSATA drive which has with old version Linuxcnc on this same computer, everything works fine. Don't know why everything goes wrong now including the latency test
  • tommylight
  • tommylight's Avatar
28 Nov 2024 13:49
Replied by tommylight on topic Small touchscreen display 7-10' -> 14-16"

Small touchscreen display 7-10' -> 14-16"

Category: General LinuxCNC Questions

Thinking about it, i recal vaguely that 800x600 gui is included in 2.10 so chances are it is in 2.9.3 also.
Still, to small, i am used to at least full HD on 24" and bigger screens.
  • tommylight
  • tommylight's Avatar
28 Nov 2024 13:35
Replied by tommylight on topic Small touchscreen display 7-10' -> 14-16"

Small touchscreen display 7-10' -> 14-16"

Category: General LinuxCNC Questions

Normal Axis without any VCP panels should be ok on 1024x768 screens, so probably will be clipped on 1024x600, although there are modified Axis GUI to fit smaller screens, no idea if they are included with LinuxCNC.
The 1920x1200 at 10" will be very small letters and XFCE (the desktop in official Debian) does not support fractional scaling, but Axis can be set to use bigger letters and it expands accordingly so it might be OK.
Personally i would go for higher resolution always, most stuff can be managed on it, it will be pain and suffering on low resolution as even some windows might not fit.
  • finnstrom
  • finnstrom's Avatar
28 Nov 2024 13:31

LinuxCNC gcode hangs on M63 "main loop took x seconds"

Category: General LinuxCNC Questions

I swapped in my own M6 toolchange code which (mostly) works just fine. Right before grabbing the tool, it runs a command to synchronize grabbing the tool with moving the spindle down slightly:
; Deactivate tool release to grab tool
M63 P17
G91 G1 Z[-#<z_jump>] F[#<z_jump_speed>]

However, on the first (and only first) tool change operation, and on exactly every new program loaded, the gcode just stops running right when it's about to grab the tool. It doesn't toggle machine power, it doesn't stop or pause the program, it just sits there with the "play" button pressed as if it's running. The only message I see on the terminal (even when running verbose) is:
task: main loop took 0.110972 seconds

My workaround is to move the spindle up, retract the tool, and to run the exact same program again, and everything works as it should.Any idea on how to debug this? Or tips on where in LinuxCNC source to add some more debug output around the M63 operation? I'm running 2.9.1 on a system built from LinuxCNC LiveCD. The problem persists in both Axis and QtDragon.

Thanks
 
  • royka
  • royka
28 Nov 2024 13:28
Replied by royka on topic Small touchscreen display 7-10' -> 14-16"

Small touchscreen display 7-10' -> 14-16"

Category: General LinuxCNC Questions

I'm not sure about axis, but I think it's compatible with most resolutions, but if you're able to find a 1920x1080 display you'll have more choice of user interfaces. For a smoother experience a Raspberry Pi 5 is a better choice.
  • tommylight
  • tommylight's Avatar
28 Nov 2024 13:18
Replied by tommylight on topic CAROUSEL ATC

CAROUSEL ATC

Category: HAL

It this a DIY ?
  • slowpoke
  • slowpoke
28 Nov 2024 12:57 - 28 Nov 2024 13:05

Small touchscreen display 7-10' -> 14-16"

Category: General LinuxCNC Questions

I'm looking for a suitable small 7-10" touchscreen display for use with LinuxCNC (lor a lathe). I plan to uses a RaspberryPI 4 that has a HDMI interface. The display will be positioned so that my eyes will be quite close ~12" from the display.

This one is cheap enough not sure if 1024x600 is compatible with axis?
www.amazon.ca/gp/product/B0CPM15T7H/ref=...o00_s00?ie=UTF8&th=1

or this one; 1920x1200

www.amazon.ca/Wstirhy-Portable-Kickstand...y%2Caps%2C160&sr=8-9


I have read there are some compatibility issues with some displays, so if anyone can recommend a display that is known to work well, please share the details.

Thanks
  • Aciera
  • Aciera's Avatar
28 Nov 2024 12:55 - 28 Nov 2024 12:57
Replied by Aciera on topic MMS einschalten mit einem Taster.

MMS einschalten mit einem Taster.

Category: Deutsch

Die 'toggle2nist' Komponente sollte nun ohne die zusätzliche toggle Komponente funktionieren (in der master Version):
forum.linuxcnc.org/24-hal-components/405...nent?start=10#315456
  • Aciera
  • Aciera's Avatar
28 Nov 2024 12:52
Replied by Aciera on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Run from terminal again and post the output as there are likely other python2/gtk2 issues..
  • raychar
  • raychar
28 Nov 2024 12:41
Replied by raychar on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

After deleting stdglue.py in those folders, please see as attachment, and replacing with the one in sim/gmoccapy/python/ for them, when opening LinuxCNC, the Gmoccapy screen still not o.k. (there are stdglue.pyc files, I think they won't have effect, I haven't do anything on them)
  • timo
  • timo
28 Nov 2024 12:27

Jones and shipley cylindrical grinder CNC conversion, grinding camshafts, cranks

Category: General LinuxCNC Questions

To have some 3d model, just to get the thinking going, would be nice.
Provided it is not "top secret" material.
Displaying 16276 - 16290 out of 24610 results.
Time to create page: 5.217 seconds
Powered by Kunena Forum