Advanced Search

Search Results (Searched for: )

  • spumco
  • spumco
Today 19:52

Ethernet connection to Mesa 7i76e disconnecting on its own after one minute

Category: Plasmac

I had a problem with a Mesa board disconnecting a couple years ago.

Turned out it was a bad/weak DC-DC power supply.  Voltage would drop intermittently, causing the Mesa to reset and I'd get the 'error finishing read' nightmare.  Looked like a network issue, but @PCW helped me diagnose it as a power problem.

Maybe double-check whatever is powering the Mesa and see if it's dodgy.
  • MaHa
  • MaHa
Today 19:16
Replied by MaHa on topic Jumping motion with XHC-WHB04B pendant

Jumping motion with XHC-WHB04B pendant

Category: Basic Configuration

Just talking from my experience, on my machine i got good result with ilowpass / multiply stepsize

setting for all axis:
MAX_ACCELERATION = 1100.0

If set Stepsize on mpg to 100 or less, it works very good. Even stepsize 500 worked, larger was not safe.
jog-counts and jog-scale can be set for all axis, only the enabled axis will move finally.
This config was made many years ago, thats all i remember

# The stepsize selected is always multiplied by 0.001
# ilowpass − Low-pass filter with integer inputs and outputs
# mult2 − Product of two inputs
loadrt ilowpass
loadrt mult2
addf ilowpass.0 servo-thread
addf mult2.xhc servo-thread

# Lowpass Filtering for mpg
setp ilowpass.0.gain 0.01

# IMPORTANT to keep ratio ilowpass.0.scale mult2.xhc.in1
setp ilowpass.0.scale 1000
setp mult2.xhc.in1 0.001

net jog-counts_in  <=  xhc-hb04.jog.counts => ilowpass.0.in
net jog-counts_out <=  ilowpass.0.out      => joint.0.jog-counts axis.x.jog-counts joint.1.jog-counts axis.y.jog-counts joint.2.jog-counts axis.z.jog-counts
net jog-scale      <= xhc-hb04.jog.scale   => mult2.xhc.in0
net scale_div_1000 <=  mult2.xhc.out       => joint.0.jog-scale axis.x.jog-scale joint.1.jog-scale axis.y.jog-scale joint.2.jog-scale axis.z.jog-scale

# Switch to mode.manual
net man_mode       <= xhc-hb04.button-mode => halui.mode.manual
 
  • aaron
  • aaron
Today 18:36
Replied by aaron on topic Setting up a touch screen

Setting up a touch screen

Category: General LinuxCNC Questions

The Default Axis?
  • zack
  • zack's Avatar
Today 17:38
Replied by zack on topic Setting up a touch screen

Setting up a touch screen

Category: General LinuxCNC Questions

Which interface for linuxcnc u using?
  • zack
  • zack's Avatar
Today 17:31

Axis 2 - touchscreen version of old friend

Category: AXIS

still interested in taking a tcl touch screen version of axis further any interest?
will like to add pause routine as per 3d printers etc
  • ChrisB_II
  • ChrisB_II's Avatar
Today 16:05
Replied by ChrisB_II on topic LinuxCNC mit ProbeBasic bleibt einfach setehen

LinuxCNC mit ProbeBasic bleibt einfach setehen

Category: Deutsch

Ich habe jetzt getestet mit und ohne Erdung des Computers - das Problem trat natürlich nicht auf! Ich versuche es später noch mal, mit laufender Spindel...
  • djdelorie
  • djdelorie
Today 15:43
Replied by djdelorie on topic Probe tripped during non-probe move deadlock

Probe tripped during non-probe move deadlock

Category: General LinuxCNC Questions

I don't know what you mean by "queue error" but here's my situation:
I have a pair of mechanical NC probes, one toolsetter and one touch probe. Both are a bit sensitive to machine vibrations (the machine is aluminum extrusions) so I added debounce to reduce those. The toolsetter still trips when I rip a pocket off, but that's useful ;-)
However, because of the debounce, the probe trip is now delayed and unpredictable, so I have to probe very slowly.
The probe operation is:
* probe towards, record hit.  Speed in the 1-2 in/min range
* probe away, record hit.  Average the hits to get the final result
* G0 away to clearance.
The problem happens when the "probe away" is still unstable during the G0 move (there really isn't a "deceleration phase" here).  I suspect it's a symptom of the probe design, as it gets *worse* as I go slower, as if the contacts were scraping past each other (yes, I know it's not that kind of probe).
 
  • greenRainbow
  • greenRainbow
Today 14:05
Replied by greenRainbow on topic need help with ethercat vs mesa

need help with ethercat vs mesa

Category: General LinuxCNC Questions

I did a calculation:
with 4 ethercat sto servos, beckhoff ek1100(interface), el1809 (16inputs), el2809(16outputs),el4102(vdf control) im getting ~50€ more expensive than mesa + 4 cables.

If I ditch the beckhoff and handle i/o by the servo drives im more limited in machine control and vfd has to be set manually. Spindle control could be added later when I need more i/o for toolchanger anyways.

Basicly a drive i/o system instead of a centered i/o.

Thats why I have difficult times deciding stuff like that, I have two in my eyes equal options. Sto would only come in when using ethercat tho, so theres that.
  • spumco
  • spumco
Today 13:52
Replied by spumco on topic need help with ethercat vs mesa

need help with ethercat vs mesa

Category: General LinuxCNC Questions

I also heard about mesa-ethercat combo but it sounds complex with no real benefit. Something you try just because you can I feel. It would probably make sense for me to see what kind of modules I need for ethercat and look how much thats going to cost. 

OP-
The benefit is that Mesa hardware is inexpensive and easy - especially for the 'pricey' types of IO (encoder, analog).

Once you price out the ethercat IO modules, you might price out a Mesa FPGA board and appropriate daughterboard(s) and find it'd be cheaper to go with Mesa for IO.

I suspect for your modest IO needs it won't make much difference, but for an IO-intense machine an Ethercat + Mesa combo becomes attractive.

As far as complexity... every LCNC machine - including Ethercat based - needs a HAL file.  Both Ethercat and Mesa services are started in the HAL file, and pins are assigned like normal.

Not trying to convince you of anything in particular, just letting you know options are available.
  • spumco
  • spumco
Today 12:45
Replied by spumco on topic A6 Ethercat - digital IO mapping?

A6 Ethercat - digital IO mapping?

Category: EtherCAT

PRogress!
The vendor supplied XML can go in the bin with the rest of your windows stuff. its for twincat. So explained. I have never used this stuff.

Quickest way to test outputs is to hook up an output to coolant or mist so you can trigger with GUI or MDI command

Rod - I appreciate your suggestions, but we seem to be talking past each other.

I know - have known since I started - the vendor xml file is useless for LCNC.  I was hoping someone more experienced could interpret the vendor xml file to see if the output bit(s) required were buried or presented inside the file.

The quickest way to test outputs is to simply trigger them in halshow; no need to net them to coolant or mist or anything.  This is what I've been doing the whole time I've been fiddling with the outputs.

The drive has been communicating with LCNC since the 1st post in this thread.  As long as I don't flub the xml file edits I've had no problems with the connection & communication between LCNC and the drive.

I just received a reply from Stepperonline regarding the outputs.  I'll test later tonight, but it appears the original OEM (JSS Motors) failed to document anything about the outputs.  Stepperonline was kind enough to supply information about some required parameters (again, undocumented) and the Ethercat addresses/bits needed to trigger the outputs.

I'll post the information later for future reference once I've confirmed it works.
  • tommylight
  • tommylight's Avatar
Today 10:46
Replied by tommylight on topic The Stupidity of AI

The Stupidity of AI

Category: Off Topic and Test Posts

Jeff Bridges in Iron man!
  • my1987toyota
  • my1987toyota's Avatar
Today 09:41
Replied by my1987toyota on topic The Stupidity of AI

The Stupidity of AI

Category: Off Topic and Test Posts

tommylight built this in a cave! with a box of scraps! . LOL.
  • rodw
  • rodw's Avatar
Today 08:40

Geekom A5 pro: poor latency, BIOS settings

Category: Computers and Hardware

please run 
latency-histogram --nobase --sbins 1000 show 
and share the screen dump here after a good workout.
Your version of way to bad is not enough for you to advise you on
  • andrax
  • andrax's Avatar
Today 07:50
Replied by andrax on topic Jumping motion with XHC-WHB04B pendant

Jumping motion with XHC-WHB04B pendant

Category: Basic Configuration

Yes, I experience this effect as well. It is caused by the fact that, when using the handwheel, you are constantly commanding a new target position for the axis. Even if you are only moving in small increments—0.01 mm or 1.00 mm at a time—the acceleration and deceleration ramps are still being applied. If these ramps are set too short, the axis accelerates and decelerates with every single increment, which is what causes the rattling sound.
You could address this by generally lengthening the ramps—though this would impact your machine's overall dynamics—or you could implement a specific solution within your XHC HAL configuration
  • hughcustoms
  • hughcustoms
Today 07:26

EtherCat with LinuxCNC using 3/3 4.4kw and 1.5kw servo motors all 3 phase

Category: EtherCAT

Thank you so as for the spindle, i am actually not using a spindle head as the machine is a metal forming machine, so i have 2 Y axis Motors 4.4kw, 1x X axis 4.4kw, 1.5 Z Axis for pressure and the 2 1.5kw on the resistance table moving up and down in relation to Z movement,
Will Look into the the Beckof units
Displaying 1 - 15 out of 286218 results.
Time to create page: 1.583 seconds
Powered by Kunena Forum