Advanced Search

Search Results (Searched for: )

  • BipinBabu
  • BipinBabu
26 Aug 2025 19:20

What do i need exactly for ethercat ? Recommended hardware??

Category: EtherCAT

The Ethercat Master For Linuxcnc is not an executable file. It says We need to patch and Compile based on our application. ! What are the variables that may vary mainly? Not universal at all? (Looking For a traditional 3 Axis Wood router with Dual Y Motor.)
  • BipinBabu
  • BipinBabu
26 Aug 2025 19:11

What do i need exactly for ethercat ? Recommended hardware??

Category: EtherCAT

Sir,
New guy here..!
Thanks for those precious lessons.!!!

  The latest Linux version with Realtime kernel is available as a bootable image on the official site right?
Once I install the OS, Can I directly go for Ethercat Configuration?

I am planning to Use EL7 -400W Ethercat Servo Drive from Leadshine with 23Bit magnetic Encoder.
I hope the ESI File of the Servo drive gives me the encoder Counts per revolution????

I set them Up in INI file right?

How does the "LinuxCNC-HAL ----INI----Ethercat
Servo" Drive RelationShip Toplology work?

Traditionally ,I write in the "INI" File that , My servo Drive encoder needs 8million/5=1.6million encoder Counts for a millimeter of travel.
(Because My servo Drive encoder needs 8million counts for every revolution.And my ballscrew travels 5mm at full revolution of the servo)

What happens next?
The INI file sends instruction for  1.6 million counts for 1 millimeter on X axis  if I say G0 X1 in Gcode.

There is no such detailed videos on YT  either..!


Thanks.

 
  • rhscdn
  • rhscdn
26 Aug 2025 18:47 - 26 Aug 2025 18:49

AXYZ Retrofit - VFD / AC Inverter electrical

Category: CNC Machines

This isn't a linuxcnc-specific question, more of an electrical/wiring question. The CNC router I am retrofitting has a Woods E-Trac X2C AC inverter powering/controlling the spindle. As I'm re-wiring the machine for my Mesa card & LinuxCNC, I'm trying to make sense of the existing wiring.

The machine is (and was previously) powered by single phase 220V (i.e. North American residential standard). The AC inverter/VFD manual states that either single or three phase wiring can be used. The manual states, "incoming power leads L1, L2, and L3 must run through the ground fault CT before being fastened to the terminals... If operating with single-phase power, use line terminals L1 and L2."  However, on my machine, L1 and L2 do not pass through the current transformer. Instead, there is an Ogden Mighty watt resistor (MXEG03A1493, 250Ω, 400V) wired to some undocumented terminals on the inverter (under the cover) and these leads pass through the current transformer. Can anyone speculate on why this might have been done?

  • aDm1N
  • aDm1N's Avatar
26 Aug 2025 18:46
Replied by aDm1N on topic Modbus T3D Servo Treiber

Modbus T3D Servo Treiber

Category: Deutsch

Bevor ich das vergesse, der Treiber ist zurück gegangen. Modbus wurde versprochen, aber ist quasi nicht nztzbar. Es wurde etwas in die Firmware des Treiber gebaut, damit konnte man ein wenig lesen und auch etwas schreiben, aber wirklich Modbus ist es nicht. Das was in der Beschreibung versprochen wurde, konnte definitief nicht gehalten werden. Ein anderer Händler hatte dann wenigstens zugegeben, das damit angeblich speed Modus möglich wäre, aber position funktionniert nicht.
  • Lcvette
  • Lcvette's Avatar
26 Aug 2025 18:21
Replied by Lcvette on topic QtPyVCP - First VCP tutorial problems

QtPyVCP - First VCP tutorial problems

Category: QtPyVCP

same advise as above, follow how the pb launchers are working and do the same thing for your vcp1, they are calling scripts and will require the terminal be in venv mode and the scripts pointing to the correct files.
  • Lcvette
  • Lcvette's Avatar
26 Aug 2025 18:15
Replied by Lcvette on topic Carousel ATC setup on Probe Basic

Carousel ATC setup on Probe Basic

Category: QtPyVCP

the existing atc macros are designed for dumb motor carousel operation. if you are using the carousel.comp component, you would need to follow the components setup instructions and integrate into the macros or build new macros based on your machines mechanical configuration. you could use the existing macros as a template for the qml graphics connections.
  • rhscdn
  • rhscdn
26 Aug 2025 17:58
Replied by rhscdn on topic AXYZ retrofit - Stepper driver settings

AXYZ retrofit - Stepper driver settings

Category: CNC Machines

Thanks for the insight. I'll do some testing outside of pncconf once I get all the stepper drivers installed.
  • h_munktell
  • h_munktell
26 Aug 2025 17:00
Replied by h_munktell on topic Basic probe fails on latch return

Basic probe fails on latch return

Category: Qtvcp

Hi,

Thank you for your time and response. I think the UI polls data from the STATUS data. Probably, if a signal is only high fraction of a second, the UI might not refresh quickly to show that. But I think the underlying logic in HAL is catching all states. 

I just run linuxcnc with debug and verbose output from the terminal, but nothing other than the latch return error is printed to the console during the issue  .
  • wusel0464
  • wusel0464
26 Aug 2025 15:21 - 26 Aug 2025 15:25
Replied by wusel0464 on topic Basic probe fails on latch return

Basic probe fails on latch return

Category: Qtvcp

Hello,

Thank you for your efforts, I thought I was the only one.
But I did not pursue this further due to time constraints, especially since no further reactions were made to my post.
The switching states are displayed properly on my mesa card. However, if I quickly press my mesa card in a row, the mesa card reacts correctly, but the LED in QT_DRAGON_HD sometimes does not react as expected.
Possibly a timing problem with signal processing.
I have a flying button that measures both workpiece and tool length. Workpiece height is the built -in routine and tool length and change your own, but that makes no difference.

Many greetings Frank.
  • PCW
  • PCW's Avatar
26 Aug 2025 14:22
Replied by PCW on topic Connecting my 7i96s to the VFD

Connecting my 7i96s to the VFD

Category: Driver Boards

What do you have selected to enable the spindle?

Typically you need one output for single direction spindles 
and two for reversible spindles.

On a 7I96S, in hal, these would normally connect to the isolated
outputs on TB3, which in turn need to be wired to appropriate
VFD control pins.
  • PCW
  • PCW's Avatar
26 Aug 2025 14:11
Replied by PCW on topic 5 axis milling machine with 7i96s

5 axis milling machine with 7i96s

Category: Driver Boards

Discovery is an option in the board name menu:


 


Then:


 


Next setup the card name and communication details:


 


This shows the additional stepgens, encoders and PWMgens after discovery
Using 7i96s_5abob. bin firmware on the 7I96S:


 




 
  • tommylight
  • tommylight's Avatar
26 Aug 2025 14:08
Replied by tommylight on topic ESP32 HAL2UDP setup for linux CNC noob.

ESP32 HAL2UDP setup for linux CNC noob.

Category: Computers and Hardware

Use the serial monitor feature to see if the ESP is connected and working.
Use ping to make sure network is set up properly, ping the W5500 on the address you set in PlatformIO/Code
  • Murphy
  • Murphy
26 Aug 2025 13:54 - 27 Aug 2025 21:24

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

My tool setter in NC , probe is NO.
So I'm using the remora.input11.not to invert the pin. But that dosnt seem to work with or 2.0.
When I use the normal remora.input.11 pin the prob works as it should triggering the motion.probe signal. Tool setter when pressed triggers only the or2 in. 

Addf or2.0 servo-thread
Net toolsetter remora.input.11.not or2.0.in0
Net Probe_tool remora.input.12 
or2.0.in1
Net probes or 2.0.out motion.probe-input

Is there a way to get this to work other than a relay

^^^^ I got this to work with classic ladder
  • hunterlong
  • hunterlong
26 Aug 2025 12:13 - 26 Aug 2025 20:02

Help waterprofing desktop, or finding replacement.

Category: Computers and Hardware

Hey all, 

I've got a Bridgeport BTC-1 milling machine, controlled by an old Dell Optiplex 755 and a Mesa 5125 card. The 5125 card connects to a Mesa 7177 card with a parallel port cable. It is in a barn without AC, and it seems the Dell is the weakpoint. It often breaks, probably due to the heat and humidity. I can get new ones for about $80 on Ebay, but would prefer to have a more permanent solution.

Can anyone recommend a good computer for this application that wont' break the bank?

Thanks, 
-Hunter Long
  • my1987toyota
  • my1987toyota's Avatar
26 Aug 2025 11:44
Replied by my1987toyota on topic For Those Who Have to Use Windows

For Those Who Have to Use Windows

Category: Off Topic and Test Posts

I don't know, with the latest Windows 11 update screwing up SSD's and such " Artificial Incompetence " may
be Windows epitaph.
Displaying 9571 - 9585 out of 17957 results.
Time to create page: 1.033 seconds
Powered by Kunena Forum