Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
10 Jul 2025 19:13 - 10 Jul 2025 19:15

New 7i95t Open Loop Stepper Driver Issues

Category: Driver Boards

The most common issue with lack of motion ins step/dir systems is too short
pulse width settings. I would always start with at least 5 usec (5000 ns)
for the step pulse length.

Another common issue is insufficient drive, which is why its suggested to wire 
opto-isolated step/dir drives in single ended format as this reduces the drivers
source resistance by 1/2.

Single ended:

7I95        DRIVE

STEP+    PUL+
DIR+       DIR+
GND       PUL-,DIR-

The PID setup is intentional.

Note that the latest pncconf ( in LinuxCNC master ) has direct 7I95/7I95T support

 
  • tommylight
  • tommylight's Avatar
10 Jul 2025 19:13
Replied by tommylight on topic Issue 7i92 and Arduino Relay

Issue 7i92 and Arduino Relay

Category: Driver Boards

You are welcomed, always.
  • tommylight
  • tommylight's Avatar
10 Jul 2025 19:10
Replied by tommylight on topic New 7i95t Open Loop Stepper Driver Issues

New 7i95t Open Loop Stepper Driver Issues

Category: Driver Boards

forum.linuxcnc.org/show-your-stuff/47357...hines?start=0#256463
Attached Messer_big is for 7i95 (not T) and uses encoder feedback and is for plasma, so just take it as a reference to compare to.
  • giaviv
  • giaviv
10 Jul 2025 19:05

New 7i95t Open Loop Stepper Driver Issues

Category: Driver Boards

I’m trying to test run my new Mesa 7i95t. I am completely new to LinuxCNC but have lots of CNC (and programming/linux experience FWIW). Before I start touching anything in my DIY machine (currently running on FluidNC) I just want to get a single stepper driver to run a single stepper motor so that I can complete the flow end to end. As a sanity check I’ve hooked up a DM556 stepper driver to the card’s stepgen 03 connector (tried both a differential connection and also just connecting PUL- and DIR- on the driver to stepgen’s ground). The stepper driver is powered by a 24v PSU and works perfectly if I just connect its PUL to a pulse generator. The ENA is left unconnected, enabling the driver. I’ve setup the Mesa config with pncconf using 7i76 as the card and then later switched to hm2_7i95.0 in the INI as per the instructions. Assigned stepgen 03 to the X axis. LinuxCNC starts fine, I can unlock the machine and jog, and see the DRO changes values - but the stepper doesn’t move. Looking into the generated HAL file, I see control type set to 1 (velocity and not position? does this make sense for a stepper driver like this)? Also, I see a bunch of pid initialization, and again it’s confusing to me why PID is needed for an open loop stepper driver that provides no encoder feedback to LinuxCNC. What am I missing here? Is there a sample HAL file that works with the 7i95t and a simple open loop stepper driver that I can test? Thanks!
  • PCW
  • PCW's Avatar
10 Jul 2025 19:02
Replied by PCW on topic Esab Ultrarex UXD-P2000 Upgrade Project

Esab Ultrarex UXD-P2000 Upgrade Project

Category: Plasma & Laser

That likely means the 7I77 has been damaged
(or perhaps has very low 5V)

 
  • Esaber
  • Esaber
10 Jul 2025 18:42
Replied by Esaber on topic Esab Ultrarex UXD-P2000 Upgrade Project

Esab Ultrarex UXD-P2000 Upgrade Project

Category: Plasma & Laser

With mesa powered and linuxcnc not started aout0 shows 2.8v and aout1 shows 3.3v.
These are the pins going to the drives. On the other free pins we get 3.3v. This is TB5
On TB1 (5v) I get 4.75v. TB5 is powered from the computer psu.
By the way this setup already worked and we did cut 12mm sheets.
On TB8 outpus I don’t see any voltage. I will post the ini and hal file later.
If you have any other debugging steps I’m all ears.
With aout0 and aout1 disconnected when I enable the machine there is no jolt since drives are disconnected but I still get the same error.
  • PCW
  • PCW's Avatar
10 Jul 2025 18:25
Replied by PCW on topic Fried my LinuxCNC Setup

Fried my LinuxCNC Setup

Category: General LinuxCNC Questions

I would think the simplest option would be a used PC with a parallel port
and one of those "Mach 5 Axis" parallel port breakouts. 

For a small amount of 5V, a safe option is to just use PC USB power
(which is what the "Mach 5 Axis" BOB does)
  • PCW
  • PCW's Avatar
10 Jul 2025 18:08
Replied by PCW on topic Noise issue related to mesa board 7I76E

Noise issue related to mesa board 7I76E

Category: Computers and Hardware

The mouse issue sounds like EMI so likely a grounding/line filter issue with the servo drives

Ethernet is much more EMI resistant than USB so that may be a latency issue.

To check network latency, run this:

sudo chrt 99 ping -i .001 -q -c 60000 [card_ip_addr]

Where [card_ip_addr] is either 192.168.1.121 or 10.10.10.10 depending on the 7I76E settings

This will run for 1 minute and print timing statistics
 
  • langdons
  • langdons
10 Jul 2025 17:31
Replied by langdons on topic Bios error during lcnc start

Bios error during lcnc start

Category: Computers and Hardware

The Korean War is often called "The Forgotten War".

It was not actually forgotten by everyone, but it was forgotten by many.

BSD is "The Forgotten OS"; some people remember it, some mention it, some use it, but it has been largely overshadowed by Linux.

Java is "fully" cross-platform, it is available for every platform... ...except BSD.
  • hitchhiker
  • hitchhiker
10 Jul 2025 17:15
Replied by hitchhiker on topic Issue 7i92 and Arduino Relay

Issue 7i92 and Arduino Relay

Category: Driver Boards

ok i missed the 4 lines


setp [HMOT](CARD0).gpio.028.is_output true
setp [HMOT](CARD0).gpio.029.is_output true
setp [HMOT](CARD0).gpio.028.invert_output true
setp [HMOT](CARD0).gpio.029.invert_output true

now i dont need the resistor!

both channels p1 p2 are pullup jumpered


guys! i thank you!

pcw & tommy you are both awsome guys thank you
  • PCW
  • PCW's Avatar
10 Jul 2025 16:58
Replied by PCW on topic Issue 7i92 and Arduino Relay

Issue 7i92 and Arduino Relay

Category: Driver Boards

If you have a 7I92T, you can change the GPIO resistors to be pullups or pulldowns
so for active high devices, you should select the pulldown option.
  • hitchhiker
  • hitchhiker
10 Jul 2025 16:52
Replied by hitchhiker on topic Issue 7i92 and Arduino Relay

Issue 7i92 and Arduino Relay

Category: Driver Boards

i saw i my other config that i done it how you said!

its a 7i92
now i have another machine with a 7i92t!

i check before solder action
  • my1987toyota
  • my1987toyota's Avatar
10 Jul 2025 16:42 - 10 Jul 2025 16:43
Replied by my1987toyota on topic Linux vs Windows value

Linux vs Windows value

Category: Off Topic and Test Posts

96GB of ram . Are you streaming the game play at the same time? I wana see.
  • hitchhiker
  • hitchhiker
10 Jul 2025 16:40
Replied by hitchhiker on topic Issue 7i92 and Arduino Relay

Issue 7i92 and Arduino Relay

Category: Driver Boards

I try to cross the Optocoupler and reverse the led..

i have a 7i92t
  • PCW
  • PCW's Avatar
10 Jul 2025 16:19
Replied by PCW on topic Issue 7i92 and Arduino Relay

Issue 7i92 and Arduino Relay

Category: Driver Boards

For a 7I92 (not 7I92T) you want the relay to be ground activated
as the 7I92 GPIO has pullups so will be high when LinuxCNC is not
running.

No 7I92 GPIO output will work until set into output mode, in addition
if the output is active low, you will likely want to invert the output
so a high hal signal activates the output. Something like:

setp [HMOT](CARD0).gpio.028.is_output  true
setp [HMOT](CARD0).gpio.029.is_output  true
setp [HMOT](CARD0).gpio.028.invert_output  true
setp [HMOT](CARD0).gpio.029.invert_output  true


 
Displaying 256 - 270 out of 25124 results.
Time to create page: 0.289 seconds
Powered by Kunena Forum