Advanced Search

Search Results (Searched for: )

  • jtupulis
  • jtupulis
20 Aug 2024 11:26
Replied by jtupulis on topic [Solved] Trying to install RTAI, got errors

[Solved] Trying to install RTAI, got errors

Category: Installing LinuxCNC

Thanks for the advice! I managed to install RTAI using it :)

My latency numbers improved, but not as much as I hoped for. I need to look into new motherboard.
  • DiegoVV
  • DiegoVV
20 Aug 2024 10:42

Computer crashes after "Loading initial ramdisk"

Category: Installing LinuxCNC

Done, it works!!!!!!!

Now I have to manage to make it permanent somehow....Any clue?

Thanks again!!
  • rodw
  • rodw's Avatar
20 Aug 2024 09:57
Replied by rodw on topic Сreating a component

Сreating a component

Category: General LinuxCNC Questions

Use what you are used to. I have nver used CL and just write a comoponent.
Here is one to select from rapid/slow jogging  when an extra button is pressed. Hal just got too convoluted
github.com/rodw-au/showstopper/blob/master/jogpendant.comp
  • slowpoke
  • slowpoke
20 Aug 2024 09:33 - 20 Aug 2024 09:37
Dynamic jog speed from HAL, Possible? was created by slowpoke

Dynamic jog speed from HAL, Possible?

Category: HAL

I have a physical pot that is driving halui.axis.jog-speed.

Implementation in postgui.hal is as follows:

# Jog Speed
loadrt scale count=1
addf scale.0 servo-thread
setp scale.0.offset 0.0
setp scale.0.gain 0.12
net jog-pot-in scale.0.in <= arduino.ain.0
net jog-speed halui.axis.jog-speed <= scale.0.out

This works in the sense that I can change the jog speed and then the next jog will use that speed. however if while jogging I tweak the jog speed value with the pot, halui.axis.jog-speed changes however the actual speed does not change (until the next jog). Is there a way to make the jog speed follow the pot/halui.axis.jog-speed value while jogging?
  • zz912
  • zz912's Avatar
20 Aug 2024 09:29
Replied by zz912 on topic Retain G43

Retain G43

Category: General LinuxCNC Questions

Am I using RETAIN_G43 correctly?
 


At the moment I answer: NO

I readed definition of RETAIN_G43 again:
linuxcnc.org/docs/stable/html/config/ini...sub:ini:sec:rs274ngc

RETAIN_G43 = 0 (Default: 0)
When set, you can turn on G43 after loading the first tool, and then not worry about it through the PROGRAM. When you finally unload the last tool, G43 mode is CANCELED.


I think the RETAIN_G43 function is for *.ngc file read only. After the *.ngc program ends, it is deactivated.

Therefore, RETAIN_G43 cannot be tested in MDI or MANUAL code.
  • my1987toyota
  • my1987toyota's Avatar
20 Aug 2024 09:28
Replied by my1987toyota on topic Сreating a component

Сreating a component

Category: General LinuxCNC Questions

I need to get around to doing this sort of thing myself. I usually use Classic ladder when I do things like that but
Classic Ladder feels like overkill when doing 1 or 2 simple things.
  • rodw
  • rodw's Avatar
20 Aug 2024 09:26
Replied by rodw on topic Video about shielding cnc machine wiring

Video about shielding cnc machine wiring

Category: Computers and Hardware

Our government thought we needed a level playing field so tarrifs are typically 5%. But we have FTA's (Free trade agreements) with a lot of countries including USA, UK, China and India where the tarrifs are waived. Typically though these need a certificate of origin (COO) stating  its made in our partner country. Generally, these are issued by the government for a fee. Sometimes its just as easy to pay the tarrif instead of pay the fee which also saves time.

Oh and we still have a luxury car tax to protect our local car industry which shut down totally a few years ago.
  • slowpoke
  • slowpoke
20 Aug 2024 09:22 - 20 Aug 2024 09:24
Replied by slowpoke on topic Scaling 0-1024 to 0-102

Scaling 0-1024 to 0-102

Category: HAL

 

 

 
Thanks for that.
The visual (block diagram) explanation works much better for me than the plain text explanation that I initially found.
excerpt from my postgui for anyone trying to figure this out in the future.... this works for me:
#  Analog Inputs - Jog Speed
loadrt scale count=1
addf scale.0 servo-thread
setp scale.0.offset 0.0
setp scale.0.gain 0.12
net jog-pot-in scale.0.in <= arduino.ain.0
net jog-speed halui.axis.jog-speed <= scale.0.out
  • rodw
  • rodw's Avatar
20 Aug 2024 09:17
Replied by rodw on topic best linuxcnc version for beginner

best linuxcnc version for beginner

Category: Installing LinuxCNC

Enough sarcasm.
The latest official ISO from the Linuxcnc home page is the way to go, it should “just work”.
Regarding your error, please relay the exact error you are getting, then we can move on.
 

I hope so.Took me months to build.... even Cornholio helped!

Linuxcnc is generally very good at reporting errors but you need to start it from the command prompt by typing linuxcnc to get the best reporting.
But typing "linuxcnc -l" where -l is "L for last", loads the last config you opened and I use it all the time as its a great shortcut
  • my1987toyota
  • my1987toyota's Avatar
20 Aug 2024 09:16 - 20 Aug 2024 09:17
Replied by my1987toyota on topic Video about shielding cnc machine wiring

Video about shielding cnc machine wiring

Category: Computers and Hardware

I am curious if they ( Government ) use the same rhetoric of they need to get away from imports, add tariffs for said imports while simultaneously
importing more products. At least that is how it seems here in the states.
  • rodw
  • rodw's Avatar
20 Aug 2024 08:59
Replied by rodw on topic Gui for standalone thc

Gui for standalone thc

Category: Plasma & Laser

Start with Axis always... move to another GUI once you have a good moving machine.

As an alternative view point, a stepper driven torch lifter with float switch and breakaway costs about $500. I just shipped a 72 kg QTplasmac controller package today, and we are replacing a motor driven torch lifter. He is also getting a 433 mhz wireless pendant. The client is really excited about the addidtional safety features he will get like breakaway, probe pausing motion if triggered by cutting and moving from DM542 drivers on 24 volts to Lam Technologies DS1076 drivers with 60 volt AC power, high quality Moon's motors with custom made 5:1 planetary gearboxes will lift this old slug into orbit!
Here is the lifter (200mm travel)
 

 
  • rodw
  • rodw's Avatar
20 Aug 2024 08:36

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Strange, the parts I ordered on Sunday night from Element 14 arrived on Thursday with DHL ex UK. No wonder they don't hold stock here anymore.
  • rodw
  • rodw's Avatar
20 Aug 2024 08:32
Replied by rodw on topic Video about shielding cnc machine wiring

Video about shielding cnc machine wiring

Category: Computers and Hardware

Yes, its sad, We used to manufacture everything but sucumbed to China. But we are barely 10% of your size. Parts I used to manufacture I get made in China or India because I could not reliably source raw  material. One part I needed 50mm lengths of Silicone hose and when I asked if the manufacturer could cut to length they said no, my choice was 1 metre or six inches (they imported ex USA), Consequently the cost was about $17 a piece. But the cost in China when I went to a trade show there was $2.60 and nothing was a problem. In fact the same supplier is currently making a sample batch of 50 custom intercooler hoses with OEM fittings each end...
  • besriworld
  • besriworld
20 Aug 2024 08:26
Replied by besriworld on topic LinuxCNC starts when PC is turned on.

LinuxCNC starts when PC is turned on.

Category: Basic Configuration

Thanks for the link! The mistake was that I did not save the session
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
20 Aug 2024 08:17
Replied by Cant do this anymore bye all on topic best linuxcnc version for beginner

best linuxcnc version for beginner

Category: Installing LinuxCNC

No double posting, one thread per issue.
Displaying 23626 - 23640 out of 24349 results.
Time to create page: 1.092 seconds
Powered by Kunena Forum