Advanced Search

Search Results (Searched for: )

  • Grotius
  • Grotius's Avatar
27 Mar 2025 19:06
Replied by Grotius on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Hi Guys,

Thanks for feedback.

Now we added hal pins for jogging xyz in pause state.

The halui pins are unreachable from within the tpmod component.
Then tpmod has it's own hal pins for jog in pause.
 

For the one's who still want to do keyboard jogging in pause state, like plasma cnc's  :
  • enable the jog keyboard hal pin.
This to prevent unwanted moves by accident.
  • PCW
  • PCW's Avatar
27 Mar 2025 18:53 - 27 Mar 2025 20:48
Replied by PCW on topic 7C80 on RPI5

7C80 on RPI5

Category: Driver Boards

Yes, it sound like the old firmware issue.

One known way to fix this is to reflash the firmware on a RPI4

Another possible fix is to temporarily short RPI GPIO8 to GPIO25 (40 pin pins 22 and 24)
or if that does not work, temporarily short RPI GPIO25 (40 pin header pin 22) to Gnd

Then remove the connection once the card has been re-flashed.
  • torulf
  • torulf
27 Mar 2025 18:39
7C80 on RPI5 was created by torulf

7C80 on RPI5

Category: Driver Boards

I bought a Mesa 7C80 from EUsurplus.com, on March 11.
I have read on mesanet.com that cards bought before 2025 would not be compatible with rpi5.
So this is supposed to be compatible as i understand it.
I have an unaltered installation from this image www.linuxcnc.org/iso/rpi-5-debian-bookwo...25-01-27-0140.img.xz

When i try to follow the write up in the Pi5 MESA 7c80 WORKING thread, i get the same error as the OP.

I do this command: sudo mesaflash --device 7c80 --addr /dev/spidev0.0 --spi --readhmid
I get this response :

Unexpected cookie at 0100..0110:
00000000 00000000 00000000
No 7C80 board found

Do i need to flash this card to make it compatible with rpi5?
Can i do that somehow from a rpi5?
If not, what might be wrong?
SPI is enabled.
  • BX-CNC
  • BX-CNC
27 Mar 2025 18:29
Need help with stepconf set up was created by BX-CNC

Need help with stepconf set up

Category: General LinuxCNC Questions

Hi all,
Right now I am testing my first CNC machine. I can already toggle the machine power on and off on LinuxCNC to lock or unlock the motor of my machine. But when I press + on y-axis (the axis i am testing), there is still no response. I think it might be the motor driver problem. Can somebody help? Thanks a lot!

This is my motor driver.
www.amazon.ca/MECCANIXITY-Stepper-Driver...ps%2C135&sr=8-5&th=1

This is my motor.
ca.robotshop.com/products/nema-17-steppe...7-1684a-single-shaft

This is my bob.
www.amazon.ca/SainSmart-Breakout-Board-S...r%2Caps%2C134&sr=8-8

Thanks again
  • BX-CNC
  • BX-CNC
27 Mar 2025 18:22
Replied by BX-CNC on topic Need help with CNC machine build up

Need help with CNC machine build up

Category: General LinuxCNC Questions

I’m at this stage noticing that I can’t change the velocity of y-axis (the one I’m testing). I think it might be the motor driver setting up problem.
  • PCW
  • PCW's Avatar
27 Mar 2025 18:12 - 27 Mar 2025 18:21

Need help setting up XYYZA for stepper motors

Category: General LinuxCNC Questions

setp stepgen.4.position-scale [JOINT_4]SCALE
setp stepgen.4.steplen 1
setp stepgen.4.stepspace 0
setp stepgen.4.dirhold 40000
setp stepgen.4.dirsetup 40000
setp stepgen.4.maxaccel [JOINT_3]STEPGEN_MAXACCEL
net zpos-cmd joint.4.motor-pos-cmd => stepgen.4.position-cmd
net zpos-fb stepgen.4.position-fb => joint.4.motor-pos-fb
net zstep <= stepgen.4.step
net zdir <= stepgen.4.dir
net zenable joint.3.amp-enable-out => stepgen.4.enable

net estop-out <= iocontrol.0.user-enable-out
net estop-out => iocontrol.0.emc-enable-in

The red text probably should be:
setp stepgen.4.maxaccel [JOINT_4]STEPGEN_MAXACCEL
net apos-cmd joint.4.motor-pos-cmd => stepgen.4.position-cmd
net apos-fb stepgen.4.position-fb => joint.4.motor-pos-fb
net astep <= stepgen.4.step
net adir <= stepgen.4.dir
net aenable joint.4.amp-enable-out => stepgen.4.enable

Note that you also need to connect the astep and adir signals to the appropriate
parallel port pins similar to this (z highlighted ):

setp parport.0.pin-01-out-invert 1
net estop-out => parport.0.pin-01-out
net xstep => parport.0.pin-02-out
setp parport.0.pin-02-out-reset 1
net xdir => parport.0.pin-03-out
net y0step => parport.0.pin-04-out
setp parport.0.pin-04-out-reset 1
net y0dir => parport.0.pin-05-out
net zstep => parport.0.pin-06-out
setp parport.0.pin-06-out-reset 1
net zdir => parport.0.pin-07-out

net y1step => parport.0.pin-08-out
setp parport.0.pin-08-out-reset 1
net y1dir => parport.0.pin-09-out
net spindle-cw => parport.0.pin-14-out
net spindle-pwm => parport.0.pin-16-out
net xenable => parport.0.pin-17-out
 
  • Routerworks
  • Routerworks
  • Routerworks
  • Routerworks
27 Mar 2025 17:54
Replied by Routerworks on topic Need help setting up XYYZA for stepper motors

Need help setting up XYYZA for stepper motors

Category: General LinuxCNC Questions

Here is the lower half of the report
  • Routerworks
  • Routerworks
27 Mar 2025 17:53
Replied by Routerworks on topic Need help setting up XYYZA for stepper motors

Need help setting up XYYZA for stepper motors

Category: General LinuxCNC Questions

Here is the error report.  Had to take pictures.  Working on pc windows.  Linuxcnc is on separate pc no wifi.

Thanks in advance
  • kostas
  • kostas's Avatar
27 Mar 2025 17:42
Replied by kostas on topic Visualizing hal nets with graphviz

Visualizing hal nets with graphviz

Category: HAL

Hey, nice to know that this has been used by someone!
  • BX-CNC
  • BX-CNC
27 Mar 2025 17:39 - 27 Mar 2025 17:51
Replied by BX-CNC on topic Need help with CNC machine build up

Need help with CNC machine build up

Category: General LinuxCNC Questions

Hi,
I get a PC with build-in parallel port. But i ran the parallel port tester and still got no response.

I can now toggle the machine power in linuxCNC. When I toggle it on, the machine can move when i toggle the machine power off it locks. But still no movement yet.
  • skunkworks
  • skunkworks
27 Mar 2025 17:15
Replied by skunkworks on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

This is awesome!! Great work to everyone involved.

I agree with Aciera - keyboard jogging is way at the bottom of the list. I have many large machines that are never jogged by the keyboard.

sam
  • PCW
  • PCW's Avatar
27 Mar 2025 16:24
  • Aciera
  • Aciera's Avatar
27 Mar 2025 15:48
Replied by Aciera on topic xhc-hb04 basic setup in 2.8

xhc-hb04 basic setup in 2.8

Category: Advanced Configuration

Note that if you copy/pasted stuff from this earlier post the debounce stuff is actually commented out so you likely wont need it:
forum.linuxcnc.org/10-advanced-configura...n-2-8?start=0#155864

if your scale is that small then it's not really surprising that there is no movement so I would suggest to set change these two lines
setp mult2Lowpass.in1 0.001
setp halui.feed-override.scale 0.00001

To this:
setp mult2Lowpass.in1  1.0
setp halui.feed-override.scale  1.0
Displaying 16726 - 16740 out of 18508 results.
Time to create page: 0.726 seconds
Powered by Kunena Forum