Advanced Search

Search Results (Searched for: )

  • AlessandroEmm
  • AlessandroEmm
13 Aug 2024 21:43
Replied by AlessandroEmm on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Can confirm this portion actually controlled voltage up to 10v on NVEMs (MX1052) output

net spindle-cw remora.output.09
loadrt pwmgen output_type=1
loadrt scale count=1
loadrt lowpass count=1
loadrt abs count=1
addf scale.0 servo-thread
addf lowpass.0 servo-thread
addf abs.0 servo-thread
setp scale.0.gain 0.00416666667
net spindle-cmd-rpm spindle.0.speed-out => scale.0.in
net spindle-cmd-rpm-abs scale.0.out => abs.0.in
net spindle-speed-DAC abs.0.out => remora.SP.0
net spindle-cw <= spindle.0.forward


 
  • RMJ fabrication
  • RMJ fabrication
  • rthorntn
  • rthorntn
13 Aug 2024 21:35 - 13 Aug 2024 21:36

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Awesome, did you use any opto-couplers/digital isolators, are the nine 16-pin IC's only level-shifters?
  • PCW
  • PCW's Avatar
13 Aug 2024 21:29
  • RMJ fabrication
  • RMJ fabrication
13 Aug 2024 21:04

qtplasmac (Operation Error: hm2/hm2_7i76e.0:) in middle of cut

Category: Plasmac

My problem is not being caused by low latency due to overheating here is the temperature at the time of the error. Mach 3 would never do this using this same PC I cant get a full cut and it is very frustrating. please tell me what PCs you guys are using to not have these problems please let me know where to find instructions on how to start a cut in the middle of the file so at least cut recovery is simpler. 
  • rodw
  • rodw's Avatar
13 Aug 2024 20:57

Jogging from Mesa input (Axis version 2.9.2)

Category: HAL Examples

no increment minus?

I agree this is complicated. Recently I got this hardwired pendant going.

The MPG, axis select and scale selectors are well described in the docs (requires small mods for a mesa MPG) linuxcnc.org/docs/stable/html/examples/mpg.html
Getting high and low speed button jogging working (selected by holding the ~  button down) proved so complicated, I resorted to writing a custom component
 
  • Ismacr63
  • Ismacr63
13 Aug 2024 20:41 - 13 Aug 2024 20:45
Replied by Ismacr63 on topic Y axis configuration

Y axis configuration

Category: General LinuxCNC Questions

Finally, I have all the axes set up correctly. I also managed to remap the X axis keys

Thank you all very much for the help.
  • PCW
  • PCW's Avatar
13 Aug 2024 20:34 - 13 Aug 2024 20:36
Replied by PCW on topic MESA 7c81 HELP!

MESA 7c81 HELP!

Category: Driver Boards

You can get a mapping of stepgen numbers (what pncconf shows) to pins
by looking at the .pin file that matches your current firmware.
( probably 7c81_5abobx3d.pin )

The real time delay is because you have a much faster than normal servo
thread rate (normally you would use 1 ms = 1000000 ns period = 1 KHz)

Probably the most common reason for lack of motion on step drives
is too short step pulse width.
  • waukeenahBob
  • waukeenahBob
13 Aug 2024 20:25
MESA 7c81 HELP! was created by waukeenahBob

MESA 7c81 HELP!

Category: Driver Boards

I have a good bit of experience with CNC... built 2 machines in the past... one Mach3 another GRBL.  Long time linux admin.  Have built lots of things with RPI, New to LinuxCNC.

I am refactoring a vertical mill that I converted to CNC and Mach 3 several years ago to use LinuxCNC.  In the past I used a UC ETH-300 which of course is not compatible with LinuxCNC.  So I bought a Mesa 7c81 and an 8gb Raspberry Pi 4.

I have everything connected, Installed LinuxCNC 2.9.2 using the RPI image, have enabled SPI and it appears that I am talking to the Mesa card.
I have a standard chinese BOB connected to port 1 and plan to use ports 2 and 7 for home/limit switches, probe, spindle etc.

Started with pncconf selected my card and the 5ABOB3 firmware, looked up my stepper drivers for time, space, hold etc... 

Cannot figure out the P1, P2, P7 Mesa Card config pages as far as pins goes... expecting to assign pin2 for step X etc...  according to the BOB documentation.
I have assigned the Axis StepGen's to P1 0:, 1:, and 2: just to be able to write the config out.
When I try to test/tune an axis I hear the relay trip on the BOB which is encouraging... and when I try to jog I see the numbers changing on the Hal Meter etc but I get nothing from my steppers... they do feel slightly warm so I believe there is current going to them... but no movement at all

if I try to launch LinuxCNC using the config pncconf created I see some errors come up
"Unexpected realtime delay on task0 with period 70000" and hm2/hm2_7c81.0 Watchdog was bit.

My plan is to get basic stuff working and then add complexity... 

Wondering if anyone has a config they would be willing to share?

Or advice on where to go next... been googling and searching my tail off and figure there is something basic I am missing and once I see it properly configured I will have a big DUH moment :)

Any help would be appreciated!
  • cnbbom
  • cnbbom
13 Aug 2024 19:46
Replied by cnbbom on topic help with installation

help with installation

Category: Installing LinuxCNC

#293663
Replied by wez on topic linuxcnc-esp32 Software Stepping over Ethernet Using ESP32
What would be the best eps32 to test this application?
  • cnbbom
  • cnbbom
13 Aug 2024 19:40 - 13 Aug 2024 19:44
Replied by cnbbom on topic help with installation

help with installation

Category: Installing LinuxCNC

I'm the one who's grateful, after all I'm learning a lot. My mind is no longer the same lol

Wait till you start playing with HAL, that is a whole new world of possibilities! :)

I read here on the forum about eps32.
What project would you recommend to me to work with 4 to 6 axes?
  • PCW
  • PCW's Avatar
13 Aug 2024 19:29

7i73 P2 IN3 - IN7 how to setup for bit input ?

Category: Basic Configuration

What is the issue with inputs 3..7?

They work as expected for me

(they do need pullup or pulldown resistors for use with switches however)
  • swepeter
  • swepeter
  • cakeslob
  • cakeslob
13 Aug 2024 19:15

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I dont have the hardware for the rt1052, but most units arent directly controlling an analog voltage, but rather sending a PWM to an opamp which makes 0-10v. When this is the case, the PWM signal is out of 100, so PWM 100 = 10v = max spindle speed. From the configs Ive seen for the RT1052 I will assume its the same, but I cannot find an example that says otherwise.
Displaying 21166 - 21180 out of 26044 results.
Time to create page: 0.894 seconds
Powered by Kunena Forum