Advanced Search

Search Results (Searched for: )

  • JT
  • JT's Avatar
03 Nov 2024 12:26
Replied by JT on topic Flex GUI Tutorials

Flex GUI Tutorials

Category: Other User Interfaces

Tutorial 15



JT
  • fletch
  • fletch's Avatar
03 Nov 2024 12:26 - 03 Nov 2024 12:28
Replied by fletch on topic Ini File Clarification/Roadmap?

Ini File Clarification/Roadmap?

Category: General LinuxCNC Questions

Would this be better in the "LinuxCNC documents" section?
 

This is a very sensible suggestion - not sure why I didn't but probably because my question evolved as I wrote it!
  • JT
  • JT's Avatar
03 Nov 2024 11:42
Replied by JT on topic Ini File Clarification/Roadmap?

Ini File Clarification/Roadmap?

Category: General LinuxCNC Questions

Many of the later GUI's introduced a ton of extra ini settings, the authors of those GUI's should update the docs if they moved from display to spindle. I really don't understand why they didn't use the existing ini entries...

JT
  • Creative25
  • Creative25
03 Nov 2024 11:34
Replied by Creative25 on topic Building a chain driven Plasma table.

Building a chain driven Plasma table.

Category: General LinuxCNC Questions

What resistor value would you use between positive of the isolated power supply and the positive input of the THCAD ?
  • tommylight
  • tommylight's Avatar
03 Nov 2024 11:31
Replied by tommylight on topic 10.5 x 25 cnc plasma table retrofit

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

Get the Mesa 7i85, without the S.
And THCAD5 or 10 and 2 of 1MOhm/2W resistors, it is most probably a HF/HV pilot start plasma, and 300 is not recomended for those, although i am sure it works, i have several of those in daily use.
For power supplies, 5V and 24V, both at 5A should do just fine, MeanWell or Delta preferably.
  • martin2day
  • martin2day
03 Nov 2024 11:21

Knuth Mark Super CNC Retrofit - need some help with my first LinuxCNC

Category: Milling Machines

Hello,

okay thank you. :-)
One other question about the G-Code. Where can I read about the supported G-Code for Linux CNC and what kind of postprozessor I have to use or setup.
I need some bore cycles and helix in all 3 axis...

Have a nice day
Martin
  • jadid
  • jadid
03 Nov 2024 10:11
Replied by jadid on topic Homing lichuan

Homing lichuan

Category: EtherCAT

I can solve above error by changing to :

#net x-home-request joint.0.request-cia402-homing => cia402.0.home
setp joint.0.request-cia402-homing true
net x-homing joint.0.is-cia402-homing <= cia402.0.stat-homing
net x-homed joint.0.cia402-homing-finished <= cia402.0.stat-homed

but the motor still not move.
  • anfänger
  • anfänger's Avatar
03 Nov 2024 10:10

Ignore hard and or softlimits for toolchange

Category: General LinuxCNC Questions

My toolchange uses two custom hydraulic rams in top z position to release the tool.
They are leaking and I am not sure if I can fix them. An alternative would be to make them fixed and move Z up to release the tool. 
But this has to be avoided during normal usage.
The reference switch is at the end of the tool change travel. So I could use this as a combined end and reference switch.
But I would need to be able to move over this point for toolchange. 
Is ip possible to set something like this up?

Thanks Patrick
  • jadid
  • jadid
03 Nov 2024 09:44
Replied by jadid on topic Homing lichuan

Homing lichuan

Category: EtherCAT

if I use cia402_homecomp, I got following error during lcnc start :
parameter or pin 'joint.0.request-custom-homing' not found
  • Aciera
  • Aciera's Avatar
03 Nov 2024 09:14
Replied by Aciera on topic Ini File Clarification/Roadmap?

Ini File Clarification/Roadmap?

Category: General LinuxCNC Questions

The underlying problem may be that GUIs handle this differently (ie have not been updated to the new [SPINDLE_n] section) but I'm not sure.

Please raise an issue so it does not get lost.
  • JT
  • JT's Avatar
03 Nov 2024 09:10
Replied by JT on topic Mesact 2 Setup

Mesact 2 Setup

Category: Configuration Tools

I've added linuxmint to the list of distros, thanks for the feedback.

JT
  • Aciera
  • Aciera's Avatar
03 Nov 2024 05:53 - 03 Nov 2024 05:54
Replied by Aciera on topic Homing lichuan

Homing lichuan

Category: EtherCAT

# homing
setp joint.0.request-custom-homing true
net x-home-request joint.0.custom-homing-is-requested => cia402.0.home
#net x-home-request joint.0.request-custom-homing => cia402.0.home
net x-homing joint.0.is-custom-homing <= cia402.0.stat-homing
net x-homed joint.0.custom-homing-finished <= cia402.0.stat-homed

If you are following Rods method why are you not using his 'cia402_homecomp.comp' he describes on his page?
  • Aciera
  • Aciera's Avatar
03 Nov 2024 05:45 - 03 Nov 2024 08:56

Alzmetall BAZ 15 CNC Carousel ATC - need help.

Category: Advanced Configuration

I think that might be possible using a python remap for 'T'. The remap is executed by the read ahead and could start the tool search through hal.

[edit]

Just gave this a try and it looks like it might work:
import sys
import traceback
import hal
import emccanon
from interpreter import *
from util import lineno, call_pydevd

throw_exceptions = 1 # raises InterpreterException if execute() or read() fail

def remap_t(self, **words):
    cblock = self.blocks[self.remap_level]
    tool  = cblock.t_number
    if self.task == 0: # ignore the preview interpreter
        return INTERP_OK
    self.execute("T%f" % tool, lineno())
    print('T_Remap preparing tool: ',tool)
    # Initiate your tool prep here
    return INTERP_OK

with this in the [RS274NGC] section of the ini file:
REMAP= T py=remap_t

You will also need to configure python:
linuxcnc.org/docs/devel/html/remap/remap...emap:embedded-python

For sim config on python remap see:
configs/sim/axis/remap/getting-started
  • tray
  • tray
03 Nov 2024 05:41
Replied by tray on topic Mesact 2 Setup

Mesact 2 Setup

Category: Configuration Tools

Hi,

Yup, new version mesact_2.1.7_amd64_1 reports as linuxmint also

Thanks
  • tcbmetalworks
  • tcbmetalworks
03 Nov 2024 04:33
Replied by tcbmetalworks on topic 10.5 x 25 cnc plasma table retrofit

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

Okay so im putting together a parts list to get started with this build. I put power to the driver box, tripped the contactor with a screw driver and a green light comes on the power board and fan runs. im not sure what else I could do to test it besides connecting the burny 10 back up.
So far in my parts list I have

7I83 Analog output/ analog servo interface
7I85S 4 Channel encoder, 8 differential output 1 channel Serial RS-422 interface
THCAD-300 High isolation A-D accessory (Go to replacement: THCAD2)
7I96S STEP/IO Step & dir plus I/O card

I am going to assume that I can hook straight up to the raw arc voltage of the hypertherm ht2000 with the thcad-300. Is there any advantage to a voltage divider board other then the potential risk of electrical shock? Will I need a power supply to go along with these boards? do you have any recommendations for a reliable one on my previous build I used a cheapo china one and the fan stopped working a while ago.
Displaying 21706 - 21720 out of 22605 results.
Time to create page: 0.865 seconds
Powered by Kunena Forum