Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
10 Sep 2026 00:03
Replied by rodw on topic Looking for opinions on controller box

Looking for opinions on controller box

Category: Plasma & Laser

I agree with Tommy. Pointless adding additional failure points!

I would try and arrange the drives horizontallly as there is a risk the top drives overheat with the heat from the ones below. I have had this happen but at a lot more than 24 volts (which I think is too low, velocity and acceleration are king with plasma and you are limiting yours by the low voltage)
  • Lcvette
  • Lcvette's Avatar
09 Sep 2026 23:43

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

for reference here are the already linuxcnc exposed status items:

linuxcnc.org/docs/html/config/python-interface.html
  • Lcvette
  • Lcvette's Avatar
09 Sep 2026 23:41

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

you want the label now and not the led? the led you simply set the pin base name and then point to it in hal in the post gui hal file and when the net is active it will light up the led.

halLabels are for numerical values, not strings. there is not a really clean method to access the hal io layer digitally with strings. this is just a linuxcnc shortcoming, they expose certain things through python and they are determined through the linuxcnc repo and not qtpyvcp/probe basic. so if you need a status or setting that is in that python channel its easy if its a customized halpin not so much unless its something very basic like toggling a switch for an led or outputting an actual numerical value since that coding is present in the linuxcnc codebase.

you can get around this a few ways, the first being to make a hallabel that would display a value and make your other changable label display certain text based on that hallabel's current value: for example,

1 = air pressure LOW
2 = air pressure OK

its a bit hacky so you will need to determine if the hackiness is ok to achieve your goal, or maybe just use the led.

I can look at giving the user a default state color style for the halledindicator which could give you the ability to make it green default and red active.
  • spumco
  • spumco
09 Sep 2026 23:10

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

Because I don't know how to make a hallabel change how it is displayed based on pin state without using the widget rules.

And I don't know how to make a non-hal Qlabel change based on a hal input state.

In the example  - thank you for that - you showed a screen button that changed display based on clicked (or not).  And an LED that changed from off to blinking when the button was clicked (the connection feature).  But the example wasn't tied to a hal pin - at least I didn't see that it was.

So how do I get a label - hal or not - to change state based on a hal pin state change?
  • Lcvette
  • Lcvette's Avatar
09 Sep 2026 22:37

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

Ok so you just need it active when the pin flips? What the issue then I'm confused
  • tommylight
  • tommylight's Avatar
09 Sep 2026 20:45

Poll: who still uses RTAI-only hardware drivers? (STG, Motenc, VTI, EVOREG, AX5

Category: General LinuxCNC Questions

My reply was that i use parallel port on several machines (over 10 for sure) with RTAI kernel, and use RT-Preempt on new-ish PC's for parallel port and Mesa boards.
In total, easily over 50 machines.
-
I do have a PCI board that i have to spend some time with, got it from a friend so i have no clue where he got it, and another set of boards that was driving a 5 axis machine, from initial tests i did back then all are recognized by older kernels, but will probably need drivers and i am not in the mood of writing those.
  • tommylight
  • tommylight's Avatar
09 Sep 2026 20:30
Replied by tommylight on topic Looking for opinions on controller box

Looking for opinions on controller box

Category: Plasma & Laser

Get rid of the relay boards, opto boards and the 5V rails, you do not need them and they will only add to stuff collecting interference, Mesa 7i96S has isolated inputs and outputs, just check what output to connect the torch on as there should be two types of outputs on it.
Put the Mesa board in the middle vertically with LAN side down, THCAD and power supplies to the right and drives as they are.
  • arcsynapse89
  • arcsynapse89's Avatar
09 Sep 2026 20:07 - 09 Sep 2026 20:08
Replied by arcsynapse89 on topic Looking for opinions on controller box

Looking for opinions on controller box

Category: Plasma & Laser

 On one of my builds I used a pass through ethernet port mounted on the panel to use a small ethernet cable to connect to my 7i76e. Its hard when you have limited access but I overcame the problem with a short ethernet cable inside the box.   
  • spumco
  • spumco
09 Sep 2026 20:06

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

ok so blinking led is possible when active that functionality is already there. you can use signals and slots to connect widgets, not everything has to be done with rules, ie if you have a button you can run a signal and slot to an led to have it turn on and off, flash, stop in on state or stop in off state. perhaps this is what your looking for?


Not what I'm looking for, but the connection feature is interesting and I wasn't aware of it.

The LED was just a first stab at some sort of screen indicator.  After fiddling and thinking about it I realized a Qlabel can be better - an LED takes up more screen space because you also need a label for the LED.  Why not just make the label behave like the LED would?

To be specific, I have an air pressure sensor that interlocks the machine - can't start the machine without it.  Plenty of times I've tried to start the machine with the main air valve off ('cause leaks), couldn't start the machine and it took a minute to figure out the problem.

So I want an indicator that flashes red at me when the air sensor hal input is low, and I want it green when the hal pin is high.  If the label changes from AIR LOW to AIR OK, that's a bonus but unnecessary.

No screen button required or desired - just an indicator showing the two states of a hal pin.  I could have two labels or two leds, but that takes up room and looks hacky.
  • Burrow_87
  • Burrow_87
09 Sep 2026 19:52
Replied by Burrow_87 on topic Looking for opinions on controller box

Looking for opinions on controller box

Category: Plasma & Laser

Unfortunately I have to keep the card and power on that side so I can get to Ethernet, on/off switch and estop. The way the table is set up I can only get to that side of the control box when in use.
  • cutnweld
  • cutnweld
09 Sep 2026 19:50
Replied by cutnweld on topic Bug on new Install

Bug on new Install

Category: Plasmac

Yes, here is the file. It might not be quite what you are looking for as we tried installing a little older version to try and get it going again, it acts almost the same with this version, now it stops when you hit pause, lifts up but nothing else. the FWD REV buttons come on momentarily then go away, it does not back up along cut path on its own but will not restart either, you have to hit stop and start all over. And once you have done that, the only way it will run a program is a program restart. If you run a program after fiddling with the pause it will only cut one pierce point, then raise the torch and sit until you hit stop, select the next point, run from line, etc etc. That was holes, I cant say whether or not it would do that on a nested drawing. 
  • arcsynapse89
  • arcsynapse89's Avatar
09 Sep 2026 19:46
Replied by arcsynapse89 on topic Looking for opinions on controller box

Looking for opinions on controller box

Category: Plasma & Laser

Looks like its going to be a tidy control box. If it were my build I would put the 7I96S closer to the drives to shorten all the drive wiring, keep the THCAD2 and relays close to the 7I96S for the same reason.
  • ruediger123
  • ruediger123
09 Sep 2026 19:43
Replied by ruediger123 on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hello,
Now that I have EtherCAT working,
I noticed something regarding the `polygon.ngc` program: with 8 polygon points and a feed rate of 5000 mm/s,
the corner-rounding speed is 467 mm/s.
with a feed rate of 1000 mm/s, the corner-rounding speed is 172 mm/s.
As I understand it, with a feed rate of 1000 mm/s, the corner-rounding speed should also be 467 mm/s.
Is my assumption correct?
With 4 polygon points, the corner-rounding speed is the same.

Gruß
Rüdiger
  • Muzzer
  • Muzzer
09 Sep 2026 19:38
Replied by Muzzer on topic Perpetual License CAM

Perpetual License CAM

Category: Show Your Stuff

Whatever you do, Fusion will cost you 1500 per year for a basic 4th axis. Takshak wont.

Depends how you define "basic". My paid-for Fusion costs me something like $400 a year and that includes indexed / wrapped 4th axis which allows me to do things like splines and gears. True simultaneous 4th axis requires the ruinously expensive manufacturing extension. That's always been a disappointment that rather limits the use of my 4th axis.

Don't get me wrong - I'm certainly interested in true simultaneous 4th axis. I was a beta tester on Onshape and started with Fusion when it was quite embryonic, so I'm used to waiting for features and bug fixes. There's only one way to discover how well developed and robust a product actually is but in this case I'd not even heard of it until a few days ago, so I've no way to get a feel for that.

I don't understand the 30 day business. If I don't pay the second $200 after 30 days, does it simply stop working - and my original $199 is automatically refunded? Or will I have paid $199 for 30 days of unsatisfied experience?
  • PCW
  • PCW's Avatar
09 Sep 2026 19:04 - 09 Sep 2026 19:04

Mesa 7i97 on Simodrive 611 + glass scales

Category: Driver Boards

That looks like a 1V P-P sine output linear scale the needs an interpolator (EXE box or equivalent))
Displaying 61 - 75 out of 13537 results.
Time to create page: 1.733 seconds
Powered by Kunena Forum