Advanced Search

Search Results (Searched for: )

  • miniwini
  • miniwini's Avatar
Today 10:27
Replied by miniwini on topic Spindle config EtherCAT

Spindle config EtherCAT

Category: EtherCAT

Hey Eduard,
Thanks for all the effort... do you mind sharing your configfiles? xml and hal?

this would be great!

Thank you

Cheers Einar
  • pippin88
  • pippin88
Today 09:45

WEMAS MT 32 CNC Lathe -> LinuxCNC - Mesa or EtherCAT?

Category: Turning

Awesome!

What are those magic display buttons? Link?
  • vformi
  • vformi
Today 09:35
Replied by vformi on topic Retrofit - LinuxCNC + EtherCAT

Retrofit - LinuxCNC + EtherCAT

Category: EtherCAT

I’ve mainly worked on much smaller machines, so on a lathe this size, I’m not sure whether the long motor/encoder cables would become an issue. If it's okay to leave the drives in a central cabinet and just rely on good shielding and routing, I’m happy to do the same—this is more of a concern than a hard opinion.

EtherCAT still appeals because it lets me pull extra data from every drive (load torque, temperatures, alarms, second encoders), and keeps future expansions simple.
  • pippin88
  • pippin88
Today 09:29
Replied by pippin88 on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

Suggestion / request:
Overrides
When starting a program running (cycle start): user is prompted that an override (rapid, feed, or spindle) and asked whether they want to continue with override, or want to reset to 100%

(I make the mistake of setting an override and then moving onto a new program and hitting start, forgetting about the override)
  • pippin88
  • pippin88
Today 09:23
Replied by pippin88 on topic Retrofit - LinuxCNC + EtherCAT

Retrofit - LinuxCNC + EtherCAT

Category: EtherCAT

Vast majority of servo / servo drives have "normal" cabling between the servo and the servo drive.

Don't see any difference due to ethercat just because one axis is 7m long?

(I'm a fan of ethercat and think it is the way forward. So neat just plugging servo drive into linuxcnc with single ethernet cable and getting.servo drives status / encoder position etc)
  • vformi
  • vformi
Today 09:04
Replied by vformi on topic Retrofit - LinuxCNC + EtherCAT

Retrofit - LinuxCNC + EtherCAT

Category: EtherCAT

Thanks for catching that: the machine is X + Z plus a spindle.

There’s no VFD at all—this is still a fully manual lathe with a star-delta spindle and gearbox.

I picked EtherCAT mainly because the bed is 7 m long and I don’t want voltage drop or noise on long analogue/encoder runs. One Cat-5e solves the length and loss issues.
  • HansU
  • HansU's Avatar
Today 05:46
Replied by HansU on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

Would it be possible to add a confirmation dialog box prompting the user before initiating another homing cycle .


You mean when the machine is already homed?

When I run the program and want to pause it midway through the G-code execution to clean the machine from chips, it doesn't allow me to manually move the axis.
I believe the program should allow pausing, during which I should be able to manually move or return the axis. When I choose to resume the program, the machine should automatically return to the position it was in before the pause and continue execution from that point.

Also, if I stop the spindle and start it again, the speed is much lower than before.


That is not part of the GUI and not supported yet. For that you need to switch the mode and that would stop the program execution. It would be also a bit complicated, remember if you are in the middle of an arc or just in the middle of a line. etc...

But the spindle should resume at the same speed. Can you give an exmple to reproduce that?


When you're in the G-code editor, it's possible to start the program execution, but if you exit the editor, the program stops .


A bit unusual use case though, but I agree that should not abort the program.
  • newbynobi
  • newbynobi's Avatar
Today 05:38
Replied by newbynobi on topic Gmoccapy 3.5.1

Gmoccapy 3.5.1

Category: Gmoccapy

@besriworld

Many users asked already for the option to move the machine during pause. That feature must be implemented deep into LinuxCNC IMHO motion control, but not in the GUI part.

It might be possible to make a custom code and put that in between forward and backward kinematics to move i.e. the Z axis.

Norbert 
  • vre
  • vre
Yesterday 03:17 - Yesterday 03:21

Using Mesa 7i95T for laser + galvo (xy2-100) control

Category: Driver Boards

It is not supported yet.. is not the same thing raster engraving that has constant speed synchronized with accurate laser pulses.
In base thread yes supported but not in servo thread with mesa 
  • unknown
  • unknown
Yesterday 02:07

Recommended New Install of LinuxCNC coming from EMC2 and Ubuntu 10.4

Category: Installing LinuxCNC

If you can modify the ini file you can modify the port address in the ini file.
Usually with any errors starting, the error log and ini & hal files are posted by he user.
  • dunnitagain
  • dunnitagain
Yesterday 01:54

Recommended New Install of LinuxCNC coming from EMC2 and Ubuntu 10.4

Category: Installing LinuxCNC

It started when i was editing the .ini for a homing issue. After the restart , EMC2 would always terminate with an error. Somehow it modified the port address , from what i can figure. but with the system password unknown . I cant edit the port address.
  • dunnitagain
  • dunnitagain
Yesterday 01:51
  • SebastianM
  • SebastianM
Yesterday 00:35 - Yesterday 02:01

"probe tripped during non-probe movement" when Toolsetter is triggered

Category: Basic Configuration

Good evening gentleman,
I am almost done with my new setup (printnc "pro", mesa 7i76eu, probe basic, jianken ATC) and everything seems to be working now, except the tool length measurement.
When I start a measurement with G38.2.... and then press the toolsetter with a finger (just to test it), the system errors out with "probe tripped during non-probe movement".
So it recognizes that the toolsetter is triggered, but for some reason it thinks its the 3d probe...  

This is how my probe and tls signals are linked:

# --- PROBE-IN ---
net probe-in     <=  hm2_7i76e.0.7i76.0.0.input-08
# --- TLS-Normal-IN ---
net tls-in       <=  hm2_7i76e.0.7i76.0.0.input-09-not

addf or.probeortls servo-thread
net probe-in or.probeortls.in0
net tls-in or.probeortls.in1
net probe-tool or.probeortls.out
net probe-tool motion.probe-input

What am I doing wrong :)?

Here is my full config...
github.com/SebastianMusser/LinuxCNC/tree/main

regards
Sebastian
  • langdons
  • langdons
Yesterday 00:32
Replied by langdons on topic Retrofit - LinuxCNC + EtherCAT

Retrofit - LinuxCNC + EtherCAT

Category: EtherCAT

If the VFD currently works, I would leave it as-is until everything else works.

If it ain't broke don't fix it.

Why did you choose to go EtherCAT?

A spindle isn't really an axis.
  • unknown
  • unknown
Yesterday 00:22

Recommended New Install of LinuxCNC coming from EMC2 and Ubuntu 10.4

Category: Installing LinuxCNC

Long story short.

The current machine is really not suitable for the most recent version.
Maybe if you elaborate on the issues we maybe able to provide a solution.
Usually if the machine is operating fine and doing the job without any issues there is no real need to upgrade.
There are many machines out there still running early versions of Linuxcnc without any issues.
Displaying 1 - 15 out of 311278 results.
Time to create page: 2.161 seconds
Powered by Kunena Forum