Advanced Search

Search Results (Searched for: )

  • NTULINUX
  • NTULINUX's Avatar
21 Nov 2024 06:06 - 21 Nov 2024 06:15

Best version for Parport machine and how to install

Category: Installing LinuxCNC

In /etc/default/grub:

GRUB_DISABLE_SUBMENU=true

You will need to modify the file with superuser permissions, but if you're new to Linux, using vim or nano might be too tedious. You can use something like:
sudo apt install kate
or:
sudo apt install geany
and then launch the graphical editor as a superuser like so:
gksudo kate
or:
gksudo geany
I'm not on Debian right now, so if gksudo doesn't work, try gksu, and if that doesn't work, then resort to using `sudo` instead. Common practice is to never use `sudo` though for graphical applications.  After modifying /etc/default/grub (there should be a comment already in the file about GRUB_DISABLE_SUBMENU) run:
sudo grub-mkconfig -o /boot/grub/grub.cfg
Now count the number of menuentries starting from 0, then make that your `set default=` setting. Afterward, re-run:
sudo grub-mkconfig -o /boot/grub/grub.cfg
command again. :)
  • GeckoWorks
  • GeckoWorks
21 Nov 2024 04:13 - 21 Nov 2024 04:14
Replied by GeckoWorks on topic Index homing Mesa 7i96s

Index homing Mesa 7i96s

Category: PnCConf Wizard

Index (Z pulse) Homing on Delta Servos 

I hope it's OK I add a bit more info to this thread specifically in regards to Delta servos. I bought some used ones quite cheaply. To me, it's a better deal than the no name ones as the Deltas have much better documentation and a proper tuning/setup software. (Actually, I am almost sure at least some of Automation Direct's servo series are rebranded Deltas, too.)

Earlier in the thread PCW mentioned a potential speed issue where the Mesa input may not be fast enough to read the index signal unless the index is somehow slowed down. But perhaps the following tidbit I found will help with this (it's from a different controller manufacturer describing  how to wire up index homing  ):

For proper operation it is necessary to rearrange DELTA drives default settings. Number of pulses of drives’ output encoder – should be shifted to a lower value to ensure adequate INDEX signal pulse length. P1-46 parameter set by default on 2500 pulses – set on 500 pulses per rev or less. This change has no influence on servo drives working precision because their internal procedures work on encoder full accuracy anyway.


PCW also suggested on email that I slow down the homing speed (home to regular limit/home switch can be faster, but then slow down the home to index/Z pulse after that). So, maybe a combination of lowering the pulse value for the encoder and slowing down the home speed a bit is the ticket.

Again, if you have B3s, A2s or perhaps A3s(?) you can try making the servo drives handle the homing routine. 
  • PCW
  • PCW's Avatar
21 Nov 2024 04:00
Replied by PCW on topic Index homing Mesa 7i96s

Index homing Mesa 7i96s

Category: PnCConf Wizard

Yes, this firmware should work (though would need to be modified to add the fourth axis index input)
  • GeckoWorks
  • GeckoWorks
21 Nov 2024 03:48
Replied by GeckoWorks on topic Index homing Mesa 7i96s

Index homing Mesa 7i96s

Category: PnCConf Wizard

File Attachment:

File Name: 7i96sd_esdid.zip
File Size:250 KB

Hi Peter, 
I am the one who just ordered the 7i96s and 7i84u and talked about needing to read four index pulses. 
Is this the FW, I would need to make it work?

All best and thanks for the guiding on email, too,
David 
 
  • Masiwood123
  • Masiwood123's Avatar
21 Nov 2024 02:27

Help: How to run X and A axis with different feed rates simultaneously?

Category: G&M Codes

that is, I would try it with a configuration for 4 axes, it can probably be done as a lathe config with ``spindle synchronized motion'', but I have no experience on that topic.
  • Masiwood123
  • Masiwood123's Avatar
21 Nov 2024 02:15

Help: How to run X and A axis with different feed rates simultaneously?

Category: G&M Codes

hello, the question is interesting but the fact should be taken into account, the feedrate for the linear axis is understood by the configuration as mm/min, but for the rotary axis it is understood as deg/min. so depending on the transmission on the A axis the example shows that the same feed is for both x and A, mechanically the two speeds should be matched. of course it also depends on the thickness of the wire you are winding, so I would personally try to solve the problem by exporting gcode from a program that supports constant rotary operation, I know it can be done in ``deskproto'' and maybe I would try to define a stepover via the definition processing tools (for example, the endmill 1mm tool replaces a 1mm wire in practice, stepover 1mm as well), I would subsequently edit such a gcode to support cycle repetition. it is essential that the CAM program outputs adequate A and X feedrates to synchronize the movement.
  • Masiwood123
  • Masiwood123's Avatar
21 Nov 2024 01:45
Replied by Masiwood123 on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

hello, I managed to insert the firmware, I managed to ping my nvemV2 10.10.10.10, i also managed to do halcompile, i also transferred some of the basic configurations... unfortunately, starting linuxcnc via the command line, I get a blank, i.e. I can't start either one of the configurations. do you have any ideas? Thank you      
  • Masa
  • Masa
21 Nov 2024 01:17
Replied by Masa on topic Homing trouble

Homing trouble

Category: General LinuxCNC Questions

Thanks for your reply, tommylight.

Unfortunately, HOME_FINAL_VELOCITY is set appropriately.
The Homing parameter uses the value set in LinxCNC2.8.3.

Based on my experience adjusting the servo using AT-PID at that time, I think the PID module in 2.9.3 may have been replaced with AT-PID. I remember that AT-PID did not work properly even when connected to the Index-enable pin with JOINT and Encoder Index-enable.

Has anyone experienced this problem?

Thank you in advance.
  • swanie2000
  • swanie2000
21 Nov 2024 01:11

Are there no increase/decrease spindle speed buttons in Gmoccapy?

Category: Gmoccapy

Please find attached two files.
Just place both files in your config dir.

Than add the following lines to the [DISPLAY] section of your INI file.
EMBED_TAB_NAME = Spindle Button
EMBED_TAB_LOCATION = box_custom_4
EMBED_TAB_COMMAND = gladevcp -x {XID} -H spindle_button.hal spindle_button.glade


After starting your config you have spindle increase and decrease button.

Norbert
h
 

Hi,
  I did just like you suggested.
I saved the two files to my config directory.
I copy and paste the 3 lines of code above into the [DISPLAY] section (very bottom of that section).

After starting up the system, I do not see where the buttons are at?

Was there something else I needed top do?

Swanie
 
  • tommylight
  • tommylight's Avatar
20 Nov 2024 23:28

Help: How to run X and A axis with different feed rates simultaneously?

Category: G&M Codes

Do you maybe have some set speeds for one or the other?
On my rotary plasma machines i make separate configs for every diameter tube, so speeds and distances are set accordingly.
  • tommylight
  • tommylight's Avatar
20 Nov 2024 23:24
Replied by tommylight on topic Latency on a Lenovo M715q

Latency on a Lenovo M715q

Category: General LinuxCNC Questions

Wire stuff, set up, test.
  • nigelh
  • nigelh's Avatar
20 Nov 2024 22:29
Replied by nigelh on topic System homes but unresponsive

System homes but unresponsive

Category: Installing LinuxCNC

Magic. I'll work on it tomorrow.
I'm in the UK so my brain is shutting down despite my protestations.
  • PCW
  • PCW's Avatar
20 Nov 2024 22:26 - 20 Nov 2024 22:28
Replied by PCW on topic System homes but unresponsive

System homes but unresponsive

Category: Installing LinuxCNC

Not a gcode expert but I suspect a gcode issue because:

29 float OUT 0 motion.feed-inches-per-minute
29 float OUT 0 motion.feed-inches-per-second
29 bit IN FALSE motion.feed-inhibit
29 float OUT 0 motion.feed-mm-per-minute
29 float OUT 0 motion.feed-mm-per-second
29 float OUT 0 motion.feed-upm

The feed rate is set to 0

(or feed override in the GUI is set for 0)
  • nigelh
  • nigelh's Avatar
20 Nov 2024 21:56
Replied by nigelh on topic System homes but unresponsive

System homes but unresponsive

Category: Installing LinuxCNC

Woo, thanks for help
  • smc.collins
  • smc.collins
20 Nov 2024 21:45 - 20 Nov 2024 21:50
Replied by smc.collins on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

have you considered maybe buying a inexpensive turret style tool changer of alibaba, they have some decent ones. what's your email ? i have a catalog full. you could even add a Y axis one to get really fancy , for example like this unit. This would really make the shuablin a much more useful and automated machine for not much money. 

www.laser-chuck.com/sale-42771069-direct...ing-tool-holder.html
Displaying 17431 - 17445 out of 24297 results.
Time to create page: 0.444 seconds
Powered by Kunena Forum