Advanced Search

Search Results (Searched for: )

  • cmorley
  • cmorley
03 Sep 2024 05:30
Replied by cmorley on topic How can I make G30 move in Z first?

How can I make G30 move in Z first?

Category: General LinuxCNC Questions

How about this:
g53 g0 z#5183
g30
  • cmorley
  • cmorley
03 Sep 2024 05:21
Replied by cmorley on topic Adjusting maxvel stops my routine

Adjusting maxvel stops my routine

Category: General LinuxCNC Questions

Wait_complete monitors linuxcnc status for the current message serial number.
It only checks if the current serial number is _past_ the commanded message serial number.

My educated guess is that since adjusting the maxvelocity sends more commands, the serial number gets changed and the check passes, even though it's the max velocity not the MDI that finished.

Using MDI programmatically is very difficult.
  • cmorley
  • cmorley
03 Sep 2024 04:49
Replied by cmorley on topic GdkWindow unexpectedly destroyed

GdkWindow unexpectedly destroyed

Category: GladeVCP

Nothing to worry about. The embedded window process is not perfect.
  • cmorley
  • cmorley
03 Sep 2024 04:44
Replied by cmorley on topic Inspect current G64 parameters?

Inspect current G64 parameters?

Category: General LinuxCNC Questions

It's available in python as attribute 'settings'.
linuxcnc.org/docs/devel/html/config/pyth...xcnc_stat_attributes

You can also see it by using linuxcnc status program.
  • Moutomation
  • Moutomation
03 Sep 2024 04:32
found an error! audio_ative was created by Moutomation

found an error! audio_ative

Category: Gmoccapy

I think a line should be added to the bin file. How can I do this? 
  • bentiggin
  • bentiggin
03 Sep 2024 04:30
Replied by bentiggin on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

Awesome. Those optocouplers are pretty cool, especially if you’re bad at wiring.
Thanks for the quick responses.
At least I know i didn’t break it, even if it doesn’t work.
  • casilio55
  • casilio55
03 Sep 2024 04:07
Replied by casilio55 on topic Mill Tapping G code Generator

Mill Tapping G code Generator

Category: CAD CAM

Greetings, I like your tapping G code generator, we are looking at purchasing a cnc machine to do electrical panel backplates and I am looking at your G code generator. a couple of questions:
does it only run in linux, and if so, what linux software do you use, and also can you run linux on a virtual machine to make it work, and once completed, can you download into the cnc machine. Thank you for assistance - Bruce
  • M4MazakUser
  • M4MazakUser
03 Sep 2024 04:03
Replied by M4MazakUser on topic Method for Zeroing a "c" axis

Method for Zeroing a "c" axis

Category: Installing LinuxCNC

Here's a pic!
  • M4MazakUser
  • M4MazakUser
03 Sep 2024 03:53
Method for Zeroing a "c" axis was created by M4MazakUser

Method for Zeroing a "c" axis

Category: Installing LinuxCNC

So as far as I can tell there is a few ways to zero out a c axis that can be disengaged. 
1, engage the axis drive then drive the spindle around till the spindle reaches its encoders 'z' point.
2, engage the axis drive then re-zero the c axis (it has a prox) then reading both the spindle position and the current position adjust the c axis position. - the c axis position could be set on startup. 
3, stuff around and get spindle alignment working (m19) - this is no easy task using modbus for spindle drive.  Then drive both to a point where the gears mesh.

What are some solutions people out there have used?
  • PCW
  • PCW's Avatar
03 Sep 2024 03:44
Replied by PCW on topic encoder.N.velocity-rpm

encoder.N.velocity-rpm

Category: Basic Configuration

If you post your hal and ini files, I can take a look.
  • Walkahz
  • Walkahz
03 Sep 2024 03:14
Replied by Walkahz on topic Chinese Servo Drive Calibration XP200

Chinese Servo Drive Calibration XP200

Category: Milling Machines

Thanks
I think I know where I have gone wrong.

I was working of a chinese translation of the above and thought the driver was suppling its own power. Now ive read the english one above better i need to supply 24v power in to pin 11 and earth pin 9 to make it work.
Will try when i get home and hopefully get some action.
  • PCW
  • PCW's Avatar
03 Sep 2024 03:08
Replied by PCW on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

The 7I97 input will work with either input polarity
You should not be able to damage the THC output
as long as you do not wire it directly to power.

The 7I97 input will only put a ~4 ma load on a 24V signal
so as long as the wiring includes the 7I97 input pin pair
in series, there should be no way to damage the THCs
optocoupler outputs.
 
  • bentiggin
  • bentiggin
03 Sep 2024 02:08
Replied by bentiggin on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

I just tried what I think is the top right example without any impact.
I put a jumper between pin 17(thc)and pin 25(thc field +12v) on the thc connection.
then I ran pin 4 (thc) to tb4 pin12(7i97t).
and pin 20(thc field common) to tb4 pin 11.

Is there an easy trick to get arc ok signals without having the arc going?
It was hooked up to a hypertherm hsd 130, but I hooked up a thermal dynamics a60 just to make sure the plasma was actually sending the signal.

Rod,
If I don’t get this figured out soon, I may pick up the z axis you recommended in the other thread. Do you have a link?
Also thanks for sending the corner hold, I haven’t had a chance to look at it, but I appreciate it. 

Im broke and over budget so I’d like to get what I have working, but who knows if that’ll happen.

Alternatively, maybe I can just reuse the z axis I have with a thcad and something like a mesa 7i30 since the z motor is an h bridge. But I’m not even sure what an h bridge is.
This thing is turning into a can of worms.
 
  • JetForMe
  • JetForMe's Avatar
03 Sep 2024 01:47 - 03 Sep 2024 01:48

I seemed to have borked my GTK/Glade installation

Category: GladeVCP

I was running a 2.9.0 prerelease and decided to upgrade to the current 2.9.3. That seemed to go smoothly, but now when I launch linuxcnc, it exits with the following. Looking at the apt upgrade transcript, it definitely installed some GTK stuff. But this is the main error:

**** GLADE VCP ERROR:    With xml file: ./lzpanel.ui : 'gi.repository.Gtk' object has no attribute 'glade'


I've struggled a lot in the past with GTK 2 vs 3 issues. I'd be happy to move to GTK 3, if Axis and LinuxCNC can handle that, but I'm not sure how it would break my VCP. I've attached some files in case they help
  • rodw
  • rodw's Avatar
03 Sep 2024 01:26
Replied by rodw on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

From their diagram it looks like the output is switching on the negative side.
If the 7i97 is expecting a positive input, this will not work. I don't know the card but I am sure PCW will guide you.
A relay may be required to send +24v to the input. example bottom right.
Displaying 22786 - 22800 out of 24273 results.
Time to create page: 0.580 seconds
Powered by Kunena Forum