Advanced Search

Search Results (Searched for: )

  • ississ
  • ississ's Avatar
01 Jul 2024 07:20
Replied by ississ on topic Execute after homing... AUTORUN METHOD

Execute after homing... AUTORUN METHOD

Category: General LinuxCNC Questions

RODW -> The pin you specified requests the machine to home, not return when homed.

ACIERA ->

I put a line in the custom_postgui.hal file...  <= motion.is.all.homed but when I run it, I get the following...

Debug File Information:
custom_postgui.hal :70: motion.is-all-homed does not exist.

The text you referred to says it should exist... but it's not there. I may have to save my configuration and update...
this is Axis 2.7.14 on this machine.


 

 

"Update: I could NOT find the signal for all homed... or any variant of it. I can find individual axis... but not "all"."
-> combine all individual axes with an and component to get all_homed bit should work

Another idea: create a simple python hal component that runs the commands after all axes are homed.
I used that in my lathe setup. It has a serial port controlled tool changer and the hal component handles tool changes. But the relevant part here is that you can wait in a loop that all axes are homed and then execute a command. Then sleep forever.
Code is here: forum.linuxcnc.org/24-hal-components/364...trol?start=20#151315
 
  • Catch22
  • Catch22's Avatar
01 Jul 2024 06:55
Replied by Catch22 on topic Installing Probe Basic?

Installing Probe Basic?

Category: Installing LinuxCNC

Ok, thank you....
  • besriworld
  • besriworld
01 Jul 2024 05:23 - 01 Jul 2024 06:19
Replied by besriworld on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

A little update, I made a telescopic way cover for protect linear guide .

 

 

 

 

 

 

 

 

I made a video compilation.  I had to make an additional metal construction to level the table.   In the video you can also see a test measurement with 0.002mm dial indicator .

  • jimmyrig
  • jimmyrig
01 Jul 2024 05:17 - 01 Jul 2024 05:17

About the Fusion360 mill-turn machine's post processor for linuxcnc.

Category: Fusion 360

It won't take nearly as long as you think with modern ai tools

Go to chat gpt or any other ai

Give it your post, gcode, and explain what is not working and how tofix it. About 33% of the time it will right out the gate. 33% needs tweaking but points you in the right direction, the other third it's way off. In either case where it doesn't solve it. Ask it to explain how things work, etc

Be the 5 year old who asks the parent why, why, why, how do you do that, what does this mean, etc. you can learn a crazy amount these days in almost no time.
  • ihavenofish
  • ihavenofish
01 Jul 2024 04:55
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

 
  • Unlogic
  • Unlogic
01 Jul 2024 03:57
Replied by Unlogic on topic Installing Probe Basic?

Installing Probe Basic?

Category: Installing LinuxCNC

Yes, just make a new configuration for Probe Basic and leave your old one untouched.
  • pippin88
  • pippin88
01 Jul 2024 03:01 - 01 Jul 2024 03:03
Replied by pippin88 on topic Gutting my machine questions

Gutting my machine questions

Category: Driver Boards

Estop should kill power to dangerous things
This means things that cut and things that move
The ideal setup is estop kills the servo drive motor power input, and spindle power input.
Most servo drives have two power inputs: control power, and motor power
Do NOT switch the power out of a servo drive (wires between servo drive and servo motor)

Better not to kill power to control

Estop circuit should signal to Linuxcnc that estop has occurred.

Most servo drives will have a digital input that can be configured as estop/fault
When triggered the drive will actively stop the motor. This can be faster to stop than removing input power to the servo drive. There are big capacitors in the drive, so killing input power does not stop output instantly.

So mine will be setup with estop resulting in a digital signal into each servo drive AND cutting the power (using a contactor) input to the servo drive motor power inputs.
Servo drive control power stays on.

The "relays" are actually contractors
Pretty much the same.thing but designed for higher currents. Correct term may help you if need to search in the future
  • Dave2024
  • Dave2024's Avatar
01 Jul 2024 02:24
Replied by Dave2024 on topic Gutting my machine questions

Gutting my machine questions

Category: Driver Boards

Ok will im all gutted an onto the reinstall. I figured id start the big red physical estop button and connecting it to one of the two relays that are available. Should I make it so the estop just kills all power to the control board(the 7i96s) or what should the the professional way of configuring the estop? I didn't pay attention to what all it shut off before I tore it apart. I do know that the motor drives stayed on even with the estop engaged originally though.

My best guess is configure it to kill the control board and kill the spindle power
  • CTB_le123
  • CTB_le123's Avatar
01 Jul 2024 02:10
Replied by CTB_le123 on topic Install LinuxCNC On ARM64

Install LinuxCNC On ARM64

Category: Installing LinuxCNC

sorry for later reply.

I am totally new about ARM.

I think this is what you really need. github.com/Douglas-d/MYD-AM6254/blob/master/my6254.img.gz
If it's not, I will check again.

Thank u sincerely!!!
  • PCW
  • PCW's Avatar
01 Jul 2024 01:53

error finishing read and joint following error.

Category: General LinuxCNC Questions

What have you changed and what does the ping test show now?
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
01 Jul 2024 01:47
Replied by Cant do this anymore bye all on topic Can't get past "Configuring the Network" Screen on fresh install

Can't get past "Configuring the Network" Screen on fresh install

Category: Installing LinuxCNC

drive.google.com/file/d/1-akVp7OStuMzRxG...Rgi/view?usp=sharing

Here’s a link to an iso that needs testing that attempts to solve that issue
What did you change? Do you want to submit a pull request to: github.com/LinuxCNC/linuxcnc-live-build ?

Yep did that, my GitHub name is different to my user name on here. Got am email saying that it had all been accepted.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
01 Jul 2024 01:45
Replied by Cant do this anymore bye all on topic Help required in testing a few fixes to the 2.9.2 install ISO. Linked added

Help required in testing a few fixes to the 2.9.2 install ISO. Linked added

Category: Installing LinuxCNC

I forked the official live build repo, made a change to the kernel command line in grub and made a change in to fix the lower panel.
Didn't touch any repos or anything like that.
  • timaer
  • timaer
01 Jul 2024 01:42

About the Fusion360 mill-turn machine's post processor for linuxcnc.

Category: Fusion 360

Hi,andy,I'm totally new to linuxcnc and postfile,so without some learning ,I guess that I 'm not able to edit the post file right now. By now,the fusion360 existed post file in the lib is not very fitable for my machine's configuration.So,I'm looking for if there was a post file perfectly matched or almost matched,if there was not ,I've to learn it and modify it by myself,which will take a lot of time .
  • timaer
  • timaer
01 Jul 2024 01:36

About the Fusion360 mill-turn machine's post processor for linuxcnc.

Category: Fusion 360

Thanks a lot,I'll try your recommended nakamuura mill turn post and learn from your youtube link to edit post file necessarily
  • tommylight
  • tommylight's Avatar
01 Jul 2024 01:25 - 01 Jul 2024 01:26
Displaying 24706 - 24720 out of 26031 results.
Time to create page: 0.618 seconds
Powered by Kunena Forum