Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
Today 12:37

HITBOX HBC65 – CNC interface pinout / signal specs?

Category: Plasma & Laser

It seems all there from my quick review.
Voltage output is raw 1:1 (probably reduced to non lethal amperage)
Includes torch on  and arc OK.

Usually, the arcOK is a dry contact relay. Miimium current is usually 100 mA.You need to respect this otherwise oxidisation can result in intermittent operation. There are a couple of ways to do this discussed in the qtplasmac docs.
  • tommylight
  • tommylight's Avatar
Today 12:22
Replied by tommylight on topic Press Brake CNC control - possible?

Press Brake CNC control - possible?

Category: General LinuxCNC Questions

Nice, thank you.
From reading i was thinking it is a smaller machine, but no, this would be medium sized press brake from my experience, as i had to deal with a 48 ton (weight) one.
  • mwc
  • mwc
Today 11:43 - Today 11:54
Replied by mwc on topic Ethercat drive configuration woes

Ethercat drive configuration woes

Category: EtherCAT

So tried lcec.activate, but that results in an error that activate isn't a valid command.

I have however juggled things to match the first lines in scottlaird's example HAL files in the linuxcnc-ethercat github ( linuxcnc-ethercat/tests/scottlaird-lcectest1/cia402-all.hal at 31e3f343ccc2438d7ae0f843b1819f3926b44bc3 · linuxcnc-ethercat/linuxcnc-ethercat · GitHub ), and LinuxCNC now starts, but I can't seem to get any response from the drives. They do go online, as I can see on them that they've been allocated slave numbers, although strangely they're in the reverse order (first in the chin is 03, with the last being 01).

I've attached my files to see if anybody can spot anything obvious.
  • Japoo_Ness
  • Japoo_Ness
Today 11:00

Retrofitting a 3-axis VMC with DC servos - guidance needed

Category: Driver Boards

Thanks, i use new relays to keep that separation and use the old ones to the tool changer (not automatic, but to grip the tool holder i dont know how its his name in english) and another auxiliary, but i want to keep the 7i74 and 7i73 to the future in the end, I will use the 7i84u connected by the port in 7i97t.
Looking at the pins in it using the standar bin it will recognize the 7i84, now i have the bin of the 7i97t & 7i74 i will be a problem or its better to upload the standar?
And the configuration to connect the board its ussing this no?
 
Again, thanks for all the help.
  • roland206
  • roland206
Today 09:37

HITBOX HBC65 – CNC interface pinout / signal specs?

Category: Plasma & Laser

 I'm integrating a HITBOX HBC65 plasma cutter with LinuxCNC/QtPlasmaC via its CNC interface (AEC ready signal). Looking for documentation or first-hand experience on:
  • Pinout of the CNC interface connectors
  • Signal type/level of the AEC-ready (Arc-OK) output — is it a dry relay contact, open-collector, or a voltage-level signal? What voltage/current rating?
  • Whether the arc-voltage-divider output is already isolated/scaled, and what the scale factor is (V per V, e.g. 1:50)
  • Torch-start/pilot-arc control input requirements (voltage, active-high/low)
Manufacturer documentation seems sparse — has anyone reverse-engineered or received datasheets for this specific interface? Happy to share results back once I get it running.
  • Clark
  • Clark
Today 07:31
Replied by Clark on topic Mitsubishi SSCNET

Mitsubishi SSCNET

Category: Installing LinuxCNC

hi, I'm very interisting at the sscnet control board,i want to try your product,how can I get it?
  • rodw
  • rodw's Avatar
Today 07:23
Replied by rodw on topic Press Brake CNC control - possible?

Press Brake CNC control - possible?

Category: General LinuxCNC Questions

looking good. In the commercial software I used, they defined a list of upper and lower tools and material.
So then when you defined a job, you included tools and material so you could save for later. Over time I tweaked my regular jobs so they were perfect. Mainly tweaking that back gauge position.
  • NWE
  • NWE's Avatar
Today 05:58
Replied by NWE on topic Press Brake CNC control - possible?

Press Brake CNC control - possible?

Category: General LinuxCNC Questions

Some screenshots of my first shot at this. In the bend editor, clicking the bend angle setting will open a whole new page with dies and steel selection. Which will auto-fill most of the remaining values below it.

Now I think I should indicate on the main screen what dies and plates are selected.
  • rodw
  • rodw's Avatar
Yesterday 03:59
Replied by rodw on topic Press Brake CNC control - possible?

Press Brake CNC control - possible?

Category: General LinuxCNC Questions

Exciting! I'd recommend your bend list has a angle adjustment setting. set your first bend to underbend and then add some adjustment as different batches of steel can vary. Then on the job, assuming you have a batch of identical parts, tweak the adjustment field on the first bend to get it perfect. also your gui should let you set the upper and lower tool dimensions, material and thickness. Armed with all that, the maths is available to calculate the stroke length automatically.
  • Darrell
  • Darrell
Yesterday 03:44
What once was no longer works. was created by Darrell

What once was no longer works.

Category: Configuration Tools

With all the frustration, and countless hours of documentation research, I devised a plan, an AI plan. After a few months I had this working, But Sadly some how this project got leaked without my knowledge, and my home network, and phone was compromised, and every time I start my machine it tries to kill it's self in some manner. Wish I was a network guru, but I am not. Guess I offended someone... 

This project led me into a C++ refactor, and that led me into another unrelated project, that used some features from my implementation of a trajectory planner. 
  • rodw
  • rodw's Avatar
Yesterday 01:26
Replied by rodw on topic Ethercat drive configuration woes

Ethercat drive configuration woes

Category: EtherCAT

If you are using the ethercat version from  linuxcnc-ethercat, you need to change your hal file to activate things
loadusr -W lcec_conf ethercat-conf.xml
loadrt lcec
lcec.activate servo-thread
  • NWE
  • NWE's Avatar
Yesterday 01:22
Replied by NWE on topic Press Brake CNC control - possible?

Press Brake CNC control - possible?

Category: General LinuxCNC Questions

smoke signals 
The part laying on the white book was the first steel this machine bent in years. Some of the photos turned out tiny. I'll have to try again later.
  • rodw
  • rodw's Avatar
Yesterday 01:03

A nice tutorial on using Path workbench included in FreeCAD

Category: CAD CAM

Thats cool. I passed the plasma post processor on to Brad (sliptonic) wondering how it can get into freecad. He's the Freecad CAM man.
A lot happening here. Brad put a PR into linuxcnc for MTconnect and he now is querying Linuxcnc machine specs from freecad CAM.
5 axis  3 +2 will be in the next release.
And a blog post from Brad about 5 axis. sliptonic.com/posts/machines-cheap-toolpaths-not/
  • mwc
  • mwc
Yesterday 00:23
Replied by mwc on topic Ethercat drive configuration woes

Ethercat drive configuration woes

Category: EtherCAT

So after a break doing various other things, I'm back trying to get these drives to work, but hit a couple snags.

This is on a fresh install of 2.9.10, on an Odriod H3.

First is that I can't get the permissions to work after a reboot. If I do the sudo chmod 666, everything works.
I've added the KERNAL rule as per the guide, but it doesn't work after reloading the rules.
That is a pretty minor thing that I can look at later, but I'm open to suggestions?

The bigger issue is, does anybody have a example HAL/ini files from a newer version of LinucCNC?
I've copied my files from my original post, but am getting a servo-thread not found error, and all the fixes I've tried so far have not worked for various reasons, so would like a basic example that works, but my google skills seem to be lacking tonight!
 
  • robh
  • robh
Yesterday 22:18

hm2 firmware missing in new install 2.9.10

Category: Driver Boards

Sorted it thanks ,

Think docs need an update to reff direct download from Mesa is now needed or such
Displaying 1 - 15 out of 13832 results.
Time to create page: 0.202 seconds
Powered by Kunena Forum