Advanced Search

Search Results (Searched for: )

  • DMNZ
  • DMNZ
13 Jul 2025 23:42

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

"Only problem is, i don't know how to write the bitfile permanently to the flash."

i have seen somewhere that to write to nand on this board you need to pull IO2 (R2578) next to flash to ground to boot in JTAG mode, flash nand, then release it up to boot from nand as default. some people install a switch there but damn, those resistors and pads are tiny. 

 
  • DMNZ
  • DMNZ
13 Jul 2025 23:30

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

github.com/machinekit/mksocfpga Hostmot2 FPGA code for SoC/FPGA Zynq platforms

looking at the hm2_soc_ol driver code this is for pci cards,  based on 5i25 driver

  • tommylight
  • tommylight's Avatar
13 Jul 2025 23:27
Replied by tommylight on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

Not that i am aware of, and now we know what you're after we can easily point you in the right direction: Get another PC! :)
Having two machines controlled by the same PC is not safe as any issue with the PC would stop both machines, together with the materials scraped that may or may not be recoverable.
If space is the issue, most monitors have at least two inputs, some can show both inputs at the same time, some also have KVM so connecting mouse/keyboard to monitor will switch those whenever you switch monitor inputs.
Keep in mind having two PC's on the same monitor without a KVM has the inherit drawback of clicking on keyboard/mouse several times till it dawns it's the wrong PC on. :) Done this a lot as i have a monitor in the shop with 7 inputs and usually 2-5 PC's connected.
What about using laptops? There are several i tested that work OK for normal "non mission critical" use:
forum.linuxcnc.org/18-computer/54369-use...mesa-ethernet-boards
  • pippin88
  • pippin88
13 Jul 2025 23:17
Replied by pippin88 on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

You need to be clearer please, loose terminology is confusing things.

You are using "machine" to mean multiple things.

Suggest:
Computer (the hardware linuxcnc runs one)
CNC machines
  • Fusseldieb
  • Fusseldieb's Avatar
13 Jul 2025 23:14
Replied by Fusseldieb on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

> as long as you do not need both running at the same time.

Exactly that's what I wanted.

Is there any workaround that could work, too, without having to use two separate machines?
  • PCW
  • PCW's Avatar
13 Jul 2025 21:48 - 13 Jul 2025 21:55
Replied by PCW on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

That data suggests a 4.5V minimum input PWM voltage.

Also, if it has an optocoupler input, you can get a 5V signal
out of a 7I92/7I92T by wiring the PWM input to +5V and the PWM
input negative to the PWM output of the 7I92/7I92T.
In this case, you would need to invert the PWM output in
your hal file.
 
  • tommylight
  • tommylight's Avatar
13 Jul 2025 21:47
Replied by tommylight on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

OK, that is not what i was thinking/answering, but the replies are still valid, namely most of the pin names would be the same on both instances.
But, having two separate machines/configs with two separate controllers/electronics is for sure possible ... as long as you do not need both running at the same time.
  • hitchhiker
  • hitchhiker
13 Jul 2025 21:44
Replied by hitchhiker on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

makerhero.com/img/files/download/3PSC3-m...bOy1GiYJwCPiI6EEGEI2

i talk about this thing... and i test now 500hz up to 3khz in 5ü0hz steps.. nothing changed.. i have 3 of them.

i wonder because the arduino brings the converter to 10v.
  • PCW
  • PCW's Avatar
13 Jul 2025 21:43 - 13 Jul 2025 21:45
Replied by PCW on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

Maybe the OPTO input circuit requires 5V?

I guess you could test this by simple supplying +3.3VDC
to the input and seeing if you get 10V out

If you need 5V drive, you could put a stiff pullup
on the PWM pin to +5V (say 330 Ohm)

I guess it could also be a scaling issue
 a PWM value >= PWM scale will result in a fullscale
(stuck high) output
  • hitchhiker
  • hitchhiker
13 Jul 2025 21:30
Replied by hitchhiker on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

i supply 12v... thats the thing.
i dont know the circuit but i think.. the 3.3v are not the reference voltage.
after the optocoupler i meassure a 5v signal of the pwm. is it possible that i need to invert it? or is it the wrong way?
direct on the output of the lm358 i meassure 9.5v at 100% pwm.
then it goes over resistor and cap to the output. down to 9.04v

but.. with the arduino same khz i get 10v....
  • PCW
  • PCW's Avatar
13 Jul 2025 21:23

Troubles to get started with SD240 Retrofit

Category: Turning

Again, the jog enables are false so the jog counts are ignored.
The jog enables are false because they are not connected to any
source (no hal "out" pin)

note that halui.axis.x.select and halui.axis.z.select pins are hal "in"
pins so can not enable anything.

What do you do to select an axis for jogging?
This part seems to be missing

That is, these need an additional connection
from whatever selects an axis for jogging:

net axis-select-x halui.axis.x.select
net axis-select-z halui.axis.z.select
  • Fusseldieb
  • Fusseldieb's Avatar
13 Jul 2025 21:21
Replied by Fusseldieb on topic Running two LinuxCNC instances in parallel

Running two LinuxCNC instances in parallel

Category: General LinuxCNC Questions

Thank you for the answers.

I think tommylight is understanding it wrong. I don't want anything synchronized. I wanted two machines running on one PC, completely independant from each other. Separate G-Codes and movements. Literally just a second LinuxCNC instance connecting to the other machine.
  • PCW
  • PCW's Avatar
13 Jul 2025 20:17
Replied by PCW on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

The most likely cause is that the PWM --> voltage converter is
not using a Rail to Rail output (RRO) OP-AMP. 

The same thing will happen if you use your LM358, it will only
swing up to ~8.5V or 9V with a 10V supply. If you want 10V from
your  converter, you would need to use say a 12V supply. 
  • PCW
  • PCW's Avatar
13 Jul 2025 20:08

Configuring LinuxCNC 2.9.4 Mesa 7i95t Newbie.

Category: Milling Machines

These (marked) values will cause a following error if you jog axis:

[AXIS_X]
MIN_LIMIT = 0
MAX_LIMIT = 200
MAX_VELOCITY = 40
MAX_ACCELERATION = 200

[JOINT_0]
AXIS = X
TAB = 0
CARD = 0
MIN_LIMIT = 0
MAX_LIMIT = 200
MAX_VELOCITY = 50
MAX_ACCELERATION = 200
TYPE = LINEAR
SCALE = 320
STEP_INVERT = False
DIR_INVERT = False
STEPGEN_MAX_VEL = 50.00

This is because there is no hardware headroom at 50 mm/s
so if s velocity of 50mm/s is commanded, the hardware may not be
able to keep up. This may be a MesaCT bug, the stepgen maxvel
value need to be about 20% larger than the axis
and joint maxvel
values. In this case I would (for all joints) change the joint
maxvel to 40mm/s

Another possible cause of following errors is the close setting of the DPLL
sample time, I would change this from -50 usec to -200 usec

I would also toss all the jog filtering as it's just likely masking a setup issue
  • tokomak
  • tokomak
13 Jul 2025 19:41
Replied by tokomak on topic Xilinx Zynq 7010 fpga crypto windfall boards

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

github.com/machinekit/mksocfpga Hostmot2 FPGA code for SoC/FPGA Zynq platforms
Displaying 12241 - 12255 out of 17344 results.
Time to create page: 0.476 seconds
Powered by Kunena Forum