Advanced Search

Search Results (Searched for: )

  • rajsekhar
  • rajsekhar
20 Sep 2024 13:42
Replied by rajsekhar on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

Well  today I measured temperature readings with Infrared thermometer as follows:

Ambient 32 degree C.
7i92 on FPGA chip(black/square shape)= 45~47 degree C.
7i76, 7i84= 39~42 degree C.
 Stepper drivers=40~43 degree C.
SMPS=39~42 degree C.

Note-1)  I had intentionally kept the cooling fan of the panels off to check the maximum temperature rise pattern.
Note-2) ambient temp easily goes upto 45 Degree C in summer (Now Autum here) and considering its application i.e oxyfuel cutting for intended 12~16 hour per day in Industrial environment, ambient will reach upto 50 degreeC.

Now, is such temperature are suitable for Mesa and computer hardwares? What shall be the maximum allowable limit as I am planning to install temperature switch in Panel.
 
  • Mae22
  • Mae22
20 Sep 2024 13:36
Replied by Mae22 on topic Calibrating A axis

Calibrating A axis

Category: General LinuxCNC Questions

great do i put this in the ini file under scale ??
  • meister
  • meister
20 Sep 2024 13:17
Replied by meister on topic ideas-collection-tread for a new rio board

ideas-collection-tread for a new rio board

Category: Computers and Hardware

if i say 'already have all the components', i mean, i already used it or tested it,
and i think it is save to use it again :)

in the end i would like to have it so that you can have it completely manufactured by jlcpcb.
so it is completely independent of what parts I have
  • PhilipME
  • PhilipME's Avatar
20 Sep 2024 12:58
Replied by PhilipME on topic New and Working RTAI debs for 2.9

New and Working RTAI debs for 2.9

Category: Installing LinuxCNC

PhilipME,

Are you using a vanilla Debian install from their website? If so, LinuxCNC is not installed by default so you should be safe to proceed and skip that step.

If LinuxCNC is already installed (not run-in-place) then I'm not sure what's going on.

If you're ONLY using run-in-place, you can also skip the purge command as well, but do not try to use the run-in-place instance as it will not work with RTAI unless you've built it against the RTAI kernel debs that are listed in the first post of this thread.
 

I installed fresh copy of bookworm
  • JT
  • JT's Avatar
20 Sep 2024 12:57
Flex GUI version 1.0.0 was created by JT

Flex GUI version 1.0.0

Category: Other User Interfaces

We're right on the verge of releasing Flex GUI version 1.0.0.

The video play list is here .

JT
 
  • RDA
  • RDA
20 Sep 2024 12:52

ideas-collection-tread for a new rio board

Category: Computers and Hardware

Hello, so I would first define if this something for you or something for a wider audience? I mean, making the pcb from parts you already have is probably good for you, but might not be "good" for everyone else. So while it might be tempting to base your design around the parts its not necessarily a good thing for the rest of the people.

After you have decided on this, then "map" out what you actually need in terms of #I/O, type etc. and decide your major parts based on price, availability and so on.

For the outputs I would use FET's instead of BJT's, but I assume the ULN2003 is also something you already have?

As for the KiCad maybe you can use one of these designs as a "base":
Orangecrab
Butterstick
Basic ECP5
 
  • Aciera
  • Aciera's Avatar
20 Sep 2024 12:49
Replied by Aciera on topic gmoccapy z height after hitting start

gmoccapy z height after hitting start

Category: General LinuxCNC Questions

Take a screenshot of the whole screen so we can see what G/M codes are active also if this happens when running gcode then please attach that as well. We're just poking around in the dark like this.
  • slowpoke
  • slowpoke
20 Sep 2024 12:42

Anyone running Arduino IDE on a LinuxCNC machine

Category: General LinuxCNC Questions

tommylight,

Thanks much appreciated.

Seems to be working with no drama and compiles and downloads what seems like 10x faster than on my Win based machine.

I think I have Windows based PTSD;-)
  • _skinner
  • _skinner
20 Sep 2024 11:37
MX4660 digital input 1 - 4 not working was created by _skinner

MX4660 digital input 1 - 4 not working

Category: Basic Configuration

Dear Colleagues,
I got issue with Inputs 1-4 on my MX4660. F.ex. GND is connected to Input 1 thru relay NO contact, OPTO1 is connected to +12VDCout on board (that voltage to GND is ok). When I drive relay, input not get active (at all 4 inputs) nor change current state. I've checked cable between motion control card and DB25 connector few times and its look fine. I've not drive directly my 7c81 card on that inputs (31-34), but it have same configuration like for inputs 5-8 where wiring inside look the same. Inputs on 26pin Low Profile working fine, one of them had issue (probably weak joint on pcb or something, after moving plug around it start to work and for today is no problem). Motors connected to that DB25 working properly. I tried measure voltage between GND and pin 10-13 at DB25 but there is only residual voltage (when relay is not driven showing 0.0mV when driven 2.6mV but I,m not really sure it is good way for check). One of outputs also working well (enable spindle). Blue lines on picture showing my current wiring, instead of NC there is NO relay contact, proximity switch drive the relay coil and for all proximity I'm using separate PSU, second PSU is dedicated to MX.
Thank You in advance for help.
Best regards
  • crazycajun
  • crazycajun
20 Sep 2024 11:36
Replied by crazycajun on topic gmoccapy z height after hitting start

gmoccapy z height after hitting start

Category: General LinuxCNC Questions

I did have a 1.5" offset added to tool 12, but took it off. Had the same issue still.
  • Aciera
  • Aciera's Avatar
  • Aciera
  • Aciera's Avatar
20 Sep 2024 10:46 - 20 Sep 2024 10:47

Remap 3D Cubic Spline Interpolation code by Python

Category: O Codes (subroutines) and NGCGUI

If you don't need to log the points and calculate the interpolation in the same gcode then a filter is likely easier. The other thing is that your python script is for a planar curve (eg XY) but you want to interpolate in 3D. I'm not familiar with cubic interpolation for a 3d curve so I'm not sure if it would require interpolating XY and XZ separately and then combine the two.
If you had a clear description of how to calculate the way points for the interpolated curve (even if it's just in words) I might be able to put something together but I don't have the time to research the math right now.
  • jurod
  • jurod's Avatar
20 Sep 2024 09:01

Remap 3D Cubic Spline Interpolation code by Python

Category: O Codes (subroutines) and NGCGUI

You are probably right. I didn't realize the delay in the code, but that's not a bug. It can be a few seconds.
The method according to Todd is also a solution.
I'm not sure which way to go.
I don't know how to work well in Python (only a couple of basic simple things and editing)
Is there anyone who would help me with this problem?
  • Aciera
  • Aciera's Avatar
20 Sep 2024 07:50
Replied by Aciera on topic Calibrating A axis

Calibrating A axis

Category: General LinuxCNC Questions

For a rotary axis the Scale is in steps/degree.

So I assume a stepper motor with 200 steps/360°
with 8x microstepping that would be 1600 steps/360°
with ratio 4:1 that would be 6400 steps/360°
so your scale = 17.7778 seems correct to me.
  • Mae22
  • Mae22
20 Sep 2024 07:37
Calibrating A axis was created by Mae22

Calibrating A axis

Category: General LinuxCNC Questions

Thank you to everyone who dealt with my problem homing, we are now up and running and calibrated on X, Y and Z axis. My question here is the A axis and Scale in the ini file, i really do not want to back into stepconf as it wipes out everything i have altered in the ini and i have to start from scratch, which is frustrating lol)
Our rotary axis is a small one for making my wood jewellery, it has a ratio of 4:1 and we run on 8 microstepping we worked the steps out to be 17.78 but i don't think this is what i put in the scale on the ini file, or is it????
Could anyone who runs a 4th axis give us any information on this as we are used to Mach4 and have only just started with LinuxCNC, any info is usefull such as calibration and how you do it, working out the steps per degree (just in case we have done that wrong) would greatly appreciste the help
Displaying 21061 - 21075 out of 24524 results.
Time to create page: 0.507 seconds
Powered by Kunena Forum