Advanced Search

Search Results (Searched for: )

  • TripleM
  • TripleM
29 Jul 2025 06:46

Gmoccapi Vollbild Modus + Lathe Macros macht Probleme

Category: Deutsch

I use LinucCNC Version 2.9 and the macro-version is 3 or 3.1. 
Is there a resulatuion that works better than others?    
  • meister
  • meister
29 Jul 2025 06:03
  • meister
  • meister
29 Jul 2025 06:01

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

@Russell should work, but modbus is very very slow, so not usable for things like servo motors.

@mBender:

you can overwrite all ini parameters in the json config and also add MDI commands:
    "linuxcnc": {
        "gui": "axis",
        "ini": {
            "HALUI": {
                "MDI_COMMAND|Go To Zero": "G0 X0 Y0",
                "MDI_COMMAND||Gripper|0": "M68 E0 Q-100",
                "MDI_COMMAND||Gripper|25": "M68 E0 Q-75",
                "MDI_COMMAND||Gripper|50": "M68 E0 Q0",
                "MDI_COMMAND||Gripper|75": "M68 E0 Q75",
                "MDI_COMMAND||Gripper|100": "M68 E0 Q100"
            },
            "DISPLAY": {
                "MAX_LINEAR_VELOCITY": 60.0,
                "MAX_ANGULAR_VELOCITY": 60.0
            }
        },

you can also add your own .hal file to postgui_call_list.hal (this entry will not be overwritten)

# cat Output/TangNano9K/LinuxCNC/postgui_call_list.hal
source custom_postgui.hal
source my-own.hal


about the laptop/PC, try to reinstall the rio.c component:
sudo halcompile --install riocore/files/rio.c
  • Gautham
  • Gautham
29 Jul 2025 05:57 - 29 Jul 2025 06:01
Replied by Gautham on topic Connecting my 7i96s to the VFD

Connecting my 7i96s to the VFD

Category: Driver Boards

Thank you so much PCW and tommy
PCW would that mean I don't connect 22 - SPINDLE- to COM, instead connect OUT4B --> COM and OUT5B --> COM?
  • COFHAL
  • COFHAL
29 Jul 2025 02:41
Replied by COFHAL on topic Unwinding Rotary Axis for Homing

Unwinding Rotary Axis for Homing

Category: Advanced Configuration

Could you share your 3D CAD model? If not, it's not a problem.
  • oneKone
  • oneKone
29 Jul 2025 00:18 - 29 Jul 2025 01:11
Replied by oneKone on topic Ethercat CATIO-A setup

Ethercat CATIO-A setup

Category: EtherCAT

Cheers Hakan. I'll have a read through and see what I can come up with.

Edit:
Looks like I need to convert to a U32 unit (for the duty cycle). Hopefully I can get something working within the next few days. 
  • DauntlessA
  • DauntlessA
28 Jul 2025 23:32 - 28 Jul 2025 23:35
Replied by DauntlessA on topic Probe tripped during non-probe move deadlock

Probe tripped during non-probe move deadlock

Category: General LinuxCNC Questions

As far as I'm aware, motion.probe-input only causes the "probe tripped during non probe move" message if the pin goes high during a non-probe move, not if it's already high.
(I know you figured that out, just wanted to state directly that in theory there's no issue with a non-probe move which starts with the probe triggered)
The real issue is, as Andy says, is that the raw probe input is going to bounce and cause the "probe tripped during non probe move" message, and halt the subsequent move/jog.

But, actually, most of the time this behaviour occurs during probing, it's during the deceleration phase of the probe move itself (as you mentioned). This was opened as an issue last year:
github.com/LinuxCNC/linuxcnc/issues/2926
While you can work round this in hal in various ways (many already discussed), ideally I think this should be patched.
When I had this issue I also thought the same as the title of this post, that the probe must be triggering during the pulloff move (on account of the message wording) when actually it was occuring during the probe move itself. This is confusing and the "probe tripped during non probe move" message is somewhere between misleading and incorrect in this context.
The way I see it is that the deceleration phase is definitely part of the probe move, since you can't have a probe move without deceleration. Therefore, it doesn't make sense to claim that a trigger during a probe move deceleration phase should be treated the same way as a trigger during a jog or commanded non-probe move. The fact that this behaviour only seems to be worked around definitely supports this view.

But I get how this might be complicated to patch if it is the case that the motion type can't stay as "probing" and so is set a different motion type, which causes this issue.
I'm assuming that the fix isn't as simple as keeping the motion type as "probing" after the first trigger, because then subsequent bounces would also be registered as triggers to update the probed position variable? And that definitely isn't ideal, if you commanded one probe move, you shouldn't get several updates to the probe result when only the first one is the canonical result.
So ideally you'd just want to set a flag in the motion type used during deceleration to ignore further probe inputs until the end of that move? Or create a new motion type for "probe decelerating" which has this applied by default?

Either way, this doesn't solve the issue of bouncing during the subsequent pulloff moves. But since the pulloff move is typically at a much higher feed, it's far less likely to be affected by this issue.

And yeah, debounce does work for this, and the increased latency isn't actually a huge issue (as long as it is repeatable) if you calibrate the probe on a known artefact at the probing speed(s) you're planning to use. Probe Basic has this built into the probing routines.

But re. your flipflop logic, you're essentially using the same logic I'm using, which is the "dsmono" component from this comment here, which also makes the the probe "sticky":
forum.linuxcnc.org/24-hal-components/423...rrors?start=0#269004 
(In fact I'd recommend reading that thread from the top, lots of good info)
I think the advantages of dsmono (or implementing the same thing using EDGE) over your component are that you don't need to add M64/M65 to your probing routines, and the pulloff move is protected once the "sticky" period expires.
  • unknown
  • unknown
28 Jul 2025 22:59

Help : Layman configuration for Raspberry Pi 5, Linuxcnc 2.9. and Mesa 7i96

Category: General LinuxCNC Questions

Ok once again.

For the interfaces you want to configure via Network Manager make sure the interface does not have an entry in the network file.

It is quite simple.
  • clayton2ndtry
  • clayton2ndtry
28 Jul 2025 21:48
Replied by clayton2ndtry on topic Is mini still available?

Is mini still available?

Category: Other User Interfaces

This version built on Flex, where would I find the .ui and .py files?
  • sk_linuxcnc
  • sk_linuxcnc
28 Jul 2025 20:24
Replied by sk_linuxcnc on topic LC 2.9.4 Configuration - Unsupported Locale

LC 2.9.4 Configuration - Unsupported Locale

Category: PnCConf Wizard

Thank you for posting about the other possible fixes along with their sources.

For me, just pressing the spacebar to select the locale worked fine.

(And yes i was foolishly stuck with this locale issue too, because i didnt know about the "space-bar" to actually mark the required locale in $ sudo menu-config > locale )
  • hitchhiker
  • hitchhiker
28 Jul 2025 19:55
Replied by hitchhiker on topic Adding Section to INI and Calibrationscreen?

Adding Section to INI and Calibrationscreen?

Category: Basic Configuration

perfect!!! it works ! Thanks!
  • snowgoer540
  • snowgoer540's Avatar
28 Jul 2025 19:34
Replied by snowgoer540 on topic QtPlasmac Updates

QtPlasmac Updates

Category: Plasmac

QtPlasmaC updates - Master (v2.10):
  • enhance cutcritical dialog with checkboxes for each untoggled button
  • Aciera
  • Aciera's Avatar
28 Jul 2025 19:13

Adding Section to INI and Calibrationscreen?

Category: Basic Configuration

[ATC_1] is not a recognized section name for the calibration tool.
It only works with '[TUNE]', '[JOINT_n]', '[AXIS_l]' or '[SPINDLE_n]' sections.

 
  • PCW
  • PCW's Avatar
28 Jul 2025 18:40
Replied by PCW on topic Mesa 7i96S MPG encoder on P1

Mesa 7i96S MPG encoder on P1

Category: Driver Boards

It should work with any version, I have used from 2021.2 to 2024.something
  • hitchhiker
  • hitchhiker
28 Jul 2025 17:57

Adding Section to INI and Calibrationscreen?

Category: Basic Configuration

hi!

i wonder why this not work. is it not possible or is there a workarround? 

i add the ATC (carousel.comp) to the ini


in my hal i link it 
 

but on the calibrationscreen i got no new tab

 


is this not possible?! thanks
Displaying 136 - 150 out of 24577 results.
Time to create page: 0.277 seconds
Powered by Kunena Forum