Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
Today 07:01
Replied by rodw on topic Crash

Crash

Category: Plasmac

If you are using qtplasmac, I would upgrade to Linuxcnc 2.9.10 using the ISO. Seeing Python 2.7 errors raises alarm bells for me
Also, you may find with qtplasmac you will get better results with master branch so it would be good to learn how to build LinuxCNC from source. Its pretty simple these days. QTplasmac is still being pretty actively developed.
  • rodw
  • rodw's Avatar
Today 06:52

Home switches stopping machine but not latching fully

Category: Plasmac

Please  try using a HOME_OFFSET of 0.1 inch. You want the axis to be off the home switch after homing. Not sure whether this should be positive or negative. If it fails, change the sign and try again...
  • rodw
  • rodw's Avatar
Today 06:47

loading debian 10 on a very old compaq Presario dual boot

Category: Installing LinuxCNC

2.9.10 is the current release so that is all good. Iwould expect you are therefore running Debian 13 if you used the LinuxCNC ISO
  • rodw
  • rodw's Avatar
Today 06:41

J1900 L2 sibling: pin Qt HMI to CPUs 0-1, keep the 1 ms EtherCAT thread on CPU3

Category: EtherCAT

Well you got further than me years ago, you were able to boot the Baytrail PC (but mine was a J1850).
Isolating the sibling core is recommended. If you are using a NIC with an RT app that uses networking, its recommended to pin the NIC IRQ to the same core as the RT thread. Latency may be worse  but the network latency becomes the bottleneck. I could not see what you were pinning.
  • Artur_1617
  • Artur_1617's Avatar
Today 04:03 - Today 04:19
New Atc Tool Magazine was created by Artur_1617

New Atc Tool Magazine

Category: User Exchange

For sale new atc changers Deta International.
Location Poland
Model R3DE4  Cat 40
Price 3500E
www.deta.com.tw/For-VMC/30-disc-typeFeatures of Tool Magazine
  1. High-Precision, Low-Noise Drive System
    Features a dual-roller Geneva mechanism combined with a worm gear reducer for precise indexing and positioning. Ensures stable operation, reduces motor load, and achieves high energy efficiency.
  2. Highly Durable Tool Tilting Mechanism
    Employs a slim pneumatic cylinder on the rail to withstand side forces during tool tilting and provide a cushioning function.
    Equipped with a locking pin mechanism to prevent the tool pot from shifting in the event of air source interruption.
  3. High-Strength, Lightweight Structure
    Key components are made of high-strength aluminum alloy, optimizing both rigidity and light weight.
  4. Modular Tool Arm Design
    Modular design separates the main body and the gripper for quick and simple specification changes.
    Utilizes German spring steel wire with galvanization for superior anti-rust performance.
    Integrated drainage function prevents coolant accumulation, ensuring reliable operation
  5. Components for conversion to smaller tool holders—such as BT30 or SK30—can be purchased from the manufacturer.
  • tuxcnc
  • tuxcnc
Yesterday 03:45 - Yesterday 03:47
Replied by tuxcnc on topic Crash

Crash

Category: Plasmac

@tuxcnc, (...) I don't understand why the message is useless.

.

tuxcnc post=349633 userid=3011
but it doesn't tell you where that empty string came from.

  • NWE
  • NWE's Avatar
Yesterday 02:40 - Yesterday 02:43
Replied by NWE on topic Crash

Crash

Category: Plasmac

@tuxcnc, I agree python 2.7 is ancient. I don't understand why the message is useless.

It says file ./plasmac/plasmac_gcode.py line 39
Popen() apparently returned an empty string to int() which needs some character. 
  • ncf250sd
  • ncf250sd
Yesterday 21:32
Replied by ncf250sd on topic Probe basic error

Probe basic error

Category: QtPyVCP

My small contribution compared to all the help I’ve received.
  • spumco
  • spumco
Yesterday 21:27

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

does the log show anything?

Yes, but since the hang doesn't happen at exactly the same point each time it's a bit murky.

After the first few tries the startup attempts have been with the postgui.hal commented out of INI completely.  I tried starting with every non-mandatory feature/setting commented out - no dice.

And the Axis good start-up is the same config.  Just switch [DISPLAY]DISPLAY = probe_basic to [DISPLAY]DISPLAY = axis.  No hal-related issues for the same exact LCNC connections.

As for the other probe basic INI stuff, I copy-pasted from the machine_setup_files INI.  You're welcome to have a look at my INI to see if I fat-fingered something.
  • Lcvette
  • Lcvette's Avatar
Yesterday 20:32 - Yesterday 20:35

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

if the sims don't hang, it is almost 100% in your configuration somewhere. may be missing an ini setting somewhere.. i would recommend going through your ini line my line and checking against the docs for configuration to see if something may be missing. then i would go over your post gui hal file and make sure nothing is wonky there, then check your main hal file and make sure everything is correctly spelled, i have had a typo plague me before and it took me weeks before i finally found the issue.

having a working axis config and a working probe basic config with all the extras is pretty different.  probe basics functionality is vastly larger and requires more things be in place at startup.  using axis as a base test is a good start but it is not a definitive proof the issue lies elsewhere than the config.

the sims use pretty much a complete running simulation of everything needed including atc and probing, so if the sims work consistently you know the software and your install are good.  that is proven so the changes between the axis config and the probe basic config is where to focus your attention.
  • Lcvette
  • Lcvette's Avatar
Yesterday 20:21

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

does the log show anything?
  • PCW
  • PCW's Avatar
Yesterday 19:16

Home switches stopping machine but not latching fully

Category: Plasmac

You might plot the switch  hal signals with halscope when homing to get a better
idea of whats going on.

(it might be contact bounce or EMI)

 
  • 858PSJ
  • 858PSJ
Yesterday 19:07

loading debian 10 on a very old compaq Presario dual boot

Category: Installing LinuxCNC

Worse than what you describe, apparently I've gotten a pre-release version? The grub.config line says its booting vmlinuz6-12.95+deb13-rt-amd64
the words debian 13 show on my screen after boot for awhile then go away, I got the iso file by searching the linuxcnc site because the link to download wouldn't work for me .
on the other hand, linuxcnc says its axis.ngc - Axes 2.9.10 on LinuxCNC-HAL-SIM-AXIS
and it will simulate some parts, I'm still checking. It seems to be working very good so far, internet works, playing mp3's work, terminal works, selecting applications seems to work, usb drives seem to work.
probably too early to submit bug report here but thanks for the reply.
  • spumco
  • spumco
Yesterday 19:06

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

Yes, the style sheet was appropriate for non-flashing.

But I ran in the the same problem(s) I reported on github after this round of edits... intermittent hang during PB startup.

As before, everything works fine in sim but about 75% of attempts on real machine hang up during start.  This time I followed your instructions, started from a clean update, and didn't touch anything other than the user ui files.  All editing was done with probe_basic.ui open via editvcp.

Testing on the real machine:
  • Demo configs start fine
  • Turning on/off the various user features (button panel, main/side tabs, atc btns, dro) didn't appear to make any difference.
The hang condition doesn't seem to follow any pattern.  I can try to start it, hangs, then I force-close the terminal window.  Next time it starts.  Or it hangs 4 times in a row before starting.  Or I have to re-start Debian and then it works... until it hangs again.

No other GUI demos hang, and I have a minimal but working Axis config that starts no problem 100%.

As I mentioned on github I don't have different (non-ethercat) hardware to test on.  And no clue if this is ethercat related, but the hangs always happen towards what should be the end of the qtpyvcp/probe basic startup sequence.
 
  • Lcvette
  • Lcvette's Avatar
Yesterday 18:42
Replied by Lcvette on topic Probe basic error

Probe basic error

Category: QtPyVCP

thanks for pointing that out, i have updated the configuration documents to reflect the missing config items, sorry about that, got missed somehow.. should be up shortly!
Displaying 1 - 15 out of 289058 results.
Time to create page: 5.641 seconds
Powered by Kunena Forum