Advanced Search

Search Results (Searched for: )

  • CallumRD1
  • CallumRD1
08 Dec 2024 01:19
Replied by CallumRD1 on topic EtherCAT hardware requirements questions

EtherCAT hardware requirements questions

Category: EtherCAT

Just closing the loop on this topic. I've gotten my Delta B3 Ethercat X, Y, and Z servos working properly over Ethercat and I decided to take the cheap and easy solution to spindle control for now. I picked up a USB to RS485 stick quick inexpensively and just this afternoon got it working with LinuxCNC over MB2HAL. It took a fair bit of trial and error to figure out all the syntax, but I got there in the end. 

Long term, I'd like to find a solution that would allow for full real-time control over the spindle servo for rigid tapping, but I'm plenty happy with this stopgap solution for the time being. Now that I have all 4 servos running properly on a bench, I'm going to hook everything up to my mill tomorrow.
  • cmorley
  • cmorley
08 Dec 2024 01:09
Replied by cmorley on topic Inconsistent values from Versaprobe

Inconsistent values from Versaprobe

Category: Qtvcp

I remember we had a similar problem with a toolchange remap a long time ago.

The toolfile would be written to and then read back as part of the process.
The problem was that the OS would cache the save sometimes and the toolchange failed intermittently.
We used os.fsync() when modifying the tool table to fix this.

This sound similar to your investigation.
I don't know linuxcnc's internals enough to know if this is a possibility.
I wonder if just adding commands between G10 and G43 would help?
I'm not sure what commands cause a tool sync.
The fact that this sometimes works makes it a very difficult case to debug and also possible that only a few suffer from it.
  • tommylight
  • tommylight's Avatar
08 Dec 2024 00:22
Replied by tommylight on topic Lathe Macros

Lathe Macros

Category: Other User Interfaces

This is the only one i could find that resembles what you describe, but no GUI is visible, just lathe doing it's thing
  • martyop
  • martyop
08 Dec 2024 00:15
Replied by martyop on topic Jitter around 50,000,000 ns

Jitter around 50,000,000 ns

Category: General LinuxCNC Questions

That should be -amd64 not -1md64, my typing error.
  • martyop
  • martyop
07 Dec 2024 23:54
Replied by martyop on topic Jitter around 50,000,000 ns

Jitter around 50,000,000 ns

Category: General LinuxCNC Questions

Thanks for your reply.

uname -a reports

Linux garage 6.1.0-28-rt-1md64 #1 SNP PREEMPT_RT Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux.

The garage computer has an intel atom processor.
  • tommylight
  • tommylight's Avatar
07 Dec 2024 23:54
Replied by tommylight on topic Lathe spindle speed PWM control

Lathe spindle speed PWM control

Category: Turning

Have a look after 3 minute mark, that is CSS (i think) and that should be included in LinuxCNC
  • MarkoPolo
  • MarkoPolo
07 Dec 2024 23:48
Replied by MarkoPolo on topic qtvismach, a axis toolpath

qtvismach, a axis toolpath

Category: Qtvcp

The improved color control is nice, but I haven't been able to get the material resizing to work yet.
  • jmelson
  • jmelson
07 Dec 2024 23:43
Replied by jmelson on topic Kuka robot project - hardware choice

Kuka robot project - hardware choice

Category: Driver Boards

-For Pico systems,do you think your brushless PWM servo Amp can drive my motor and the robot's largest motors? (unfortunately, I don't have the nameplates of the largest motors, but I was able to look up on a kuka KR16 that the motors are 2.5KW 5.4A 185V).
 

Well, the 185 V is an issue, we do not recommend running over about 122 V DC on our servo amps, so that would limit the top speed to about 66% of the rating.  The 5.4 A is not an issue, our amp can go up to 20 A peak.
In principle, resolvers are somewhat absolute,  but if you convert them to quadrature, then you lose the absolute alignment, and have to perform a homing procedure whenever you start the control software.

Jon
  • cmorley
  • cmorley
07 Dec 2024 23:36
Replied by cmorley on topic camera resolution doesn' fit

camera resolution doesn' fit

Category: Qtvcp

I just pushed the fix to 2.9 and master branch.
If you are using a released version, it wont come out till 2.9.4, but we could work around that if you need.
  • cmorley
  • cmorley
07 Dec 2024 23:31
Replied by cmorley on topic qtvismach, a axis toolpath

qtvismach, a axis toolpath

Category: Qtvcp

I pushed HALColorRGB and HALColorFlip functions to master.
I added them to the docs too.
  • greg23_78
  • greg23_78
07 Dec 2024 22:47
Replied by greg23_78 on topic Kuka robot project - hardware choice

Kuka robot project - hardware choice

Category: Driver Boards

thank you for your feedback.

- yes, I was mistaken about these motors, they're not called encoders but resolvers.

-how to recognize the model of my resolvers?
motor :1fk6032-6AK71-1ZZ9
doc : cache.industry.siemens.com/dl/files/364/.../v1/PFK6_0503_fr.pdf (sorry is in french)
but the resolver reference is not indicated ... zz is not in the command reference.
i found this video on youtube that look like my motor :

on my motor i have a 12 pin connector but only 8 pins are functional.
To finish with my questions about the cos/sin resolvers, is it indicate absolute position or relative position?

-For Pico systems,do you think your brushless PWM servo Amp can drive my motor and the robot's largest motors? (unfortunately, I don't have the nameplates of the largest motors, but I was able to look up on a kuka KR16 that the motors are 2.5KW 5.4A 185V).

 
  • slowpoke
  • slowpoke
07 Dec 2024 22:41 - 07 Dec 2024 22:43
Replied by slowpoke on topic Lathe Macros

Lathe Macros

Category: Other User Interfaces

I power read through the entire 44 pages of this thread and made some notes along the way.

IIRC somewhere buried on one of those pages was a link to an excellent video demonstrating most if not all of the lathe macros.  I think the first segment was facing and then a minute or two for each macro feature .

Does anyone know where this video is hiding?

Much appreciated.

 
  • partec
  • partec
07 Dec 2024 22:40
Replied by partec on topic camera resolution doesn' fit

camera resolution doesn' fit

Category: Qtvcp

You are welcome to know that I am extremely grateful for your extraordinary achievements here, I really enjoy using all of these great tools
 
  • Hakan
  • Hakan
07 Dec 2024 22:30 - 07 Dec 2024 22:52

Error reading pdos / motors are not moving - solved!

Category: EtherCAT

The pdos you use in ethercat-conf.xml don't agree with the pdos the devices actually have.
  • meister
  • meister
07 Dec 2024 21:24
3D - SpaceMouse on the Robot-Arm was created by meister

3D - SpaceMouse on the Robot-Arm

Category: Computers and Hardware

I wrote a small component to use a spacemouse for jogging

www.youtube.com/shorts/YMXGiFoIyRk

at the moment i use 4 axes, but 6 are also possible, but then it is very difficult to control

cserver1.multixmedia.org/spnav



 
Displaying 20431 - 20445 out of 22508 results.
Time to create page: 0.369 seconds
Powered by Kunena Forum