Advanced Search

Search Results (Searched for: )

  • hmearns
  • hmearns
12 Apr 2025 22:38

Yaskawa SGDH-10AE and 7i95 Not Controlling drive

Category: General LinuxCNC Questions

Thanks for the response!

I used some of the settings from the following page:
www.centroidcnc.com/dealersupport/tech_b...tins/uploads/295.pdf

I have Pn000 at 0010H and Pn002 at 0100H PN200 isn't set as in the document, it is set for positive pulse and direction input.
I've also gone through the sigma II manual especially the trial procedure and tried to go through the settings that seemed relevant.
I'm aware of the power reset to make some settings take effect.
  • Kieran
  • Kieran
12 Apr 2025 21:34
Replied by Kieran on topic Rf45 clone glow up.

Rf45 clone glow up.

Category: Milling Machines

I'm pivoting my design since I just ordered a CSF 45 harmonic drive for the B. The 40 will be the 4th axis on the table. I put a 10ths indicator on the harmonic drive. It has no backlash, which is crazy cool, but does have maybe 0.0001 of "flex" backlash if I put lots of stress on it with a wrench. Seems pretty sweet.
  • PCW
  • PCW's Avatar
12 Apr 2025 21:15

Yaskawa SGDH-10AE and 7i95 Not Controlling drive

Category: General LinuxCNC Questions

My guess is that the drives are still in analog velocity mode and need to be set to step/dir mode.
  • hmearns
  • hmearns
12 Apr 2025 21:02

Yaskawa SGDH-10AE and 7i95 Not Controlling drive

Category: General LinuxCNC Questions

I'm retrofitting a Fryer ET-25 lathe with using a mesa 7i95 board.  The lathe has two SGDH Sigma II drives. I'm having trouble controlling them with step and direction signals from the mesa board. I have the yaskawa sigwin software connected to the drive. I have the axis moving with the jog function in the software. I have disconnected the voltage reference signals from the old controller, but haven't removed them from the drive or grounded them.  I've got the contactor coming on for the drive. The only thing that doesn't look remotely positive is that the SEN signal is off, but I have an incremental encoder and it is my understanding that it shouldn't therefore matter. I can see the pulses accumulate as information in the yaskawa software, I can see both the step and direction change when the appropriate direction is picked. I have bypassed the overtravel signals and linked the P-con signal to the power pin 40.  I feel like there has to be a simple setting I'm missing. Maybe I'm not doing something right on the ini file as well? I'm assuming its at least good enough to make some movement since i'm getting an indication on the drive software, but maybe thats not accurate. All of the similar retrofits I have found end up using voltage reference even though everyone recommends step and direction to begin with, so I haven't found anything to go by really, if there's anything I've missed on that front, please let me know that as well.   Any help would be appreciated.
Howard
  • PCW
  • PCW's Avatar
12 Apr 2025 20:50

Hydraulic Linear Motion Precision Controll

Category: Advanced Configuration

1) What is the typical following error for an axis with a linear scale of 0.001mm resolution(1 micron)? In steady state it is able to position the axis within +-0.005 accuracy. Do you think it is possible to get more from that scale resolution?

Typically, some I term is added to reduce the static error.

During acceleration and deceleration, an error jumps up to 0.1mm at 1500mm/min speed. What is a typical result for well well-tuned PID loop?

That mostly depends on the characteristics of the controlled device (delays, linearity etc)

Can you post a Halscope plot of following error and velocity?
 
  • aluplastvz
  • aluplastvz
12 Apr 2025 20:18
Replied by aluplastvz on topic Double Miter Saw Machine XAB Configuration

Double Miter Saw Machine XAB Configuration

Category: Basic Configuration

I did this with PLC, it is easier and the expected result is obtained.
Greeting
  • PCW
  • PCW's Avatar
12 Apr 2025 20:17

Tuning stepper motors with encoder or glass scale feedback

Category: Advanced Configuration

Can you post a plot that shows this oscillation, including the velocity and the ferror?
  • JackRay
  • JackRay
12 Apr 2025 19:50

Tuning stepper motors with encoder or glass scale feedback

Category: Advanced Configuration

but I know how to use the halscope. I know how to read the curves, but I don't know which parameter to adjust when, for example, I have oscillations in the error.
  • Niko
  • Niko
12 Apr 2025 19:46
Replied by Niko on topic NativeCAM instantly pauses

NativeCAM instantly pauses

Category: NativeCAM

Selecting this button fixed my issue .
  • PCW
  • PCW's Avatar
12 Apr 2025 19:36

Mill setup troubles and questions (Speed display, at speed signal, coolant pump)

Category: General LinuxCNC Questions

Absolute spindle speed accuracy may not be terribly important
anyway for actual machining.
 
  • Lampje
  • Lampje
12 Apr 2025 19:17

Mill setup troubles and questions (Speed display, at speed signal, coolant pump)

Category: General LinuxCNC Questions

Unfortunately the spindle doesn't have an encoder. And adding one might proof difficult.
  • israfilcaglar
  • israfilcaglar
12 Apr 2025 19:08
Replied by israfilcaglar on topic How to homing the A-axis again with gcode?

How to homing the A-axis again with gcode?

Category: AXIS

Thank you. I will check and try.

I want to ask you a question. How can I use the M19 command with Mesa 7i96s?

Can I call the M19 gcode and position the spindle?
  • jc2ktr
  • jc2ktr
12 Apr 2025 18:20
Replied by jc2ktr on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

Is there a way to get the Header Files for the RT-Kernel installed? I've tried to install the linuxcnc-ethercat Master, because i´d like to use it with Mint. I  prefer Mint a little more over Debian.

 
  • Aciera
  • Aciera's Avatar
12 Apr 2025 18:11 - 12 Apr 2025 18:12

executing subroutines even during import of GCODE file

Category: O Codes (subroutines) and NGCGUI

You can use the 'task' parameter like this:
o100 if [#<_task> EQ 1]
;everything in here is only executed during actual gcode execution
o100 endif
  • Aciera
  • Aciera's Avatar
12 Apr 2025 18:05
Replied by Aciera on topic How to homing the A-axis again with gcode?

How to homing the A-axis again with gcode?

Category: AXIS

There is no way to 'unhome/rehome' a joint in gcode.
There is a modified 'orient' component that allows optional rehoming to an encoder index signal before doing the spindle orientation.
This post contains a config for spindle/rotary switching in gcode using the modified 'orient' component to rehome the spindle before switching to rotary mode. (This requires an encoder with index on the spindle)
forum.linuxcnc.org/38-general-linuxcnc-q...blem?start=20#324276
Displaying 2776 - 2790 out of 26387 results.
Time to create page: 0.220 seconds
Powered by Kunena Forum