Advanced Search

Search Results (Searched for: )

  • 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
  • ZXT
  • ZXT
13 Jul 2025 19:25 - 13 Jul 2025 19:32

Configuring LinuxCNC 2.9.4 Mesa 7i95t Newbie.

Category: Milling Machines

I’ve been trying to get some stuff working and it’s starting to get there, 

 Added some stuff and mpgs are reading and moving X, Y, Z but it immediately throws an error of positioning error, tired to adjust max acceleration for all axis, and also asked AI to help me make filtering/limiting, worked a little bit, but it went slow and unresponsive,

picture explains more of what happened 

sorry for all comments in the files being Swedish.
  • Aciera
  • Aciera's Avatar
13 Jul 2025 19:11
Replied by Aciera on topic Sometimes my tool unload code just…stops

Sometimes my tool unload code just…stops

Category: O Codes (subroutines) and NGCGUI

@Pipik and @SebastianM
No double posting please.
  • hitchhiker
  • hitchhiker
13 Jul 2025 19:10
Replied by hitchhiker on topic 7i92 pwm to 0-10v analog

7i92 pwm to 0-10v analog

Category: Driver Boards

i dont do it over a wizard.. only by hand... in the hal and ini.
  • Aciera
  • Aciera's Avatar
13 Jul 2025 17:53
Replied by Aciera on topic Gmoccapy 3.5.0 - opinions needed

Gmoccapy 3.5.0 - opinions needed

Category: Gmoccapy

The issue with the error is being dealt with:
github.com/LinuxCNC/linuxcnc/issues/3510
  • tommylight
  • tommylight's Avatar
13 Jul 2025 17:30
Replied by tommylight on topic Mesaflash not working on 7i96s but it pings

Mesaflash not working on 7i96s but it pings

Category: General LinuxCNC Questions

Andy, did you delete your post?
Displaying 1651 - 1665 out of 24119 results.
Time to create page: 0.540 seconds
Powered by Kunena Forum