Advanced Search

Search Results (Searched for: )

  • Ehsan_R
  • Ehsan_R
22 May 2024 23:09

Mitsubishi RV-6SDL Robot arm Servo/Encoder usability

Category: General LinuxCNC Questions

Hello 
I have an old 6 axis robot and I plan to start it with linuxcnc.
I had already seen videos of robot control using linuxcnc on the internet and was hoping that I could do it myself.
After reading this thread and doing some tests and verifying the performance of genserkins, I was a bit skeptical.
Please guide me whether to continue with this or try another method?
I plan to use this robot for welding
 
  • tommylight
  • tommylight's Avatar
22 May 2024 23:07
Replied by tommylight on topic halcompile error

halcompile error

Category: HAL

The simple answer is
Do not use windows to edit machine files.
There should be some software that fixes such issues, but i have never used it so no idea what it is called, try searching google for
linux fix dos style endings
  • tommylight
  • tommylight's Avatar
22 May 2024 22:52
Replied by tommylight on topic Parallel port program for RTAI

Parallel port program for RTAI

Category: General LinuxCNC Questions

The complete source code is here:
github.com/LinuxCNC/linuxcnc
  • Frank___
  • Frank___
22 May 2024 21:57
Replied by Frank___ on topic Parallel port program for RTAI

Parallel port program for RTAI

Category: General LinuxCNC Questions

Thank you for this information. From your description, the functionality of HAL Scope resembles what I am seeking. I searched the contents of the ISO, but I could find no source files for it. Might those source files be available elsewhere? Both the kernel and user-space code would be useful, but the source for the kernel module would be the biggest time saver. Thanks
  • sven29ks
  • sven29ks
22 May 2024 20:26
PID Autotuning was created by sven29ks

PID Autotuning

Category: Deutsch

Hallo,
Ich bin gerade dabei meine X-Achse (Schrittmotor/Glasmaßstab/PID) zu kalibrieren.
Jetzt habe ich in der Linux-Doku einen PID-Autotuner gefunden.

Folgendes soll eingegeben werden:

#########################################

loadrt pid names=pid.y,pid.z
loadrt at_pid names=pid.x

setp pid.x.tune-effort 0.1
setp pid.x.tune-mode 1
setp pid.x.tune-start 1
#warten, bis die Abstimmung abgeschlossen ist
#setp pid.x.tune-mode 0

##########################################

Wenn ich das jetzt so in die HAL eingebe,speicher und die Maschine in
Linuxcnc einschalte,startet dann das Autotuning schon?

Da steht was von HALCMD,
aber nicht wie man das jetzt tun muß.
Über HALCMD habe ich bisher nur rausgefunden, das sie
der HAL übergeordnet ist,der HAL Befehle gibt.
Aber wie und wo setze ich die ein?

Ich bin noch Linuxcnc-Anfänger und hoffe ihr könnt mir weiterhelfen!

Gruß

Sven

 
  • Thayloreing
  • Thayloreing
22 May 2024 19:57
Replied by Thayloreing on topic halcompile error

halcompile error

Category: HAL

Could you tell me how you can solve the problem? I'm trying to compile a component but it's giving me the same error, I'm a beginner if you could explain me step by step I'd really appreciate it
  • tommylight
  • tommylight's Avatar
22 May 2024 19:51
Replied by tommylight on topic fixing a mess i made, probably...

fixing a mess i made, probably...

Category: General LinuxCNC Questions

Analog and PWM are not the same thing, so your drive has either one or the other.
PWM to analog works with just a resistor and capacitor, wont be the best but it works.
A 100 Ohm reistor in series from PWM out to analog in, and a 0.1 to 1 microFarad capacitor parallel with analog input should be a nice starting point, bigger capacity = slower raise/fall time, and vice-versa.
  • andrew2085
  • andrew2085
22 May 2024 19:40
Replied by andrew2085 on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

It's not enough for an arc to be tangent to a line or to another arc. They have to be curvature continuous. When a line meets an arc on its tangent, the curvature goes from zero to 1/r immediately, where r is the radius of the arc. The radial acceleration goes from zero on the line, to v^2/r instantly where they meet. That means infinite jerk or at least very high jerk in real life. The same is true for arcs with differing radii that are tangent.

The only way to limit jerk is either to slow down to zero velocity where they meet, or join them with a type of curve with a curvature that smoothly varies between the two.

The problem is basically this: en.wikipedia.org/wiki/Track_transition_curve
  • Becksvill
  • Becksvill
22 May 2024 19:30
Replied by Becksvill on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Looks awesome Grotius

I'm also following this closely

I have a 22 ton 5axis machine I would love to see this working on

It has rapids of 40m per min so very fast and heavy. Would be a good torture test of your scurve code
  • seuchato
  • seuchato
22 May 2024 19:04

Script for automated testing of computer latency.

Category: Computers and Hardware

jg00163206

Did you press ^C to abort?
If, a bit a pitty, as it does not look off too far, given you have still screws to turn to optimise.
Greez
chris
  • drboeller
  • drboeller
22 May 2024 18:29
Replied by drboeller on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

Got the same outputs, but how can we solce this problem now? Switching the servos on/off via relay is not really an option, there must be another way
  • MarkoPolo
  • MarkoPolo
22 May 2024 18:17
Replied by MarkoPolo on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

Another thing that seems to make no sense is the limitation of previewing to files that are 20MB in size. (In axis there is no limit)
To load my file, I doubled the file size in glcanon.py, like this: " self.max_file_size = min(system_memory_gb, 20) * 1024 * 1024 * 2".
The file loading time with and without preview is identical. There is no difference in moving, rotating or enlarging the preview.
  • besriworld
  • besriworld
22 May 2024 17:33
Replied by besriworld on topic fixing a mess i made, probably...

fixing a mess i made, probably...

Category: General LinuxCNC Questions

forum.linuxcnc.org/24-hal-components/329...i76e?start=40#295082

You can look here. My psb also works but requires 5v source without ripples.
  • jjdege
  • jjdege's Avatar
22 May 2024 16:41 - 22 May 2024 16:41

Help,Leadshine DM556 open-loop stepper config

Category: EtherCAT

HI
sorry but the DM3E-556 communicates directly via EtherCAT with LCNC,
what I said applies to the DM556 which needs an EtherCAT controller to communicate with LCNC
I don't see DM3E-556 among the devices supported by LCNC,
you will need to build an .XML generic to make it work   
  • pmchetan
  • pmchetan
22 May 2024 15:56
Replied by pmchetan on topic fixing a mess i made, probably...

fixing a mess i made, probably...

Category: General LinuxCNC Questions

A few days back i posted a reply regarding analog and PWM where i think i stated that alanog outputs can be set to output +5V only, that is corrct, but then i went on to state that it will work for PWM inputs <this is not correct, so i need to fix this if i can find the topic, so if anyone bumps into it, please let me knwo so i can fix it and delete this topic.
Thank you.
From PWM to analog 5V is easy to do, just in case anyone ever needs it, not the other way around.

How can I get a varying analog voltage from 5v pwm? I see a lot of RC low pass filter as digital to analog converter online. I have a drive which takes analog PWM input to control the speed of a bldc motor. Help me out with either a link to build a robust DAC for the purpose or readily available solution to buy would be good too.
Displaying 25996 - 26010 out of 26554 results.
Time to create page: 0.882 seconds
Powered by Kunena Forum