Advanced Search

Search Results (Searched for: )

  • rmu
  • rmu's Avatar
10 Apr 2025 14:06
Replied by rmu on topic test post

test post

Category: Off Topic and Test Posts

checking for reply emails
  • rmu
  • rmu's Avatar
10 Apr 2025 14:05
test post was created by rmu

test post

Category: Off Topic and Test Posts

Test
  • Miller Turner
  • Miller Turner
10 Apr 2025 12:20
Replied by Miller Turner on topic Fadal Retrofit - ATC cycle

Fadal Retrofit - ATC cycle

Category: ClassicLadder

Hi Chris,

Are you willing to share your Fadal LinuxCNC retrofit experience?
It will be much appreciated as others including myself are looking for details on how such retrofit can be done.
  • Huliofane
  • Huliofane
10 Apr 2025 12:19
Replied by Huliofane on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Sorry for disturb,i have an problem with my nvem board,is same as board on this topic,im write here but im undestand we are expert on pcb .....when im power on the grren led on lan port blink at 10% of light and speed,the item on pcbU7 "DE=G12" is hot and ,the led "D15" blink when insert a cable,the situation of led not change and switch or pc not blink he light.
we have any idea for solve my situation ??
sorry for disturb
  • Bidul
  • Bidul
10 Apr 2025 12:10
Replied by Bidul on topic Latency and Graphics Card

Latency and Graphics Card

Category: General LinuxCNC Questions

I have just discovered that if you use an old VGA screen on a computer having both VGA and DISPLAYPORT or HDMI outputs, performance will be much better if you connect your VGA screen to the DISPLAYPORT or to the HDMI port using an external adaptor than connecting the screen directly to the VGA output.
The reason is because the VGA output is managed by a secondary chipset via the southbridge and this chipset is managed directly by the processor, not by the GPU that in that case is totally useless.
  • RNJFAB
  • RNJFAB
10 Apr 2025 11:57
Linux conversion for MDX540??? was created by RNJFAB

Linux conversion for MDX540???

Category: General LinuxCNC Questions

Hey All, 
I was given an old Roland MDX-540 ( www.rolanddga.com/support/products/milli...0-3d-milling-machine ) and was wondering if its worth trying to LinuxCNC convet it.
Any thoughts? 
I can currently use it with aspire then using the roland software run the gcode. No live tracking though. and aspire tool paths are a bit of a mission to setup. 
Cheers
  • Plasmanfm
  • Plasmanfm
10 Apr 2025 11:41
Replied by Plasmanfm on topic [OT] Linux Uhr stimmt nicht

[OT] Linux Uhr stimmt nicht

Category: Deutsch

Hallo Mücke
Anmerkung:
Dein Rechner sollte sich wenn er mit den Internet verbunden ist über den NTP-Server aktualisieren.
Über “ sudo timedatectl status “ kann du deine Einstellungen “
überprüfen ob zb. NPT an oder nicht oder deine Eingestellte Zeitzone.

Gruß
Juergen
  • emgalos
  • emgalos
10 Apr 2025 11:37
Replied by emgalos on topic Agregar un 5to Eje.

Agregar un 5to Eje.

Category: Español

Hola noqui.
Tengo interés en realizar el proyecto tal como tú ya lo hiciste y necesito en primer lugar saber dónde puedo conseguir esta tarjeta la db25-1205.
Te agradecería mucho que me orientaras al respecto y a futuro pues tenerte como referencia para el proyecto que deseo realizar.
Si fuera posible me gustaría tener tu correo electrónico para contactarte directamente el mío es This email address is being protected from spambots. You need JavaScript enabled to view it. te agradezco altamente cualquier ayuda que me puedas ofrecer.
  • RotarySMP
  • RotarySMP's Avatar
10 Apr 2025 11:36
Replied by RotarySMP on topic Home location on CNC Lathe

Home location on CNC Lathe

Category: Basic Configuration

On my Schaublin, there are hal sensors for home/limits. The X is near max +X, and the Z is near max +Z.

I have set the all axis homing to first home X and then Z. I set my home speeds pretty slow. It is up to me to be sure the tailstock is pushed to the back end of the bed, and to ensure there is no tool like a boring bar mounted which would wipe out on the spindle during that first X move.

I haven't got my ATC working yet, but the whole concept of a safe tool change position on a bed type CNC lathe with tail stock and old rotating turret ATC seems aspirational at best.
  • my1987toyota
  • my1987toyota's Avatar
10 Apr 2025 11:18 - 10 Apr 2025 11:56
3D Scanners Who Has Used Them? was created by my1987toyota

3D Scanners Who Has Used Them?

Category: Additive Manufacturing

  So where I work they are wanting to get a 3D scanner and I have been tasked with finding a recommendation that
is around $1000. So far I figure the Einstar Shining 3D scanner would probably be the one I recommend. That said
I know there's always something that I am missing. The scanner is just the hardware part the bigger issue would be
software. I am tired of the subscription based software paradigm. Though it looks like this model Einstar uses a free
version of there software. There is an open source software called MeshLab but obviously I haven't used it. 
The 2 basic questions would be
1- Has anyone on this forum used the Einstar Shinning 3D scanner, and how did you like it?
2- What software do you use with it?
  • blazini36
  • blazini36
10 Apr 2025 11:02
Replied by blazini36 on topic Flexible GUI

Flexible GUI

Category: Other User Interfaces

Any chance of adding a "save" button for the code viewer? I see the "save_as_pb", I'd rather just overwrite the existing file without a prompt if it's possible.
  • RotarySMP
  • RotarySMP's Avatar
10 Apr 2025 11:01

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I am not competent to give you advice on the feasiblity on this project, but LinuxCNC is unlikely to be a show stopper. It sounds like an awesome project. Please include some pictures so we can see that machine and what you do with it.

I implemented my pneumatic collet closer, back gear shifter, and tailstock using some inhibits in classic ladder and command them with M64/65 Px. This would be one option for controlling your hydraulic  tailstock. Most would probably do this more elegantly with a custom comp.#Collet closer - created 23.10.22

# --- Collet release
# --- toggling footswitch
net collet-foot <= [HMOT](CARD0).7i84.0.0.input-16
net collet-foot => classicladder.0.in-00


# --- collet closer outputs
net collet-close <= classicladder.0.out-00
net collet-close => [HMOT](CARD0).7i84.0.0.output-10
net collet-open <= classicladder.0.out-01
net collet-open => [HMOT](CARD0).7i84.0.0.output-11

# --- Spindle inhibit
net spindle-enable => classicladder.0.in-01

# --- Turn on pneumatic SOV---
net machine-state <= halui.machine.is-on
net machine-state => [HMOT](CARD0).7i84.0.0.output-00
  • endian
  • endian's Avatar
10 Apr 2025 10:03 - 10 Apr 2025 10:05
Replied by endian on topic Strange behaviour of custom component

Strange behaviour of custom component

Category: Advanced Configuration

I have not using any kind of global variables ... and therefore it is little bit tricky to me 

I have changing mode of operation of servo driver from Velocity 225 to Position 224 ... When I have netted the single one pin for example - from joint.0 to component.0 and others have hard setp opModeCode 225 ... working only single one properly on homing sequence well

But when I netted them all ... every component driver 0.1.2 for example want to change the operation mode for homing just in the moment of single one of then all other are changing too ... I not really understand what is going on but only solution which is working is to create custom component for each axis ... which works well but I do not want have extra custom components when single one with instances should do their jobs same well...
  • jochen91
  • jochen91
10 Apr 2025 09:21 - 11 Apr 2025 10:19

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

Hello Folks,
I'm thinking hardly about acquiring a used Mazak Integrex200Y Millturn machine.

It uses and old Fusion640MT control with floppy drive data input. I'm planning to use Fusion for the CAM side of things.
My purchasing decision is a bit dependent on the feasibility of the project in terms of LCNC retrofit. So far i have the following requirements and parts of a solution for it:

Starting with the

Kinematics:
Since its a 5 axis Mill-turn machine i need a custom Kinematics file with switchable TCP function. Additionally the Y-Axis is interpolated with the
X- Axis and an auxiliary Y1-Axis.

Axis in Question:
X - Linear
Y - Virtual Linear
Z - Linear
C - 360° Rotary
B - +/- 90° Rotary


I've played around with ChatGPT and it seems to be somehow possible. But i would prefer an answer from a knowledgeable human being ;)

Hardware:
I found the cards from yurtaev.com. So it should be technically possible to reuse the old Mitsubishi spindle and servo drives.

Turning + C-Axis + Clamping:
Since it is a Mill-Turn, the lathe spindle can be used as a traditional turning spindle but also as a C-Axis for 4/5 Axis simultaneous or 3+2 with clamping. I assume this involves also a bit of PP work to tell the machine when to clamp/unclamp ?
Is this possible to implement in LCNC ?

Hydraulic Tail Stock:
The machine has an hydraulically activated tailstock that moves into position by the help with the Z-Axis. I assume i can implement this functionality
with custom M-Codes and some work in the PP?

EDIT: RotarySMP Pointed my in the right direction, i will use a custom comp.#

Postprocessor:
I've read in the forum that the Fusion Nakamura-Tome Mill-Turn PP is quiet well implemented by Autodesk. Since it is for a Fanuc Control, it should be less work to get it going for LCNC? Or does anybody has a better idea?

In general I'm interested in your opinion of the whole project and please tell me if I've overseen some major pitfalls.

Thank you all in advance!

Kind regards,
Jochen



 
  • timo
  • timo
10 Apr 2025 09:15 - 10 Apr 2025 09:17
Replied by timo on topic How to build a CNC Router?

How to build a CNC Router?

Category: Milling Machines

With system I ment the drive and motor. They will not "know" if I pulled the plug on purpose (punishment), because I did not know better.
Or if the lost connection were due to wear and tear or insufficient assembly (not to be punished).
So my take is that I need to pay more attention to detail in the future, because I might have damaged a drive or two without beeing aware of the importance of the wiring.

Greetings Timo 
 
Displaying 3406 - 3420 out of 26070 results.
Time to create page: 0.308 seconds
Powered by Kunena Forum