Advanced Search

Search Results (Searched for: )

  • robocidalmaniac
  • robocidalmaniac's Avatar
15 Sep 2024 17:30
  • robocidalmaniac
  • robocidalmaniac's Avatar
15 Sep 2024 17:28
Replied by robocidalmaniac on topic scorbot-er-3

scorbot-er-3

Category: Installing LinuxCNC

    LinuxCNC Configuration Selector CURRENT:scorbot-er-3
  • Aciera
  • Aciera's Avatar
15 Sep 2024 17:16
Replied by Aciera on topic scorbot-er-3

scorbot-er-3

Category: Installing LinuxCNC

I would like to know if anyone else has used (Copyright © 2020) andypugh software?

What 'software' are you referring to?
  • robocidalmaniac
  • robocidalmaniac's Avatar
15 Sep 2024 17:07 - 15 Sep 2024 17:21
Replied by robocidalmaniac on topic scorbot-er-3

scorbot-er-3

Category: Installing LinuxCNC

You are correct. I was trying to run a simulation on my HP envy h8-1534 computer to test the software. I am in the process of setting up a Dell Optiplex 980 SFF i5-650 3,2GHz 4GB Ram computer with a parallel port, to run this Scorbot-er-3 robotic arm. I prefer to shake out the software first before attaching to a live machine. I would like to know if anyone else has used (Copyright © 2020) andypugh software for running a Scorbot-er-3 through the parallel part?
  • snowgoer540
  • snowgoer540's Avatar
15 Sep 2024 16:54 - 15 Sep 2024 16:54
Replied by snowgoer540 on topic Showstopper Plasma Cutter retrofit

Showstopper Plasma Cutter retrofit

Category: Show Your Stuff

Deleting the var file was a placebo. When you receive that error, it's because the ohmic probe tripped prior to reaching probe height. 

This cannot happen. Ohmic sensing monitors motion.motion-type and can only activate when linuxcnc is actually probing, If its triggering, it has to be the breakaway or float switch.



It's exactly how it works.

Videographic evidence:

  • snowgoer540
  • snowgoer540's Avatar
15 Sep 2024 16:44
Replied by snowgoer540 on topic What is going on with the buildbot?

What is going on with the buildbot?

Category: General LinuxCNC Questions

That was me asking on the developer's email thread. I will "bump" it, and see if it gets a reply. The docs haven't built since sometime back then too, so they are out of date.

I am not sure if Seb lost interest, or what. I do remember there was a recent email on there of someone demanding it be fixed, that sort of stuff rubs people the wrong way since this is open source/volunteer after all.

Aforementioned email: sourceforge.net/p/emc/mailman/message/58798152/
  • Aciera
  • Aciera's Avatar
15 Sep 2024 16:07
What is going on with the buildbot? was created by Aciera

What is going on with the buildbot?

Category: General LinuxCNC Questions

Looking at buildbot2.highlab.com/debian/dists/.
 

Am I interpreting this correctly that the buildbot has not been working since the end of july?

I noticed there was a message about this on the developers mailing list but apparently it has gone unanswered:
sourceforge.net/p/emc/mailman/message/58812906/


I'm not overly familiar with the buildbot infrastructure or the communication channels used by the relevant people but it looks like things might be a bit broken.

 
  • Project_Hopeless
  • Project_Hopeless's Avatar
15 Sep 2024 14:37
Replied by Project_Hopeless on topic Convert LinuxCNC Sim to Real Machine

Convert LinuxCNC Sim to Real Machine

Category: General LinuxCNC Questions

Thx! Don't know how I missed that. :(
  • Aciera
  • Aciera's Avatar
15 Sep 2024 12:20
Replied by Aciera on topic getting spindle speed in python

getting spindle speed in python

Category: General LinuxCNC Questions

So you are running 2.8.x:
linuxcnc.org/docs/2.8/html/config/python...e-spindle-dictionary

The code I posted above should work.
  • Aciera
  • Aciera's Avatar
15 Sep 2024 12:16 - 15 Sep 2024 13:30
Replied by Aciera on topic getting spindle speed in python

getting spindle speed in python

Category: General LinuxCNC Questions

but whenever I add spindle_speed(returns float)


Not sure what version of linuxcnc you are running but you may be referring to old docs as the current attribute is 'speed' inside the 'spindle' dictionary
linuxcnc.org/docs/stable/html/config/pyt...e-spindle-dictionary

So to access the speed of spindle 0:
s = linuxcnc.stat()
s.poll()
spindle_speed = s.spindle[0]['speed']
  • rockcnc
  • rockcnc
15 Sep 2024 12:09
Replied by rockcnc on topic getting spindle speed in python

getting spindle speed in python

Category: General LinuxCNC Questions

 
import linuxcnc s = linuxcnc.stat() s.poll() sp_speed = s.spindle_speed
Am i writing the wrong command?
  • tommylight
  • tommylight's Avatar
15 Sep 2024 12:05
Replied by tommylight on topic scorbot-er-3

scorbot-er-3

Category: Installing LinuxCNC

It is also looking for a serial port from Python...
  • phillc54
  • phillc54's Avatar
15 Sep 2024 12:03
Replied by phillc54 on topic Showstopper Plasma Cutter retrofit

Showstopper Plasma Cutter retrofit

Category: Show Your Stuff

That seems a bit odd as default plasmac configs don't use the LinuxNC internal probing, they usually use external offsets.

But isn't plasmac.ohmic-enable only enabled when ohmic probing? We monitor that too.

Yes, but probing is enabled from the beginning of the down motion before probe height is reached because fast probing is valid.
  • Aciera
  • Aciera's Avatar
15 Sep 2024 12:02
Replied by Aciera on topic scorbot-er-3

scorbot-er-3

Category: Installing LinuxCNC

Indeed, the error does not appear running this on a machine with real time kernel.
Note that you may have to add the user account to the group 'dialout' to be able to access the serial port.
Displaying 21241 - 21255 out of 24591 results.
Time to create page: 0.702 seconds
Powered by Kunena Forum