Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
16 Nov 2024 19:21

7i96s Spindle Rpm Measure with Proximity Sensor

Category: General LinuxCNC Questions

You can use any periodic signal for RPM measurement
you just need to set the 7I96S encoder counter into counter mode
and get the scaling correct.
  • PCW
  • PCW's Avatar
16 Nov 2024 19:18

Spindeldrehzahl durch ändern der PWM Frequenz steuern

Category: Deutsch

Sie können einfach einen freien Ausgang verwenden,
der in halb an Spindel.0.vorwärts.

Alternativ kann es sein, dass Sie die Schrittzeit weit
genug einstellen können, um den Schritttyp 0 zu verwenden
So erhalten Sie ein Richtungssignal Basierend auf der Polarität
des Befehls Spindeldrehzahl
  • TripleM
  • TripleM
16 Nov 2024 19:15

Spindeldrehzahl durch ändern der PWM Frequenz steuern

Category: Deutsch

werde ich morgen noch mal versuchen, aber so wie ich mich erinnere lieferte TYPE_0 kein Rechtecksignal (steplen und stepspace gleich lang)

 
  • turan
  • turan
16 Nov 2024 19:01

7i96s Spindle Rpm Measure with Proximity Sensor

Category: General LinuxCNC Questions

Hi,
i have 7i96s and Hertz Hera519 spindle that has a proximty sensor and 2 pulse in one rpm. How can i measure it for feedback?

Hera 519 pdf
hertzmotor.com/wp-content/uploads/2023/0...090.380_ISO30-LN.pdf
  • flexbex
  • flexbex
16 Nov 2024 18:50 - 16 Nov 2024 18:52

linux keeps restoring to an old workspace state after reboot

Category: General LinuxCNC Questions

after reboot an old state of the workspace is restored. even when i close everything before reboot. It's not really a problem but it's annoying
  • Aciera
  • Aciera's Avatar
16 Nov 2024 18:50

Spindeldrehzahl durch ändern der PWM Frequenz steuern

Category: Deutsch

type_2 ist doch ein Quadratur-Signal. Wäre hier type_0 im 'velocity' mode nicht besser geeignet?
linuxcnc.org/docs/html/man/man9/stepgen.9.html
stepgen has two control modes, which can be selected on a channel by channel basis using ctrl_type. Possible values are "p" for position control, and "v" for velocity control. The default is position control, which drives the motor to a commanded position, subject to acceleration and velocity limits. Velocity control drives the motor at a commanded speed, again subject to accel and velocity limits. Usually, position mode is used for machine axes. Velocity mode is reserved for unusual applications where continuous movement at some speed is desired, instead of movement to a specific position. (Note that velocity mode replaces the former component freqgen.)
  • Aciera
  • Aciera's Avatar
16 Nov 2024 18:42
Replied by Aciera on topic 5 Axis Simulation Help needed!

5 Axis Simulation Help needed!

Category: QtPyVCP

Have you had a look at the 'xyzac-trt' config?

github.com/Sigma1912/linuxcnc/tree/maste...table-rotary-tilting
  • TripleM
  • TripleM
16 Nov 2024 18:37

Spindeldrehzahl durch ändern der PWM Frequenz steuern

Category: Deutsch

Vielen Dank,
habs nun mit  step_type 2 gelöst. 
Drehzahlregelung funktioniert super, allerdings hat  step_type 2 kein einfaches Direction Signal.
Gibts ne einfache Möglichkeit das Richtungssignal bei TYPE_2 zu bekommen?
  • Lcvette
  • Lcvette's Avatar
16 Nov 2024 18:06
Replied by Lcvette on topic 5 Axis Simulation Help needed!

5 Axis Simulation Help needed!

Category: QtPyVCP

awesome! do you think you could help use make one for the machine setup above so we can dip our feet and start troubleshooting some things in vtk?
  • Aciera
  • Aciera's Avatar
16 Nov 2024 17:51
Replied by Aciera on topic Download Lube component

Download Lube component

Category: Deutsch

Meinst du das hier:
wiki.linuxcnc.org/uploads/lube.py
  • Steffen
  • Steffen
16 Nov 2024 17:33
Download Lube component was created by Steffen

Download Lube component

Category: Deutsch

Hi,

wollte mich heute um die Zentralschmierung kümmern, leider geht der Download der Lube.py nicht mehr, kann mir jemand aushelfen?

Danke
Grüsse
Steffen
  • Aciera
  • Aciera's Avatar
16 Nov 2024 17:29
Replied by Aciera on topic 5 Axis Simulation Help needed!

5 Axis Simulation Help needed!

Category: QtPyVCP

Not an expert but I have made a few sim configs for 5/6 axis machines including adjustable geometric offsets for the rotary assemblies and documentation:
github.com/LinuxCNC/linuxcnc/tree/master...ndle-rotary-nutating
github.com/LinuxCNC/linuxcnc/tree/master...is/table-dual-rotary
  • Aciera
  • Aciera's Avatar
16 Nov 2024 17:13
Replied by Aciera on topic Only one of the gantry joints move

Only one of the gantry joints move

Category: Basic Configuration

As an alternative
loadrt [KINS]KINEMATICS
This would then grab the 'KINEMATICS' entry from the KINS section in your ini file.
  • Lcvette
  • Lcvette's Avatar
16 Nov 2024 17:07
5 Axis Simulation Help needed! was created by Lcvette

5 Axis Simulation Help needed!

Category: QtPyVCP

Hey all,

@Turboss and I have been working on the vtk back plotter and making some great progress in improving its functionality, but we are getting into an area where neither have been yet with linuxcnc which is the 5 axis realm.  we were wondering if there are any 5 axis linuxcnc users in here that may be able to help lend a hand with a few things such as program generation and configuration help since it doesn't seem to be a config that the builders can make (seem to be capped at 4 axis, guessing its for a reason..lol).

If you have a working config/5 axis machine using tcp and switchkins, we would very much appreciate any assistance you could provide to take some of the learning curve out of things and allow us to get the simulation backplotter dialed in for each type of machine config and have the machine simulations plot correctly with the graphical representation. we plan to pull that data out of the ini and add in sections of the backplotter code to accomodate each type and allow how the graphical machine representation along with the gcode files interact.  as you can see in the short video below, we have the 5 axis machine simulation working sort of but just need to better define some parameters to determine if the machine moves or the work envelope moves and all of the camera translation magic.  it should be super sweet when done and be a very useful tool for being able to prove out complex gcode in linuxcnc before going to the machine itself and or having it on the machine itself for some additional cool factor!

Any help or guidance is greatly appreciated!

Chris

 
  • mBender
  • mBender
16 Nov 2024 16:42

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Hi, I'm not to familiar with the background of your issues (from a quick glance there's a hundred posts to decipher, it's overwhelming), but have you posted a concise and consolidated schematic, wiring installation and pictures of your entire set-up here or anywhere else?

Without that I highly doubt anyone (here at least) will be able to remotely assist. Although the noise issue you seem to be having has nothing to do with RIO let alone Linux CNC.

Ruling out RIO and Lcnc is easy, outputs can easily be probed while running a simple gcode program.
 

Yeah, you are probably right. But I think even then remote troubleshooting is pretty difficult. I may open up another thread in the forum. But right now I need a break and look for something else. Still need to get Modbus working for my spindle. Will be starting with that soon.
Displaying 17071 - 17085 out of 24577 results.
Time to create page: 0.364 seconds
Powered by Kunena Forum