Advanced Search

Search Results (Searched for: )

  • Hakan
  • Hakan
06 Sep 2024 05:22
Replied by Hakan on topic New update on STMBL

New update on STMBL

Category: Driver Boards

Regarding a possible ethercat addition. I have made a custom ethercat board with lan9252 and that is definitely doable. Started a year ago and it's all here github.com/MetalMusings/MyOwnEtherCATDevice
  • ekbiker
  • ekbiker
06 Sep 2024 04:49
7i95 sserial port as gpio was created by ekbiker

7i95 sserial port as gpio

Category: HAL

 I'm using the Mesa 7i95t, and I just need a few simple output pins. So, I wanted to disable the smart serial port to gain those pins as GPIO.

In my hal file, I have...

loadrt [HM2](DRIVER) board_ip=[HM2](ADDRESS) config="num_encoders=6 num_stepgens=6 sserial_port_0=xxxxxxxx"

However, at start up I get errors...HAL: ERROR: pin_new(hm2_7i95.0.stepgen.00.counts) called with already-initialized memory
HAL: ERROR: pin_new(hm2_7i95.0.stepgen.00.velocity-fb) called with already-initialized memory

Why does unloading the sserial module cause stepgen errors?

Also, where do I find the .pin file mentioned by members of the forum - where the gpio pin numbering lives.

Note: if I change the last "x" to "0", like this ....
loadrt [HM2](DRIVER) board_ip=[HM2](ADDRESS) config="num_encoders=6 num_stepgens=6 sserial_port_0=xxxxxxx0"
Then the errors go away.

Thanks all.p, li { white-space: pre-wrap; }

  
  • Sakhalin_Cat
  • Sakhalin_Cat's Avatar
06 Sep 2024 02:48 - 06 Sep 2024 03:24
  • crazycajun
  • crazycajun
06 Sep 2024 00:06
Replied by crazycajun on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

That was for that "bypass" test i was doing as per instruction. I had it hooked up as you said.
  • tommylight
  • tommylight's Avatar
06 Sep 2024 00:00
Replied by tommylight on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

No wonder it does not move, pulse + is not connected to anything.
pulse+ and dir+ to Mesa 5V
pulse- to Mesa step-
dir- to Mesa dir-
  • crazycajun
  • crazycajun
05 Sep 2024 22:58
Replied by crazycajun on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

I did not get anything. Guess its time to try another set of drivers/motors.
The motherboard that I'm trying now has a Serial port, I'm about to run it directly and see if it works but I need to see how to set that up. Heres how i have it wired trying to do the manual test. Dont mind the yellow wire i attached to the drain wire to keep ground loops/noise from the last setup. Its just hanging now.
  • PCW
  • PCW's Avatar
05 Sep 2024 22:39

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

There is no way to get continuous motion from the motors without
a stream of step pulses

You should be able to tie the drives STEP- to GND
and get a single step each time you connect/disconnect
the drives STEP+ pin to +5V
  • crazycajun
  • crazycajun
05 Sep 2024 21:52 - 05 Sep 2024 21:53
Replied by crazycajun on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

for posterity, i made a new config. still nothing. at this point i want to drive the motors manually like im pretending to be the the mesa board. where do i send power/gnd to make the driver move the motor?
  • crazycajun
  • crazycajun
05 Sep 2024 21:42 - 05 Sep 2024 21:43
Replied by crazycajun on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

is that the motor tuning part during the setup menu?
i manually edited the 5000 lines to 10000, no change. it was called something a little different in the config file.
  • PCW
  • PCW's Avatar
05 Sep 2024 21:41

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

A much easier way to try motion settings is to invoke the calibrate menu
when running LinuxCNC, Then you can change them dynamically
by just changing the desired parameter and then hitting the "Test" button
  • crazycajun
  • crazycajun
05 Sep 2024 21:33 - 05 Sep 2024 21:34
Replied by crazycajun on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

I tend to get an error when i use the advanced tab and edit my config file. Wont let me continue. Deselected the advanced options, still got an error at the virtual control panel menu.
  • crazycajun
  • crazycajun
05 Sep 2024 21:28
Replied by crazycajun on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

please assume nothing. i rather know. i have nothing but the z drive wired to the 7i96s. if you are talking about the ENA ports, no those are left alone. i only disconnected the BOB of uc100/mach3 to connect the mesa board. drives to motor wiring havent changed.

i will try the 10k step on time.
  • PCW
  • PCW's Avatar
05 Sep 2024 21:24 - 05 Sep 2024 21:25

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

If the direction signal from the 7I96S changes, that means that communication
and the physical direction output is working so the problem is likely elsewhere
Can you try 10000 for the step-on time?

Also I assume the drive enable inputs are not wired (these disable the drive if powered)
  • Freak
  • Freak
05 Sep 2024 21:24
Replied by Freak on topic New update on STMBL

New update on STMBL

Category: Driver Boards

Yes this board works 230vac rectified, so 325vdc. Going to 600vdc I think would require major modification, and I didn't had the time to speculate much on it.
I'm currently controlling an old ABB irb6400 robotic arm, it used to have an isolation transformer and a simple rectifier, so 300vdc is more than sufficient for these motors.
I can assemble, flash and ship some boards to who is interested. There's a contact link in the repo readme.
The board is opensource, so is definitely possible to change connectors ecc, but it have to be safe and practical, if you have ideas you can open a discussion on github.
  • crazycajun
  • crazycajun
05 Sep 2024 21:18 - 05 Sep 2024 21:19
Replied by crazycajun on topic First time linux cnc user - no stepper movement.

First time linux cnc user - no stepper movement.

Category: General LinuxCNC Questions

voltage from ground to dir - changes in one direction and step - to dir - changes in the other; i believe im remembering that right.
goes from 4.9v to .24v
Displaying 22681 - 22695 out of 24212 results.
Time to create page: 0.929 seconds
Powered by Kunena Forum