Advanced Search

Search Results (Searched for: )

  • Gautham
  • Gautham
Yesterday 05:32
Replied by Gautham on topic 5 axis milling machine with 7i96s

5 axis milling machine with 7i96s

Category: Driver Boards

Thank you so much PCW and Jimmy, I will do more research into the options you have both suggested and see which would be easier for me to implement.
  • michaeln
  • michaeln
Yesterday 04:58 - Yesterday 04:59
  • farmer_mike
  • farmer_mike
Yesterday 04:00
Replied by farmer_mike on topic RTelligent EtherCAT Servo Drive Setup: RS750E

RTelligent EtherCAT Servo Drive Setup: RS750E

Category: EtherCAT

Hi MTate01, thanks for your posts. I have my RS 750E drives jogging. My next step is to wire the E stop.

I don’t know what differential input e stop means or how to wire that circuit. The manual seems to indicate that 24v gets wired to both pins 19 and 21. What is supposed to happen to the voltage on pins 19 and 21 when the e stop button is pressed?
  • Gautham
  • Gautham
14 Jul 2025 02:33
Replied by Gautham on topic Mesaflash not working on 7i96s but it pings

Mesaflash not working on 7i96s but it pings

Category: General LinuxCNC Questions

Hey thank you so much, this worked.
  • sivaraj
  • sivaraj
14 Jul 2025 02:09 - Yesterday 04:19

HUGE Mazak fully automated 5 axis laser tube cutter

Category: Show Your Stuff

Any chance you used program numbers O9xxx or O8xxx .This needs parameter setting (3202) to edit from CNC
google for Fanuc manual B–63525EN/02 page 405 & 428
It should be in EDIT mode and EDIT key enabled.
However you may not be able to delete the active foreground program , the program number which usually shows on top right of the screen.
Could you able to select different program to foreground or not? only the foreground program Number will run in Auto.
The last selected or ran program only will be active as foreground program till you select another program to foregraound.
There is Background edit . it is different 

 
  • Benb
  • Benb's Avatar
14 Jul 2025 01:29

Configuring LinuxCNC 2.9.4 Mesa 7i95t Newbie.

Category: Milling Machines

Try this mpg configuration, you need one toggle switch to choose incremental or continuous jog mode, one 3 position selector switch and one MPG encoder. This configuration will work for hardwired or ui based switches. I am showing the configuration for hardwired system.but if you need to use soft switches replace hm2.7xx... with exposed ui switch adresses. If you experience jog acceleration issues just play with jog acceleration value right now it's set for 1.0. 


#
# 3 axis hal mpg configuration

# This section will set the jog mode using a hardwired toggle switch
# switch open incremental mode switch closed continuous mode
net set-mode hm2_7ixx.your input-address-of-toggle-switch 
net set-mode joint.0.jog-vel-mode 
net set-mode joint.1.jog-vel-mode 
net set-mode joint.2.jog-vel-mode 
net set-mode axis.x.jog-vel-mode 
net set-mode axis.y.jog-vel-mode 
net set-mode axis.z.jog-vel-mode 

# Set jog scale (as per your configuation 0.1)
net mpg-scale 0.1
net mpg-scale joint.0.jog-scale axis.x.jog-scale 
net mpg-scale joint.1.jog-scale axis.y.jog-scale 
net mpg-scale joint.2.jog-scale axis.z.jog-scale 

# Set jog acceleration (value between 0 and 1)
net jog-accel 1.0
net jog-accel joint.0.jog-accel-fraction axis.x.jog-accel-fraction 
net jog-accel joint.1.jog-accel-fraction axis.y.jog-accel-fraction 
net jog-accel joint.2.jog-accel-fraction axis.z.jog-accel-fraction 

# Joint selection (enable only one at a time)
net mpg-select-x joint.0.jog-enable axis.x.jog-enable <= hm2_7ixx.your input x address of selector switch
net mpg-select-y joint.1.jog-enable axis.y.jog-enable <= hm2_7ixx.your input y address of selector switch
net mpg-select-z joint.2.jog-enable axis.z.jog-enable <= hm2_7ixx.your input z address of selector switch

# Connect encoder counts to all joints (only enabled one will move)
net mpg-counts  hm2_7ixx.your mpg encoder address
net mpg=counts  joint.0.jog-counts  axis.x.jog-counts
net mpg-counts  joint.1.jog-counts  axis.y.jog-counts
net mpg-counts  joint.2.jog-counts  axis.z.jog-counts
  • stirra
  • stirra
14 Jul 2025 00:08
Replied by stirra on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

Could you post your configuration files? I still have been unable to get homing to work correctly with the Lichuan LC10E and a home switch.
  • Benb
  • Benb's Avatar
13 Jul 2025 23:53

Troubles to get started with SD240 Retrofit

Category: Turning

Following is a hal netlisting for the MPG part of your question:

# Set jog-vel-mode to false (joint will move exactly jog-scale units for each count)
setp joint.0.jog-vel-mode 0
setp joint.2.jog-vel-mode 0
setp axis.x.jog-vel-mode 0
setp axis.z.jog-vel-mode 0

# Set jog scale 
setp mpg-scale 1.0
net  mpg-scale joint.0.jog-scale axis.x.jog-scale 
net  mpg-scale joint.2.jog-scale axis.z.jog-scale 

# Joint selection (enable only one at a time)
net mpg-select-x joint.0.jog-enable axis.x.jog-enable <= hm2_7ixx.your selector switch input
net mpg-select-z joint.2.jog-enable axis.z.jog-enable <= hm2_7ixx.your selector switch input

# Connect encoder counts to all joints (only enabled one will move)
net mpg-counts  hm2_7ixx.your mpg encoder address
net mpg=counts  joint.0.jog-counts  axis.x.jog-counts
net mpg-counts  joint.2.jog-counts  axis.z.jog-counts
  • DMNZ
  • DMNZ
13 Jul 2025 23:42

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

"Only problem is, i don't know how to write the bitfile permanently to the flash."

i have seen somewhere that to write to nand on this board you need to pull IO2 (R2578) next to flash to ground to boot in JTAG mode, flash nand, then release it up to boot from nand as default. some people install a switch there but damn, those resistors and pads are tiny. 

 
  • DMNZ
  • DMNZ
13 Jul 2025 23:30

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

github.com/machinekit/mksocfpga Hostmot2 FPGA code for SoC/FPGA Zynq platforms

looking at the hm2_soc_ol driver code this is for pci cards,  based on 5i25 driver

  • tommylight
  • tommylight's Avatar
13 Jul 2025 23:27
Replied by tommylight on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

Not that i am aware of, and now we know what you're after we can easily point you in the right direction: Get another PC! :)
Having two machines controlled by the same PC is not safe as any issue with the PC would stop both machines, together with the materials scraped that may or may not be recoverable.
If space is the issue, most monitors have at least two inputs, some can show both inputs at the same time, some also have KVM so connecting mouse/keyboard to monitor will switch those whenever you switch monitor inputs.
Keep in mind having two PC's on the same monitor without a KVM has the inherit drawback of clicking on keyboard/mouse several times till it dawns it's the wrong PC on. :) Done this a lot as i have a monitor in the shop with 7 inputs and usually 2-5 PC's connected.
What about using laptops? There are several i tested that work OK for normal "non mission critical" use:
forum.linuxcnc.org/18-computer/54369-use...mesa-ethernet-boards
  • pippin88
  • pippin88
13 Jul 2025 23:17
Replied by pippin88 on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

You need to be clearer please, loose terminology is confusing things.

You are using "machine" to mean multiple things.

Suggest:
Computer (the hardware linuxcnc runs one)
CNC machines
  • Fusseldieb
  • Fusseldieb's Avatar
13 Jul 2025 23:14
Replied by Fusseldieb on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

> as long as you do not need both running at the same time.

Exactly that's what I wanted.

Is there any workaround that could work, too, without having to use two separate machines?
  • PCW
  • PCW's Avatar
13 Jul 2025 21:48 - 13 Jul 2025 21:55
Replied by PCW on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

That data suggests a 4.5V minimum input PWM voltage.

Also, if it has an optocoupler input, you can get a 5V signal
out of a 7I92/7I92T by wiring the PWM input to +5V and the PWM
input negative to the PWM output of the 7I92/7I92T.
In this case, you would need to invert the PWM output in
your hal file.
 
  • tommylight
  • tommylight's Avatar
13 Jul 2025 21:47
Replied by tommylight on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

OK, that is not what i was thinking/answering, but the replies are still valid, namely most of the pin names would be the same on both instances.
But, having two separate machines/configs with two separate controllers/electronics is for sure possible ... as long as you do not need both running at the same time.
Displaying 46 - 60 out of 25287 results.
Time to create page: 0.237 seconds
Powered by Kunena Forum