Advanced Search

Search Results (Searched for: )

  • endian
  • endian's Avatar
07 Jul 2024 19:00 - 07 Jul 2024 19:44
Replied by endian on topic Position vs Velocity mode

Position vs Velocity mode

Category: EtherCAT

I have doing some experiments today and it is possible to run ethercat sync below 1ms interuption.. I have tried 250us sync and it was fine... but I do not know how it will be outside of bench top ...my prehistoric servo drivers has limit at 250us ... I did not test them with sync motion just communication setup and I have generic ec driver only... 

It should be great to test them then anyway.. 
  • Grotius
  • Grotius's Avatar
07 Jul 2024 18:47
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

@Hi arciera,

That's not difficult to do, opencascade is good in vectors, planes, etc.

But then still if a or b rotates below the workpiece in one gcode line, we are lost.
The 3d clothoid works, but output is not alway's valid. So i have to review my approach.
 
Sheisse.
  • Irritant
  • Irritant
07 Jul 2024 18:33
Replied by Irritant on topic Router Will not run

Router Will not run

Category: General LinuxCNC Questions

Well, I spent most of yesterday at this and I don't appear any further ahead. When I ran Axis on a very similar machine a number of years ago I never saw or heard about HAL. I guess I will keep at it maybe I will get a flicker of light.
Thanks for the help, Ian aka Irritant
  • andypugh
  • andypugh's Avatar
07 Jul 2024 18:18

Updated linuxcnc 2.7 -> 2.9, now parallel port card not working with sherline

Category: General LinuxCNC Questions

What does it actually say? One of the messages includes "this is not ncessarily an error"

If it works in stepconf then it ought to work in LinuxCNC. The most common cause for not doing is that the linuxcnc config drives the stepper driver enable pins and stepconf never does. And many stepper drivers have high-to-disable inputs. If you defined drive enable pins, suspect this.
  • Aciera
  • Aciera's Avatar
07 Jul 2024 17:27
Replied by Aciera on topic MPG Jogging

MPG Jogging

Category: Basic Configuration

Have you checked if 'axis.L.jog-enable' is true and what 'axis.L.jog-scale' is set to?
  • andypugh
  • andypugh's Avatar
07 Jul 2024 17:25

How to dynamically switch one ethercat servo motor from spindle to axis ?

Category: General LinuxCNC Questions

If the spindle is controlled with velocity commands then it may be just a case of switching to a position PID (which still outputs velocity commands)

wiki.linuxcnc.org/cgi-bin/wiki.pl?SpindleOrient
  • B.Reilly01
  • B.Reilly01
07 Jul 2024 16:39
MPG Jogging was created by B.Reilly01

MPG Jogging

Category: Basic Configuration

I've gt almost everything working on my mill, but the MPG Jogging...  encoder is ounting but axis is not moving.  I'm sure its simple.  Attached are my hal and ini files.  Thank you.
  • viesturs.lacis
  • viesturs.lacis
07 Jul 2024 16:26 - 07 Jul 2024 20:20
Replied by viesturs.lacis on topic BLDC component with 8i20 - how to get to work?

BLDC component with 8i20 - how to get to work?

Category: Driver Boards

No, I did not try. What does it mean? Increase encoder-offset value by 1/4 of counts/rev (switch to another electrical zero point)?
Or is it meant to be bldc.0,drive-offset pin? Should I try 90 degrees (plus or minus) or experiment with values?

I am not sure about the encoder-offset value. The way I got that value 98 is this:
I followed Andy's suggestion:
1) started LinuxCNC, setp index-enable 1, turn motor by hand until encoder counts reset to 0
2) setp 8i20.current 0.8 (motor gets strong resistance but with some effort can still be rotated by hand) and motor snaps to its desired position
3) turned motor away numerous times in both directions, let it snap back and check the encoder counts value. it was changing in range from -72 to -80 so I took the middle of -76, checked remaining 3 positions where motor wants to snap and the difference in encoder counts was very close to 1000 (full turn is 4000)
4) repeated the same with setp 8i20.current -0.8, but was not sure what to do with those values. just noticed that the difference between these snap points vs previous is not very close to 500 counts
5) tried to spin the motor with encoder-offset of -76, did not work, but +76 was good. except that there was a difference in velocities between positive and negative BLDC input value

So I started increasing the encoder-offset value and the motor velocity for the same BLDC input value started increasing until velocity did not noticably change when encoder-offset increased from 96 to 98, so I sticked to it. (I did not try decreasing initial value of 76).

So that is 20 encoder counts away from initial position to which the motor wants to snap in, but given that one electrical revolution is 1000 counts, that does not seem too much, but I have no idea about the electrical processes in servo motors.

Please let me know what else could I check and try.
  • Aciera
  • Aciera's Avatar
07 Jul 2024 15:02
Replied by Aciera on topic Pure Linear moves

Pure Linear moves

Category: General LinuxCNC Questions

Maybe because linear and angular moves have different velocity units.
  • PCW
  • PCW's Avatar
07 Jul 2024 14:45

easiest way to control a potentiometer spindle with mesa 7i96s/7i92tm/7i85s?

Category: Driver Boards

A 7I96S has this built in (TB2 pins 22..24)
This is supported by all 7I96S firmware
  • PCW
  • PCW's Avatar
07 Jul 2024 14:44

BLDC component with 8i20 - how to get to work?

Category: Driver Boards

It really seem like an initial orientation angle problem
have you tried using a bldc offset of 90 degrees?
  • PCW
  • PCW's Avatar
07 Jul 2024 14:41

Issue with Mesa 7i92t and all stepgens enabled

Category: General LinuxCNC Questions

The reason for stepgens with no direction pins is that the firmware is built
for a drive or breakout (say a G540 or CNC4PC C11) that has a chargepump or
watchdog and a stepgen is used to generate the signal the drives that pin.

There are standard parallel port type pinouts for the 7I92T that have 5 complete
stepgens, like  7i92t_5abobx2d.bin
  • Aciera
  • Aciera's Avatar
07 Jul 2024 14:10
Replied by Aciera on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

I see the problem.
I wonder if it were easier to project the two segments (ie the two thick blue arcs) onto the plane defined by the tool orientation vector that passes through the intersection point. How difficult would it be for your algo to calculate the plane defined by a vector and it's corresponding TA/TO knot and then do the projection? Is that possible at all?
  • stustev
  • stustev
07 Jul 2024 14:03
Pure Linear moves was created by stustev

Pure Linear moves

Category: General LinuxCNC Questions

Gentlemen,
 Why does task/emccannon.cc care about 'Pure linear move' or 'Pure angular move' or 'Combination angular and linear move'?

Is that because when that code was written the processors and memory were much slower and smaller?

thanks
Stuart
 
  • vally72
  • vally72
07 Jul 2024 13:32

Issue with Mesa 7i92t and all stepgens enabled

Category: General LinuxCNC Questions

Thank you cornholio for your answer. I don't want to bother Pete for now for a customized configuration. I am just looking for a solution to have 5 stepgens on the same connector P2 of the 7i92t to control X, dual Y, Z, A on a milling machine.
Displaying 23206 - 23220 out of 26449 results.
Time to create page: 0.459 seconds
Powered by Kunena Forum