Advanced Search

Search Results (Searched for: )

  • meister
  • meister
09 Jul 2025 05:44
Replied by meister on topic Xilinx Zynq 7010 fpga crypto windfall boards

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

Interface between ARM-Core and FPGA-Part works, using AXI.

next step: udp2axi program for the ARM-Core
  • PCW
  • PCW's Avatar
09 Jul 2025 03:25

Best HAL function 2 contol bits for S32 in, 1 of 4 out?

Category: HAL

I would think that could be done with 2 mux2 components
(1 for X and 1 for Z) that select between anglejog outputs
when anglejog is enabled and direct MPG counts when
anglejog is not selected.
  • weedsmoker
  • weedsmoker's Avatar
09 Jul 2025 02:32

keeping two axes synchronized while defining the feedrate of only one

Category: Advanced Configuration

I didn't know about g93 you're right that's definitely the way to go
  • slowpoke
  • slowpoke
09 Jul 2025 00:25

Best HAL function 2 contol bits for S32 in, 1 of 4 out?

Category: HAL

Normally the MPG encoder count goes to all Axis jog count pins,
so no routing of the counts is needed.

This is required so that LinuxCNC can track the current MPG count
and only apply changes to the enabled axis.
 

 

The problem is that when using anglejog for emulated compound movement (X+Z), the MPG ticks get processed by anglejog and then analogjog outputs the sin and cos values that are to be fed to; axis.x.jog-counts, and axis.z.jog-counts, however in HAL,  axis.x.jog-counts, and axis.z.jog-counts are already being driven by the raw (non sin and cos values) from the MPG for non compound/anglejog use.

axis.x.jog-counts, and axis.z.jog-counts, can't be driven by both the MPG and anglejog

net encoder-counts  <= hm2_7i96s.0.inm.00.enc1-count
net encoder-counts => axis.x.jog-counts
net encoder-counts => axis.z.jog-counts
net encoder-counts => anglejog.counts-in
net angle_x <= anglejog.coscounts
###net angle_x => axis.x.jog-counts  can't do this!!!
net angle_z <= anglejog.sincounts
###net angle_z => axis.z.jog-counts  can't do this!!!



 
Displaying 14521 - 14524 out of 14524 results.
Time to create page: 0.704 seconds
Powered by Kunena Forum