Advanced Search

Search Results (Searched for: )

  • Masiwood123
  • Masiwood123's Avatar
28 Mar 2025 19:46
Replied by Masiwood123 on topic bandit controller retrofit

bandit controller retrofit

Category: General LinuxCNC Questions

thank you guys, you helped me a lot, I realized that these are in fact stepper drivers and motors, the voltage is 45vdc, I will buy a simple stepper driver and try to connect phases a,a+,b,b+ and according to my understanding ``com'' I should short-circuit two pairs (wires) of aCOM and bCOM separately 
  • ContinenteCNC
  • ContinenteCNC's Avatar
28 Mar 2025 19:14 - 28 Mar 2025 19:49

PCI and PCI-E add on cards with parallel port that work out of the box

Category: Computers and Hardware

Model: PAR5008LVX100
Chipset: Sunix SUN1999
Interface: PCI
Supports PS/2: YES
Supports EPP: NOT TESTED
Supports IN Mode: YES (in PS/2 Mode)
Supports X Mode: NO (Control port pins voltage drops to ~0,3 V when connected to ground through 470 ohms resistor, but pins states won't change)
Tested OS: linuxcnc-2.8.4 / Debian Buster
Tested Computer: Dell Optiplex 760 



  • Hakan
  • Hakan
28 Mar 2025 18:30
Replied by Hakan on topic What is Planet CNC?

What is Planet CNC?

Category: Driver Boards

Better info here
cnc.zone/hardware/controllers/contr-mk3
and here
cnc.zone/tng/tng

There is a demo download, ask the guy from Norway to download and test.
If he is hooked on it he should try it.
  • endian
  • endian's Avatar
28 Mar 2025 18:26 - 28 Mar 2025 19:21
Replied by endian on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hello gentlmen,

excuse me but have anybody active project with in the moving stage and can share basic code configuration files please?

I am very interested in the this topic because I am working with Metronix ars servo on my table over profibus and finally I have finished with internal acceleration generator and I need to come with external refrence which should be genereted as I think from the component out of @Grotius workshop ...what and which should be declared for basic workbench setup

Really thank you for your experiences ... that SJOB from @Grotius is MAGIC

Regards... 
  • Grotius
  • Grotius's Avatar
28 Mar 2025 18:12
Replied by Grotius on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Hi Arciera,

The scurve planner takes the [TRAJ] trajectory acceleration : MAX_LINEAR_ACCELERATION = 200
When tpAddLine, tpAddCircle is done, it gives this 200 value to the planner.
The scurve acceleration max is then 2*200=400 at inflection point.

However the planner does not lower the acceleration to a specifik max joint acceleration at the moment.
We have acces to all joint max acceleration values.

We could reduce max acceleration to satisfy max joint acc. We implement this without any problems.
  • Aciera
  • Aciera's Avatar
28 Mar 2025 17:45 - 28 Mar 2025 18:04
Replied by Aciera on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

If the acc in the ini file is 50, the scurve is max 2*50=100 at inflection point. This is normal.


But the acc-cmd value reaches ~180?


[edit]

I did do a 'git pull' and reran './installer' but I can check again tomorrow.
  • Grotius
  • Grotius's Avatar
28 Mar 2025 17:20 - 28 Mar 2025 17:26
Replied by Grotius on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Hi Arciera,

Thanks for feedback.
If the acc in the ini file is 50, the scurve is max 2*50=100 at inflection point. This is normal.

However. I run the same file, and i got no spikes.
This is the first corner :
 

Maybe you did not update the clothoid lib? U used clone recursive wich is needed.
Or git is messed up.

For sure i just did a push for scurve planner, clothoid lib, scurve as up to date.
That's annoying when you have 3 repository's depending on each other.
  • kevin_allein
  • kevin_allein
28 Mar 2025 16:48
Replied by kevin_allein on topic Home location on CNC Lathe

Home location on CNC Lathe

Category: Basic Configuration

Hi guys, the thread has been dormant for a while, but I had implemented homing to max "Z" in the meantime. The challenge is now, that depending on the position of the tail stock, it could be in the way of reaching the max "Z" position. I assume, that this is different for a classical CNC lathe, but since I have a conventional lathe converted to CNC, the tailstock is an issue I have not thought about.

How do other people deal with that ?
  • CORBETT
  • CORBETT's Avatar
28 Mar 2025 16:47
Replied by CORBETT on topic update-ethercat-config

update-ethercat-config

Category: EtherCAT

Just to expand on what Grotius and Hakan have pointed you in the right direction as they are totally correct for how things are done today, and you are thinking of how it was done the old way.

I remember your name and I'm sure you were using "ec-debianize" and you are most likely still use to the old way of how it was done.  Things changed a few years back as "ec-debianize" has been deprecated and therefore the "sudo update-ethercat-config" command is no longer used.

Just to clarify a little further, you don't have to do a reload for how things are done today whether you do a full source build or Rod's Repo install.  Neither way requires a reload after the install as once you do all the "systemctl enable and systemctl start" commands from the install, then it works over and over and what is confusing you is that you are use to doing a "sudo update-ethercat-config" after setting up the ethercat.conf file.  Trust me, it's fully burned into my brain also... I will never forget that command LOL.

Also this command was used for 2 purposes back in the day.  #1 was for loading the ethercat.conf file and getting E-CAT working from a fresh build, but #2 it was also if you had a setup with startup hardware/permission issues.  So, if you did an "ec-debianize" build and once everything was installed but yet when you did a "ethercat master" you would get a "Failed to obtain number of masters... ", so you could do a "sudo update-ethercat-config" to get it reloaded and working.  For some reason, an ec-debianize build would once in awhile not work on start-up and this was an easy quick fix instead of doing a reboot of the system over and over until the master worked.  If you have this issue with Rod's Repo install or a source build and need to do the same type of fix, use the "sudo chmod 777 /dev/EtherCAT0" command as this will do the same as "sudo update-ethercat-conf" to get the master up and working.  None of the other commands will work for this problem as I have checked all the different ways.  I have several setups that work flawlessly, but I have 2 with hardware issues and this is the quick fix to get the master up.

Hope it helps.
Robert


@Grotius and Hakan: Alway's glad to see you guys here helping us all.


 
  • jmelson
  • jmelson
28 Mar 2025 16:12
Replied by jmelson on topic What is Planet CNC?

What is Planet CNC?

Category: Driver Boards

Thanks, I did not find that page! Gives me a better idea what they are doing. Seems to be step/dir centric control.
Jon
  • tommylight
  • tommylight's Avatar
28 Mar 2025 16:00
Replied by tommylight on topic What is Planet CNC?

What is Planet CNC?

Category: Driver Boards

There is plenty of info there, and i do not think they use/work with LinuxCNC as the controllers use USB
shop.planet-cnc.com/product-category/controllers/
  • looping
  • looping
28 Mar 2025 15:43
Replied by looping on topic QTDragon_hd won't display a larger file.

QTDragon_hd won't display a larger file.

Category: Qtvcp

Fyi: Asus En6600gt
  • jmelson
  • jmelson
28 Mar 2025 15:13 - 28 Mar 2025 15:13
What is Planet CNC? was created by jmelson

What is Planet CNC?

Category: Driver Boards

A guy from Norway asked me about a CNC retrofit.  He wants to use planet CNC - I had never heard of it, but it LOOKS like it might be using parts of LinuxCNC, possibly.  Anyone know?  It seems to be multi-platform, but the web page is REALLY thin on details.
Thanks,
Jon
  • Aciera
  • Aciera's Avatar
28 Mar 2025 15:03
Replied by Aciera on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

I did a quick test on my non-rt installation running 'cmake/nc_files/fillet/square_100x100_P5.ngc'.
1. it seems that inital deceleration and final acceleration along the fillet do not respect max_acceleration settings (50 for x in my case)
2. there seem to be acceleration spikes while traversing the fillet

Below is the captured accelerations for X and Y for the first corner of the rectangle:

 
  • tommylight
  • tommylight's Avatar
28 Mar 2025 15:01
Replied by tommylight on topic bandit controller retrofit

bandit controller retrofit

Category: General LinuxCNC Questions

I know they are 6-wire, but perhaps they are 8-wire internally.

They always are 8 wire inside, they all have 4 windings inside, they all have 50 magnetic de-tents inside, making it 200 steps per revolution. There are same types with 400 steps per revolution, meaning 0.9 degree per step instead of the usual 1.8 degree per step.
There are also 3 phase and 5 phase stepper motors, Vexta had some nice videos explaining all the types and versions on youtube.
Displaying 16651 - 16665 out of 18512 results.
Time to create page: 0.643 seconds
Powered by Kunena Forum