Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
26 Jul 2024 13:22
Replied by Aciera on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

This should give you A-axis jogging with 'Home'/'End' keys

 
  • Aciera
  • Aciera's Avatar
26 Jul 2024 13:21
Replied by Aciera on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

You would likely need to add these to the 'on_key_event' function in 'bin/gmoccapy':

        elif keyname == "Home" or keyname == "KP_Home":
            button_name = "a+"
            if signal:
                self._on_btn_jog_pressed(None, button_name, fast)
            else:
                self._on_btn_jog_released(None, button_name)
        elif keyname == "End" or keyname == "KP_End":
            button_name = "a-"
            if signal:
                self._on_btn_jog_pressed(None, button_name, fast)
            else:
                self._on_btn_jog_released(None, button_name)

Like this:
  • scotth
  • scotth
26 Jul 2024 13:20 - 26 Jul 2024 13:24

difference between machine coordinate systems and CAD software

Category: AXIS

With the other control does the axis jog the same direction? X+ = X+ travel on both machines.
If the jog is correct is the Post the same?
  • cmorley
  • cmorley
26 Jul 2024 12:59

how to make my own custom page for qtdragon_hd?

Category: Qtvcp

HAL PushButton widget

under PushButton properties:
check 'indicator_option'
set 'shape_option to 1'

under AbstractPushButton properties:
set 'checkable'
  • dm17ry
  • dm17ry's Avatar
26 Jul 2024 12:52
Replied by dm17ry on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

for MDS-A/B/C and SSCNET I,II servo thread runs at 888us
  • mariusl
  • mariusl's Avatar
26 Jul 2024 12:51
Replied by mariusl on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

Sorry I wasn't clear about what I asked. I meant the keyboard hot keys to jog the extended axis like A.
  • Aciera
  • Aciera's Avatar
26 Jul 2024 12:45
Replied by Aciera on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

If you mean these they should be created automatically when an A axis is defined in the ini:

 
  • mariusl
  • mariusl's Avatar
26 Jul 2024 12:33
Jog keys for A axis was created by mariusl

Jog keys for A axis

Category: Gmoccapy

I cannot seem to find the jog keys for the A axis. Where they included recently?
  • mariusl
  • mariusl's Avatar
26 Jul 2024 12:30 - 26 Jul 2024 12:35
Replied by mariusl on topic Why is keyboard hotkeys option removed

Why is keyboard hotkeys option removed

Category: Gmoccapy

I see it was moved to there. I looked at the documentation and it showed to be elsewhere.
Old dogs and new tricks.
  • ferten01
  • ferten01
26 Jul 2024 12:22

LinuxCNC machine setup with Rasperry Pi4 and Mesa 7i76 for communication

Category: General LinuxCNC Questions

Hello everyone, after the resignation of my very esteemed colleague, I need to set up the software on a functional system using a LinuxCNC mesa7i76e card with a Raspberry Pi 4. When the SD card got corrupted, I had to reinstall the software, but I have no knowledge about this subject. I downloaded the LinuxCNC 2.8.0-pi4 image file from the internet and wrote it to the SD card. The system runs, but I can't establish communication with the Mesa card during the setup. If anyone can provide support on this matter, I would appreciate it. Thank you in advance and have a good day.
  • Aciera
  • Aciera's Avatar
26 Jul 2024 12:14
Replied by Aciera on topic Why is keyboard hotkeys option removed

Why is keyboard hotkeys option removed

Category: Gmoccapy

In the latest release (3.4.8) there should be a checkbox 'Use keyboard shortcuts' on the 'Advanced Settings' page:
linuxcnc.org/docs/html/gui/gmoccapy.html...apy:tool-measurement
  • mariusl
  • mariusl's Avatar
26 Jul 2024 11:56

Why is keyboard hotkeys option removed

Category: Gmoccapy

I just installed a new machine with Gmoccapy and I found that there are no keyboard hotkeys enabled. So I find this in the manual.
Keyboard shortcutsSome users want to jog there machine using the keyboard buttons and there are others that will never allow this. So everybody can select whether to use them or not.
Keyboard shortcuts are disabled by default.WarningIt is not recommended to use keyboard jogging, as it represents a serious risk for operator and machine.

There are many more machines running without MPG or Touch screens that make use of keyboard hot keys to jog. Why does it get removed without option to enable it?
Can anyone tell me how to get the keyboard hotkeys enabled so I can jog the machine?
 
  • Aciera
  • Aciera's Avatar
26 Jul 2024 11:45
Replied by Aciera on topic Loosing tool ofrsets when stopping program

Loosing tool ofrsets when stopping program

Category: General LinuxCNC Questions

all the tools offsets are reset by the same amount.

So do you mean the all tool offsets in the tool table or only the currently active tool offset?
  • tommylight
  • tommylight's Avatar
  • tommylight
  • tommylight's Avatar
26 Jul 2024 11:39

Does anyone have a good working link for 7i96 configuration tool

Category: PnCConf Wizard

Use the included PncConf wizard, it is in the main menu and it has 7i96.
Do you have 7i96 or 7i96S ?
What was the issue with parallel port?
Displaying 24901 - 24915 out of 24952 results.
Time to create page: 0.979 seconds
Powered by Kunena Forum