Advanced Search

Search Results (Searched for: )

  • mjones@welfab.ca
  • mjones@welfab.ca
23 Nov 2024 17:47

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

I managed to get the addressing working for the spindle analogout but spindle doesn't work still. Keep plugging away.
Address is hm2_7i76e.0.7i77.0.3. I never thought of a three until I asked for a error report and it showed me the pins.
  • royka
  • royka
23 Nov 2024 17:36 - 23 Nov 2024 18:51

Real-time kerel not detected on patched 6.12

Category: General LinuxCNC Questions

It's not only on Orange Pi, also on x86, both mainline Linux so it would be nice if you could set the title back again.
  • tommylight
  • tommylight's Avatar
23 Nov 2024 17:32
Replied by tommylight on topic Real-time kerel not detected on patched 6.12

Real-time kerel not detected on patched 6.12

Category: General LinuxCNC Questions

Changed the tittle to reflect the Orange PI in use.
  • PCW
  • PCW's Avatar
23 Nov 2024 17:05

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

I think the analog sserial channel will be 3

To check:

mesaflash --device 7i76e --addr [card_ip_address] --dbname2 7i77 --readhmid
 
  • royka
  • royka
23 Nov 2024 16:56

Real-time kerel not detected on patched 6.12

Category: General LinuxCNC Questions

I've compiled Linux 6.12 with Full real-time enabled, but somehow it's not detected as real-time by LinuxCNC. When I set the priority manually at RT via "sudo htop" and press I, the latency is low so I'm sure that it's compiled correctly.
Perhaps the detection method need to be changed?
  • gardenweazel
  • gardenweazel's Avatar
23 Nov 2024 16:56
Replied by gardenweazel on topic Inconsistent values from Versaprobe

Inconsistent values from Versaprobe

Category: Qtvcp

Thanks for your help, I really appreciate it!

In the qt_auto_probe_tool.ngc script, I read the following:

The following workflow assumes using both a XYZ probe and a Z Toolsetter:
1 - Initial Setup: Before beginning the program, setup the Probe Tool as
having a zero z-offset in the tool table. (Non-zero tool lengths
for the probe tool can be made to work, but have multiple extra
steps required, and it is easy to have the tool offset interfere with
the remap coding and cause incorrect adjustments to your offsets.
This procedure assumes a zero length.)


It sounds as if the script documentation may be incorrect or perhaps previous codes changes have impacted the script?

Do you mean "G43 H99" ?? 
"G43.1" doesn't have an H parameter according to the online docs.
  • mjones@welfab.ca
  • mjones@welfab.ca
23 Nov 2024 16:52

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

I have finally managed to get my 4 step/dir axis working, but still having trouble with the analog servo spindle drive. I get errors for addressing for the output
hm2_7i76e.0.7i77.0.1.analogout5 I have tried with .5. I have tried 7i77.0.2.
it keeps saying anything with that address doesn't exist,
  • Thayloreing
  • Thayloreing
23 Nov 2024 16:42 - 23 Nov 2024 16:43
Replied by Thayloreing on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

  É possível conectar um codificador de alta frequência a esta placa nvem v5? para torno ou algo assim? orientação do fuso Não sei nada sobre esta placa
  • Aciera
  • Aciera's Avatar
23 Nov 2024 16:33 - 23 Nov 2024 16:35
Replied by Aciera on topic Inconsistent values from Versaprobe

Inconsistent values from Versaprobe

Category: Qtvcp

So I had some time to actually look at this:
; -------------------------------------
; --- Begin Initial data gathering ----
; -------------------------------------
; --ANDY #<tool> = #<selected_tool>
; --ANDY #<pocket> = #<selected_pocket>

#<tool> = #<_selected_tool>
#<pocket> = #<_selected_pocket>
#<local_start_x> = #<_x>
#<local_start_y> = #<_y>
#<local_start_z> = #<_z>

#<_x>, #<_y>, #<_z> are relative positional values so your start position depends on whether you have g43 tool offset active or not.
The routine is set up to always return to the start position with G43 active so if your start position was stored in G49 then your spindle will always have to travel further up by the measured tool offset then where it started. This is why you are getting limit violation errors.

Just calling G43 is not the right way to go about it. If you have no tool set then the offset will just be zero and you'll be no better off.
Basically you need to start out by setting up your probe length in the tool table (ie Z offset for tool #99) and then do 'T99 M6 G43'  or, if your probe length has to be measured after each startup, you may want to use 'G43.1 H...'
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g43

So really the same the others have already pointed out but it has taken me a long time to catch on. :)
Displaying 22456 - 22464 out of 22464 results.
Time to create page: 2.192 seconds
Powered by Kunena Forum