Advanced Search

Search Results (Searched for: )

  • Benb
  • Benb's Avatar
06 Jul 2025 22:18
Replied by Benb on topic Please help with adding laser control

Please help with adding laser control

Category: Plasma & Laser

My suggestion is to use:

www.diffchecker.com/

I tested by cutting/pasting your previous and new files; it shows the difference and it gives you the ability to merge the differences line by line.
  • tommylight
  • tommylight's Avatar
06 Jul 2025 22:09
Replied by tommylight on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

2
  • 44pixel
  • 44pixel
06 Jul 2025 21:56
Replied by 44pixel on topic Potential All-in-One Single Board Computers

Potential All-in-One Single Board Computers

Category: Computers and Hardware

Hi I can give this a try with BIGTREETECH Manta M8P and closed loop stepper motors and drivers. If you can help me with the wiring and everything.
  • MarkoPolo
  • MarkoPolo
06 Jul 2025 21:32
Replied by MarkoPolo on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

Recording works fine now, thanks for the fix.

I see a few more wrong button dimensions in the qtdragon vert file, I'll fix that. (I think I didn't send the right file)
Which jog button layout is better?
  • PCW
  • PCW's Avatar
06 Jul 2025 21:26

Adding external switch for emergency stop and feed override

Category: Basic Configuration

The 7I95/7I95T has no analog input so an encoder is probably a better choice
( Using either a high speed encoder or a MPG on the isolated inputs )

Another possibility is to add a 7I73 which has analog/encoder/keypad support
 
  • SjCNC
  • SjCNC
06 Jul 2025 20:46
Replied by SjCNC on topic Please help with adding laser control

Please help with adding laser control

Category: Plasma & Laser

Agreed, this has had me stall posting for a few weeks...Pretty sure I was using 2.7.14 when setting up the 7i76e, and 2.8.2 most recently.I've not been great with version control, while moving across computers and machines. These might be the last working files, but unsure...  Laser signal as 'sj' in line 39
  • marked23
  • marked23
06 Jul 2025 19:20
Replied by marked23 on topic Grizzly G1006 with Servos

Grizzly G1006 with Servos

Category: Show Your Stuff

Servo box inner bits:

 


Spindle SSR:
 

Pendant box inner bits:
This whole board, just to read the MPG, and inject some keyboard commands.


Keyboard passthrough:
 
 
  • Benb
  • Benb's Avatar
06 Jul 2025 19:15
Replied by Benb on topic Please help with adding laser control

Please help with adding laser control

Category: Plasma & Laser

I think it would be helpfull to mention your previous os version and linuxcnc version, also include hal and ini pre-overhaul when the machine was operating properly.
  • marked23
  • marked23
06 Jul 2025 19:09 - 06 Jul 2025 19:28
Replied by marked23 on topic Grizzly G1006 with Servos

Grizzly G1006 with Servos

Category: Show Your Stuff

Yes, you're right... it was XP. 

Here's how I found it.
 
 
 

Spindle:
 

Servos:
 

Encoder:
 
 
  • tommylight
  • tommylight's Avatar
06 Jul 2025 19:08
Replied by tommylight on topic Recommended card: AXYZ CNC router upgrade

Recommended card: AXYZ CNC router upgrade

Category: Driver Boards

John was doing this
www.youtube.com/@Gnipsel/videos
See last 3 videos.
  • Benb
  • Benb's Avatar
06 Jul 2025 19:02

Recommended card: AXYZ CNC router upgrade

Category: Driver Boards

As a Canadian, I’ve always preferred buying from MesaUS. They typically use USPS/Canada Post for shipping, which is far more affordable than other carriers. However, today I did a quick search for their website and didn’t get any results. I'm unsure whether the site is temporarily down or if Mesa US has shut down operations altogether. John, the owner, has been an active and helpful member of this forum—hopefully he’ll chime in soon and clarify what's going on.
I don;t use step/dir cards in my projects but the 7i96 seems to be the most popular card for step/dir projects.
  • beauxnez
  • beauxnez
06 Jul 2025 18:52

ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play

Category: Computers and Hardware

Hello, I started to modify the file, go to the ini file, but I don't know how to assign the float switch to pin 02.

[codeemc/iotask/ioControl.cc 786: can't load tool table.
Starting HAL User Interface program: halui
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
twopass:invoked with <> options
twopass:found ./UDP2.hal
twopass:found ./custom.hal
twopass: Error in file ./UDP2.hal:
    Pin 'float-switch.debounce.in' does not exist
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
2484
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime][/code]
  • Benb
  • Benb's Avatar
06 Jul 2025 18:34 - 06 Jul 2025 18:37

Adding external switch for emergency stop and feed override

Category: Basic Configuration

My understanding, you would like to add a hardware  estop and  potentiometer to set feed override to your Mesa 7i95.
Since I have never configured a 7i95 I used Microsoft AI Copilot to generate add ons to hal and ini. see attached.

A quick scan of the 7i95 manual  did not show any reference to an analog input, you may need to open a new discussion in the board interface section of the forum and see if there is a custom file that can convert one of  7i95 pwm pins to accept 5v analog input.

Note if you encounter errors when testing  ask copilot for help, it seems to be well trained  with linuxcnc configuration.
  • endian
  • endian's Avatar
06 Jul 2025 17:52 - 06 Jul 2025 17:54

PID tuning when you have a tuned Servo in CSP mode?

Category: EtherCAT

What I have noticed till now is ... the DC configuration it has the main influence for timing ... I have older stuff as Kollmorgen S300 where it is little bit different but line
 <dcConf assignActivate="300" sync0Cycle="*1" sync0Shift="0"/>
creates me lags and jerks in the motion .. I just customized this line to 
 <dcConf assignActivate="700" sync0Cycle="*1" sync0Shift="0"/>
and everything was gone ... 
Output refrence from twincat3 setup looks like - something like 
 <dcConf assignActivate="1000" sync0Cycle="*1" sync0Shift="0" sync1Cycle="0" sync1Shift="0"/>

[code][code] 
[/code][/code]
  • kworm
  • kworm
06 Jul 2025 17:40

PID tuning when you have a tuned Servo in CSP mode?

Category: EtherCAT

Be careful because it is configurable for twincat Nc task axis setup is axis lag watching possible to disable and there are any running speed possible to get... I think they have 7phase generator to control to axis movement which is probably more powerfull then lcnc trajectory generator ... They have native ec drivers for they native hardware .. but I am not specialist, I have just 15y of experiences which is nothing... 

Hi Endian, thanks for the info.  I'm actually using the CNC component of twincat and it does monitor axis position lag.   When I get some time I would like to try your converter to see if I can take the twincat ethercat config and convert it to LCNC...perhaps this would solve the issue.
Displaying 13096 - 13110 out of 16939 results.
Time to create page: 0.592 seconds
Powered by Kunena Forum