Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
06 Aug 2025 08:23
Replied by rodw on topic prevent jog limit error

prevent jog limit error

Category: General LinuxCNC Questions

Slow your velocities down and see.
I think the sign is the opposite of LATCH_VELOCITY

One of my machines:

MIN_LIMIT = -106
MAX_LIMIT = 0.01
HOME                    = 0
HOME_OFFSET                = 1
HOME_SEQUENCE            = 0
HOME_SEARCH_VEL            = 5
HOME_LATCH_VEL            = -2
HOME_IGNORE_LIMITS    = yes
HOME_USE_INDEX = NO
  • rodw
  • rodw's Avatar
06 Aug 2025 08:11
Replied by rodw on topic vibration at lowspeed.

vibration at lowspeed.

Category: Advanced Configuration

Are you using steppers or servos?
It's possible you are observing  low speed stepper harmonics. If that's the case, the solution would be to alter the motor gearing to avoid low motor speeds in the harmonics range.
  • konrad
  • konrad
06 Aug 2025 07:59
Replied by konrad on topic prevent jog limit error

prevent jog limit error

Category: General LinuxCNC Questions

thanks, yeah I think that is the problem. Sorry again to ask: Should this value be positive or negative in my case, where the machines homes on the min X/ Y side (and switch is on the moving gantry) --

I assumed negative as the HOME_OFFSET specifies the position of the limit switch in relation to the actual home position. Is that correct?
  • Lcvette
  • Lcvette's Avatar
06 Aug 2025 05:09
Replied by Lcvette on topic Probe Basic ATC Questions

Probe Basic ATC Questions

Category: QtPyVCP

Enter these numbers in your var file...

kcjengr.github.io/probe_basic/probe_basic_parameters.html
  • Lcvette
  • Lcvette's Avatar
06 Aug 2025 05:05
Replied by Lcvette on topic Probe Basic ATC Questions

Probe Basic ATC Questions

Category: QtPyVCP

You need to update the var file parameters, also in the docs.

I'm not sure what you mean about the tool table and the rack the rack stores tools the tool data is stored in the tool table. The rack holds whatever tools you put in it they don't have to be in order it tracks them persistently as long as you have the var file set up. When a tool is loaded from the rack and you use the offset for stored in the tool table everything works as expected it works perfectly fine with cheat code. You call the tool not the rack number.
  • heaven
  • heaven
06 Aug 2025 04:05 - 06 Aug 2025 04:06
vibration at lowspeed. was created by heaven

vibration at lowspeed.

Category: Advanced Configuration

I'm developing a feature that is called "admittance control", it's a method to control motor base on external force.
The system workflow is:

External force (from ft sensor)-> admittance module (100Hz update rate) -->joint cmd--> simple_tp/limit3 (1Khz) -> ethercat -> driver motor

The admittance module will convert external force to joint-cmd to control motor. Everything look fine except vibration at low speed like this chart

 

The velocity input look fine but the output velocity-cmd (derivative from position) is not smooth at low speed. Is this problem come from simple_tp/limit3 component? I look at linuxcnc code note and see cubic interpolator is using. Should i rewrite a cubic interpolator to replace simple_tp/limit3 or try to increase admittance update rate to 1 Khz and skip interpolator?
  • PCW
  • PCW's Avatar
06 Aug 2025 01:57

5i25 to 7i92TM - Spindle Index No Longer Working

Category: HAL

The most likely issue on the index is that the encoder differential
receiver (U6 ISL32273) or possibly U13 (74ACT04) have been damaged

On the other 7I76, do you mean 1 isolated input does not work?
This is odd because there is a relatively high power 10K resistor
in series with each isolated input so even a short connection to
120 VAC  is survive-able. It might be a contamination issue.
Perhaps the resistive divider and filter cap for the specific input
could be looked at closely  
  • snowgoer540
  • snowgoer540's Avatar
06 Aug 2025 01:29
Replied by snowgoer540 on topic Acr ok/Up/Down not working

Acr ok/Up/Down not working

Category: Plasmac

The inputs below are only valid while cutting as mentioned in  this table
plasmac.move-up
plasmac.move-down

The reason is because while the inputs are from an external source, the PlasmaC component still takes the following into consideration before making torch height corrections:
THC enabled?
Torch on (meaning the component is actually commanding the plasmac.torch-on output TRUE)?
Ignore Arc OK enabled?
Mesh Mode enabled?
Velocity anti-dive (cornerlock) enabled and are you below the anti-dive velocity?
Did we reach a top or bottom limit?

If you are curious, the pertinent Mode 2 code controlling all of this is here .  The GUI indicators only turn on when led_down or led_up are TRUE (assuming the correct HAL connections are made between the component and the GUI, of course).

I think you did the pertinent test by seeing that the appropriate HAL pins light up in halshow, and ensuring the correct HAL connections have been made.  I dont know what you mean by a simulated cut, but if the torch was not on (plasmac.torch-on TRUE), then it would not have worked.

I am not sure I would call it strange, but you'll have to make some actual test cuts to see the indicators light up.
  • jlennox
  • jlennox
06 Aug 2025 01:04 - 06 Aug 2025 01:05

5i25 to 7i92TM - Spindle Index No Longer Working

Category: HAL

Peter,

Confirmed firmware is correct using latest firmware from Mesa website.

Encoder set to TTL mode and no state change to index-input when idx+ is grounded.

I have confirmed the cable between 7i92tm and 7i76 has continuity on all pins.

Reading other posts with similar issues, I did have an instance when I still had the 5i25 working the cable was loose and cycled the power to the 7i76 ~3-4 times before I picked up on it possibly damaging pin 14. Not sure I rigid tapped at all after this event thought.

As the 7i92tm is brand new, is there a bus chip on the 7i76 I can replace to fix this issue?
While talking chips, I have blown a single input on my 7i76 (older model ~2018), what is the IC part number I need to replace this chip?
  • tommylight
  • tommylight's Avatar
05 Aug 2025 23:50
Replied by tommylight on topic Acr ok/Up/Down not working

Acr ok/Up/Down not working

Category: Plasmac

This was way back so no idea if this got fixed or not, but this did not work for some very strange reason as it is a must when setting up such a system.
You can try running a cut or two with the torch off, see if that activates the LED's.
You can also use hal show to watch the input pins and check if they are correctly set in hal, the do some actual cuts.
  • Kempinger
  • Kempinger
05 Aug 2025 22:35 - 05 Aug 2025 22:35
Acr ok/Up/Down not working was created by Kempinger

Acr ok/Up/Down not working

Category: Plasmac

Hi guys,
I'm having some troble with my Plasmac setup: Signals for Up/Down/Arc do not show up in GUI, in HAL monitor pins from mesa 7i96s act like they should (Proma THC Compact set to Test mode). No response for "Virtual LEDs" in GUI. Tried idle and also duringe a simulated cutting operation.

Float-Switch works perfectly, also axis movement. Machine was configured using pncconf wizzard, set to mode 2. 

Thanks for any information!
  • tommylight
  • tommylight's Avatar
05 Aug 2025 22:09
Replied by tommylight on topic Enable / Disable Output when Spindle is ON /OFF

Enable / Disable Output when Spindle is ON /OFF

Category: Advanced Configuration

Pretty sure this is all you need
net spindle.0.on hm2_7i76e.0.7i76.0.0.output-11
or this
net solenoid-bearing_air spindle.0.on hm2_7i76e.0.7i76.0.0.output-11
  • Benb
  • Benb's Avatar
05 Aug 2025 21:56 - 05 Aug 2025 21:57
Replied by Benb on topic Switch relay in a defined x position

Switch relay in a defined x position

Category: Advanced Configuration

Did you add new limit switch to monitor the cylinder extended position? 

if not, right now you are activating a relay when the cylinder position is in between

(cylinder-position < 900) and (cylinder-position > 1600)

And you would like to stop any axis movement when the above statement is true AND the cylinder-position < 1600?

please upload you hal file and I will add for you some hal code that you can test.
  • tsaG
  • tsaG
05 Aug 2025 21:53

Enable / Disable Output when Spindle is ON /OFF

Category: Advanced Configuration

Ah, even easier. Thanks!

Like so ( I would also like to use manually using code, thus mapped to motion pin)?
net solenoid-bearing_air spindle.0.on hm2_7i76e.0.7i76.0.0.output-11 <= motion.digital-out-05
Displaying 466 - 480 out of 24248 results.
Time to create page: 0.290 seconds
Powered by Kunena Forum