Advanced Search

Search Results (Searched for: )

  • smc.collins
  • smc.collins
15 Oct 2024 21:58

Time to revisit coolant mapping of M-codes in Linuxcnc

Category: General LinuxCNC Questions

I was actually picturing a remapped (ie currently unused Mcode). This would be a rather simple gcode remap where you could then use 'motion.digital-out' pins for the appropriate coolant flow.

Actually adding this to the source code will likely involve
a) a number of files in '/src/emc/rs274ngc'
b) pose the additional challenge of there not being a suitable NML command for all the different coolant variants you have in mind.
 
This is what I did for my non-standard cooling stuff.  Just cooked up some Mnn.ngc files to take care of stuff like spindle taper air blast, washdown, and multi-mist nozzles on my gang lathe.

are you at liberty to share those mappings ? 
  • spumco
  • spumco
15 Oct 2024 21:21

Time to revisit coolant mapping of M-codes in Linuxcnc

Category: General LinuxCNC Questions

I was actually picturing a remapped (ie currently unused Mcode). This would be a rather simple gcode remap where you could then use 'motion.digital-out' pins for the appropriate coolant flow.

Actually adding this to the source code will likely involve
a) a number of files in '/src/emc/rs274ngc'
b) pose the additional challenge of there not being a suitable NML command for all the different coolant variants you have in mind.
 

This is what I did for my non-standard cooling stuff.  Just cooked up some Mnn.ngc files to take care of stuff like spindle taper air blast, washdown, and multi-mist nozzles on my gang lathe.
  • PCW
  • PCW's Avatar
15 Oct 2024 20:55
Replied by PCW on topic Axes no longer home/move

Axes no longer home/move

Category: General LinuxCNC Questions

If you don't have ~5V absolute between STEP+/DIR+ and STEP-/DIR- (0 ..3)
when unloaded, that means the U5 or U7 (or both) are bad. This is because say STEP0+ and STEP0-
are inverted  copies of the same signal, so regardless of signals further back, there should
always be ~5V (no load) between them.

Also U7 show obvious signs of overheating. Typical reason for this is accidental connection of the
step/dir signals to a voltage outside the 0 to 5V range.

You might check the STEP- and DIR- pins to see if U5 is OK
 
  • Unlogic
  • Unlogic
15 Oct 2024 20:49

Customization of the icon for the LinuxCNC website

Category: Forum Questions

Aciera has a good point, this needs to be sorted out.
  • kennetek
  • kennetek
15 Oct 2024 20:40
Replied by kennetek on topic Axes no longer home/move

Axes no longer home/move

Category: General LinuxCNC Questions

I used an oscilloscope to check the step and dir signals, nothing going through. Is there a way to verify those ICs are the issue, or do you just know they are the most likely failure point?
  • tommylight
  • tommylight's Avatar
15 Oct 2024 20:37
Replied by tommylight on topic controller and motors not fully communicating

controller and motors not fully communicating

Category: General LinuxCNC Questions

... I have a Probotix box with motors,...

Pictures of it, inside?
The chips should be in the control box.
  • Grotius
  • Grotius's Avatar
15 Oct 2024 20:20
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

@Hi Julian,

As i speak for the programming world, i suggest programmers love to describe a line, arc or spline using a few points.
As memory efficient as can be.
But i get your point.

The error i was getting, i think i figur it out.

The arc function that get's the current point on the arc does this not
by giving it a 0-1 progress.
Instead a 0-arclenght input is the way to do it.
So here i was wrong. But it's also poor commented, so i could not know it so easy.
  • PCW
  • PCW's Avatar
15 Oct 2024 19:48
Replied by PCW on topic Getting started with 6i25+7i75+7i85s

Getting started with 6i25+7i75+7i85s

Category: PnCConf Wizard

OK glad that's at least partially sorted out.

Note that the index signal does nothing unless index enable is set true
(LinuxCNC sets index enable true when it wants to search for index)

You can test index operation by hand running LinuxCNC, and

halcmd sets spindle-index-enable true

Then rotating the spindle by hand. When the index is detected, 2 things should happen:

1. spindle-index-enable should change to false

2. the spindle position should be set to 0
  • acourtjester
  • acourtjester
15 Oct 2024 19:27 - 15 Oct 2024 19:29
Replied by acourtjester on topic Parse Error

Parse Error

Category: General LinuxCNC Questions

Well today has resulted in some good things. I did change the Post Processor in SheetCam to LinuxCNC and created a G-code (2 one with NGC and the other with TAP). TAP not working very well but the NGC did, But I still got the Parse error on the load. And it also had a menu come up stating to insure the tool was set. Well removing the line in the G-code calling out what tool is used. That error went away. It now operated like the G-code generated by EstlCam. It loads and runs without errors. Not sure if there is a way for Axis to use a G-code with a TAP extension.  Of if there is another LinuxCNC post processor that does not place the tool number in the G-code.
Thanks for your help
  • PCW
  • PCW's Avatar
15 Oct 2024 18:58
Replied by PCW on topic Axes no longer home/move

Axes no longer home/move

Category: General LinuxCNC Questions

U7 drives STEP+/DIR+ 0..3
  • Aciera
  • Aciera's Avatar
15 Oct 2024 18:57

Customization of the icon for the LinuxCNC website

Category: Forum Questions

The guy that pays for hosting is not around but he still pays for it. I don't have any contact information for him.


Sounds like we are running an underground organization here or maybe a mad house.
I really like this project but sometimes I do wish somebody would put some sanity into it's organization...
  • Aciera
  • Aciera's Avatar
15 Oct 2024 18:37

Unterstützung bei der Automatisierung einer Simulation

Category: Deutsch

Kann ich grad nicht testen aber wenn du diese Zeilen in deine ini Datei einfügst sollte der Logger starten (den Pfad musst du noch anpassen):
[APPLICATIONS]
APP = python3  <dein_pfad>/python3 lcnc_logger.py
  • Kirvesmies
  • Kirvesmies
15 Oct 2024 18:35
Replied by Kirvesmies on topic Getting started with 6i25+7i75+7i85s

Getting started with 6i25+7i75+7i85s

Category: PnCConf Wizard

Found the problem now lol. My encoder and spindle index are connected through an original pcb within the spindle housing, and I got my wires crossed and read the index coming from the encoder, which is connected with a 3:1 ratio, giving me 3 index pulses per spindle revolution.
That's that mystery. I will see if fixing that also takes care of the low maximum speed.
  • foam man
  • foam man
15 Oct 2024 18:24
Replied by foam man on topic controller and motors not fully communicating

controller and motors not fully communicating

Category: General LinuxCNC Questions

I apologize for being so naive, but where would I find these chips
  • JT
  • JT's Avatar
15 Oct 2024 18:08

Customization of the icon for the LinuxCNC website

Category: Forum Questions

Hmm, okay, that doesn't make it any easier.

By Joomla interface do you mean the admin area of Joomla?

I'm not sure if that works in J3... also works.
Admin area => Content => Media
Copy the favorites there.

The information is without guarantee, I am not a Joomla specialist.
If it is fungzionized, the icon changes, if it is not fungzionized, it consumes memory on the server, but does not interfere with Joomla!


Who pays the hoster? He should also have access data, because without access data it is only a matter of time before nothing works anymore. 
 

Yes I have access to the Joomla admin panel and I do see the Admin > Content > Media with several directories there.
 

The guy that pays for hosting is not around but he still pays for it. I don't have any contact information for him. I do have access to the forum host admin.

JT
Displaying 22741 - 22755 out of 22888 results.
Time to create page: 0.513 seconds
Powered by Kunena Forum