Advanced Search

Search Results (Searched for: )

  • Rune_cnc
  • Rune_cnc
07 May 2025 13:28
Replied by Rune_cnc on topic Using npn Inductive sensor for end stop.

Using npn Inductive sensor for end stop.

Category: Basic Configuration

Thanks I got 1 of 3 to work.
So now I know i need new ones.

So I will just order som pnp
And do without extra components.
Make it easy on the "next guy" comming to repair.
  • vpomerleau
  • vpomerleau
07 May 2025 12:22 - 07 May 2025 12:35
Replied by vpomerleau on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Here is what I put in my .Hal file for a standard MPG. This is for EC500 and the switch need to be set to STD MPG on the controller

PS my inputs numbers are not the same as github config.txt, I customize them...

# ###########
# MPG setup # 
# ###########

setp mux4.0.in0 0.0001
setp mux4.0.in1 0.001
setp mux4.0.in2 0.01

# The inputs to the mux4 component
net scale1 mux4.0.sel0 <= remora.input.29 #X10IN
net scale2 mux4.0.sel1 <= remora.input.30 #X100IN

# If your MPG outputs a quadrature signal per click set x4 to 1
# If your MPG puts out 1 pulse per click set x4 to 0

setp encoder.0.x4-mode 0

# For velocity mode, set to 1
# In velocity mode the axis stops when the dial is stopped
# even if that means the commanded motion is not completed,
# For position mode (the default), set to 0
# In position mode the axis will move exactly jog-scale
# units for each count, regardless of how long that might take

setp joint.0.jog-vel-mode 1
setp joint.1.jog-vel-mode 1
setp joint.2.jog-vel-mode 1
setp axis.x.jog-vel-mode 1
setp axis.y.jog-vel-mode 1
setp axis.z.jog-vel-mode 1
#setp joint.3.jog-vel-mode 1
#setp joint.4.jog-vel-mode 1
#setp joint.5.jog-vel-mode 1
setp axis.a.jog-vel-mode 1
setp axis.b.jog-vel-mode 1
setp axis.c.jog-vel-mode 1

# The output from the mux4 is sent to each axis jog scale
net mpg-scale <= mux4.0.out
net mpg-scale => joint.0.jog-scale => axis.x.jog-scale
net mpg-scale => joint.1.jog-scale => axis.y.jog-scale
net mpg-scale => joint.2.jog-scale => axis.z.jog-scale
#net mpg-scale => joint.3.jog-scale => axis.a.jog-scale
#net mpg-scale => joint.4.jog-scale => axis.b.jog-scale
#net mpg-scale => joint.5.jog-scale => axis.c.jog-scale

# The MPG inputs
net mpg-enc-a encoder.0.phase-A <= remora.input.21
net mpg-enc-b encoder.0.phase-B <= remora.input.22

# The Axis select inputs
net mpg-x axis.x.jog-enable <= joint.0.jog-enable <= remora.input.23
net mpg-y axis.y.jog-enable <= joint.1.jog-enable <= remora.input.24
net mpg-z axis.z.jog-enable <= joint.2.jog-enable <= remora.input.25
#net mpg-a axis.a.jog-enable <=  joint.3.jog-enable <= remora.input.26
#net mpg-b axis.b.jog-enable <=  joint.4.jog-enable <= remora.input.27
#net mpg-c axis.c.jog-enable <=  joint.5.jog-enable <= remora.input.28

# The encoder output counts to the axis. Only the selected axis will move.
net encoder-counts  <= encoder.0.counts
net encoder-counts => joint.0.jog-counts => axis.x.jog-counts
net encoder-counts => joint.1.jog-counts => axis.y.jog-counts
net encoder-counts => joint.2.jog-counts => axis.z.jog-counts
#net encoder-counts => joint.3.jog-counts => axis.a.jog-counts
#net encoder-counts => joint.4.jog-counts => axis.b.jog-counts
#net encoder-counts => joint.5.jog-counts => axis.c.jog-counts
  • jochen91
  • jochen91
07 May 2025 12:15 - 07 May 2025 12:19

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

"makes me wonder if you can get the CAM so use 'D0':"

Should be no problem.

For now it needs to be done manually. I have a contact at hand who can modify the PP to our preferences. We just need to get the LCNC side going.

I do list all the changes that need to be done to the Doosan PP. My contact will then implement everything.
  • jochen91
  • jochen91
07 May 2025 12:13

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I think in regards to modifying the PP we are totally free. I've just used to Doosan PP to have something at hand. It definitely needs to be modified and if that includes G17... than that's the way it has to be.
  • Aciera
  • Aciera's Avatar
07 May 2025 12:12

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

Looking at this:

 

makes me wonder if you can get the CAM so use 'D0':
G368 X0. Z0. D0. B-45. W1

Instead of 'D1'
G368 X0. Z0. D1. B-45. W1
  • Grotius
  • Grotius's Avatar
07 May 2025 12:04
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi Pcw,

To inform you.

I just synchronized the codeberg lcnc to github's lcnc codebase.
I did messed up some hal source code when trying things out, wich resulted in a non starting simulation config for "run_axis_9".
This is now reverted.
  • Spyderbreath
  • Spyderbreath's Avatar
07 May 2025 12:00 - 07 May 2025 16:17
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Thank you cake for the conformation on the probe. I think I got the outputs for coolant figured out as well. At least it tests out working with the right pins showing for M7 and M8.

net mist remora.output.02 => iocontrol.0.coolant-mist
net flood remora.output.03 => iocontrol.0.coolant-flood


At this point I seem to be the most unsure about the spindle config. For spindle forward and reverse, pretty sure I need to add a couple of lines at the end of the spindle config section, or somewhere, but I am not getting the final part of the config. Kind of think it should go something like -

net spindle-fwd remora.output.00 => ?!?!?!?!?!?
net spindle-rev remora.output.01 => ?!?!?!?!?!?


I am confused with the 3rd part of those lines. I see some examples here in the docs - linuxcnc.org/docs/html/examples/spindle.html#_spindle_enable - but the examples there look so parallel port, and I do not think they will work. should I be using something like - iocontrol.0.(?something?) - or am I hoeing in the wrong row? (again)

I think there is maybe one or 2 more questions before I finalize this config but I'll take it one at a time.
  • RNJFAB
  • RNJFAB
07 May 2025 11:56

Job not showing in position - 2.9.4 - v2.9-238.315

Category: Plasmac

Thanks Snow.

I'll save a backup next time I'm in the shed and upload it.

Cheers
  • Aciera
  • Aciera's Avatar
07 May 2025 11:54

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

Worked fine (had to scale it 10x).

This is the modified turning operation (which works in TCP mode now).
Warning: Spoiler!

Note the tilted b-axis to compensate for the chosen tool:
 

Alternatively the operator could also orient to tool spindle 180° (m19 r180) and run it with b0 and the work spindle turning in the opposite direction:
 


As already pointed out, the milling operation using 'G19' does not work:
 

Is there a way to change this to 'regular' G17 in the PP?

 
  • DarkPhoinix
  • DarkPhoinix
07 May 2025 10:48 - 07 May 2025 13:19
Replied by DarkPhoinix on topic linuxcnc Latency test ambiguous results

linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

Next i upload the DMA txt version for mi NVEMV5  RT1052 the problem is back and now need only 5 videos 4k without rustdek opened to see junction error!
I don't know what else to do. Except look for a motherboard that has video output.
Or maybe buy new hardware?



No activity 
 

5 youtube video 4k windows
 

5 youtube video 4k windows and rustdesk connection
 
 
  • jochen91
  • jochen91
07 May 2025 10:41

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

In case it didn't work in solidworks here it is in ASCII format. In Fusion you have to take some extra steps to export it in ASCII format.
  • cmorley
  • cmorley
07 May 2025 10:17
Replied by cmorley on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

Also it looks like you have rotational offsets set.
  • cmorley
  • cmorley
07 May 2025 10:15
Replied by cmorley on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

It looks right to me. G54 X and Y offsets are zero, so are in the same place as G53.

What were you expecting to see?
  • DarkPhoinix
  • DarkPhoinix
07 May 2025 09:35
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

DarkPheonix - that one got lost in translation. i kind of understand but if you can take a short video that would be great
 

Solved is remote desktop keyboard keys problem!! with direct Keyboard the JOG work correctly.
  • Aciera
  • Aciera's Avatar
07 May 2025 09:25

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I'll try to open it in solidworks and reexport it as Ascii.
Displaying 241 - 255 out of 26485 results.
Time to create page: 0.391 seconds
Powered by Kunena Forum