Advanced Search

Search Results (Searched for: )

  • HansU
  • HansU's Avatar
04 Jul 2025 14:59
Replied by HansU on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

Suggestion / request:
Overrides
When starting a program running (cycle start): user is prompted that an override (rapid, feed, or spindle) and asked whether they want to continue with override, or want to reset to 100%


I could imagine make an optional warn dialog with a settable limit. For all overrides? Feed, rapid and spindle?
  • whyme
  • whyme
04 Jul 2025 14:57
Replied by whyme on topic Raspberry Pi 4 with Mesa 7c81

Raspberry Pi 4 with Mesa 7c81

Category: Driver Boards

Maybe a stupid question, but how do you use the relay on those cheap MACH3 BOBs with the 7c81?

For the inputs to work I need to enable the pullups on the 7C81.
But enabling the pullups makes the relay close as soon as the BOB is powered.

Ideally I would want the relay to be open until linuxcnc is started and I tell linuxcnc to close the relay.

But the relay closing by default due to the pullups makes it unusable, or did I miss something?
  • kworm
  • kworm
04 Jul 2025 14:39

QTplasmac material database enhancement

Category: Plasmac

I cut a lot of thicker material that needs a ramp pierce.  I am thinking of adding ramp pierce parameters to the material database along with adding ramp pierce to the conversational area of QTplasmac.   My purpose for this would be to keep all the cut info in one place and to be able to use the conversational on thicker parts vs having to CAM simple things.   Just thought I would see if there was interest in this from others and/or other thoughts on it.
  • PCW
  • PCW's Avatar
04 Jul 2025 14:27

MESA 7i76U inputs changing state without changes to config

Category: Basic Configuration

Normally you would use a NC switch for Estop and the you would use the true (no -not)
input to sense it. This is so that when Estop is not activated (switch = closed circuit),
iocontrol.0.emc-enable-in will be true so no Estop. Then when Estop button is activated
(switch= open circuit), iocontrol.0.emc-enable-in goes false, signaling an estop event.

Did you verify that estop-ext changes state when you change the Estop button from on to off?
  • besriworld
  • besriworld
04 Jul 2025 14:23
Replied by besriworld on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

This time, the spindle didn’t stop. However, when exiting the editor, the graphical interface shows that the program is not running

youtube.com/shorts/axVyF3tfrcw?si=d6pKXhjEwYUU1QWp

youtube.com/shorts/ay-Nz62fcPs?si=QHA_4l6xV2o7P6Ro
  • kn612
  • kn612
04 Jul 2025 14:15
Replied by kn612 on topic Servo Driver Plasma Retrofit

Servo Driver Plasma Retrofit

Category: Plasmac

Thank you, the wiring is making much more sense and less challenging now.  

Im using linuxcnc_2.9.4-amd64.hybrid.iso that I downloaded here.  It installed qtplasmac 2.9.  Is it recommended to install 2.10?

What is the easiest way to configure a 7i97t and a couple thcad2 for plasma?  I dont see 7i97t as an option in pncconf and in mesact there isnt an option for qtplasmac.

I asked chatgpt to create a quick ini for qtplasmac and a 7i97t and it came up with this pretty quick:
 

File Attachment:

File Name: mesa_7_i_9...smac.txt
File Size:1 KB
  • dunnitagain
  • dunnitagain
04 Jul 2025 13:37

Recommended New Install of LinuxCNC coming from EMC2 and Ubuntu 10.4

Category: Installing LinuxCNC

Created the Boot USB STick . both machines recognize the stick on the desk top. But dont recognize it in Bios settings . All the bios settings are set to boot from the stick , but it doesnt show up in the boot drive order.
  • Tim Bee
  • Tim Bee
04 Jul 2025 13:37

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

Category: Computers and Hardware

Dear meister:

Thanks for your repay and fix it,thanks again.


Tim
  • besriworld
  • besriworld
04 Jul 2025 13:25
Replied by besriworld on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

I start the program with an external button.
  • Aciera
  • Aciera's Avatar
04 Jul 2025 13:23 - 04 Jul 2025 13:24
Replied by Aciera on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

When you're in the G-code editor, it's possible to start the program execution, but if you exit the editor, the program stops .


How do you do that? Using halui?

 
  • scsmith1451
  • scsmith1451's Avatar
04 Jul 2025 13:10 - 04 Jul 2025 13:14
HY_VFD RS-485 HAL config was created by scsmith1451

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

Re-configuring my DIY Router Mill to use LinuxCNC after MACH3 began glitching on me. At this point I'm trying to get my HY_VFD to respond via RS-485.  Under Mach3 this RS-485 adapter worked great, but not getting any response now.

I found this HAL file on line for the HY-VFD RS-485 config:

# Include your custom HAL commands here
# This file will not be overwritten when you run PNCconf again
# RS-485 Spindle Control
loadusr -Wn vfd hy_vfd -n vfd -d /dev/bus/usb/004/002 -p none -r 19200
                                
net spindle-vel-cmd-rpm-abs    vfd.speed-command
net spindle-enable              vfd.spindle-on
net spindle-cw vfd.spindle-forward
net spindle-ccw vfd.spindle-reverse
net spindle-at-speed vfd.spindle-at-speed
                                
setp vfd.enable 1

having replaced the device reference with the output of lsusb for my machine.

When I issue a M3 S6000 command via MDI, nothing happens. Would someone please help me resolve this issue?

The above HAL config is in custom.hal. I'm running LCNC 2.9.4 on Debian 12.

Also, on a fairly regular basis I get the following error on startup of LCNC:

Debug file information:
Note: Using POSIX realtime
tcsetattr
: Inappropriate ioctl for device
./custom.hal:4: waitpid failed hy_vfd vfd
./custom.hal:4: hy_vfd exited without becoming ready
5241
Stopping realtime threads
Unloading hal components
RTAPI_PCI: Unmapped 65536 bytes at 0x7f1e95251000
Note: Using POSIX realtime
  • Happppppppy
  • Happppppppy
04 Jul 2025 13:02 - 04 Jul 2025 13:14

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

Category: Computers and Hardware

Hi,

I don't have any devices configured with 192.168.10.xxx on the linuxcnc computer.

Here is the config:
{
"name": "BushmasterFPGA",
"description": "Terasic DECA Max10",
"boardcfg": "TerasicDECAMax10",
"protocol": "UDP",
"plugins": [
{
"type": "w5500",
"mac": "AA:AF:FA:CC:E3:1C",
"ip": "192.168.10.194",
"port": 2390,
"pins": {
"mosi": {
"pin": "Header Right:GPIO1_D0"
},
"miso": {
"pin": "Header Right:GPIO1_D1",
"pull": "down"
},
"sclk": {
"pin": "Header Right:GPIO1_D2"
},
"sel": {
"pin": "Header Right:GPIO1_D3"
},
"rst": {
"modifier": [
{
"type": "invert"
}
],
"pin": "Header Left:GPIO0_D4"
}
},
"uid": "w55000"
}
],
"linuxcnc": {
"ini": {
"EMC": {
"MACHINE": "BUSHMASTERFPGA"
},
"KINS": {
"JOINTS": 4,
"KINEMATICS": "trivkins coordinates=XYYZ kinstype=both"
},
"TRAJ": {
"COORDINATES": "X Y Y Z"
}
},
"machinetype": "mill"
}
}

Here are the outputs from the terminal:
cnc@BUSHMASTER-CNC:~$ ip a s
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether f8:0f:41:80:f0:e7 brd ff:ff:ff:ff:ff:ff
altname enp0s25
inet6 fe80::696b:7c3c:f7c9:4de2/64 scope link noprefixroute
valid_lft forever preferred_lft forever
cnc@BUSHMASTER-CNC:~$ ip r s
cnc@BUSHMASTER-CNC:~$
  • besriworld
  • besriworld
04 Jul 2025 12:48
Replied by besriworld on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

I use Match 3 on another machine and it has this functionality and I thought it was something standard. :)"You mean when the machine is already homed? "
 YES .

"But the spindle should resume at the same speed. Can you give an exmple to reproduce that?"
I will make a video.

"A bit unusual use case though, but I agree that should not abort the program."
Yes, I accidentally started the program from this menu and at one point I decided to go to the main page and the machine stopped. The program should simply not be started from this menu or it should not stop. I already know and I will not start the program in the editor. But maybe I will not be the first to find this bug. :)
  • meister
  • meister
04 Jul 2025 12:17

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

Category: Computers and Hardware

do have configure one of your network-interface to the 192.168.10.xxx range ?

please add you config and the output of:
ip a s
and
ip r s
 
  • scsmith1451
  • scsmith1451's Avatar
04 Jul 2025 12:02

MESA 7i76U inputs changing state without changes to config

Category: Basic Configuration

Thank you to everyone. I've finally got the EStop to work correctly, though I don't understand why. Apparently, it works opposite of the limit switches in that there must be a high signal on the pin at startup and EStop is triggered when the switch is opened. Regardless, I can now home and run as expected.
Displaying 12136 - 12150 out of 17752 results.
Time to create page: 0.395 seconds
Powered by Kunena Forum