Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
Today 10:05
Replied by tommylight on topic Gantry oxyfuel / plasma type machine from scratch

Gantry oxyfuel / plasma type machine from scratch

Category: General LinuxCNC Questions

Depends on budget, good ones are from Yaskawa and Delta, all the way down to cheap china ones that do work, but getting there might be very hard as usually they are not tested or tuned to the motor you get.
I am still skipping EtherCAT due to feedback latency issues.
  • Haras_abdrt
  • Haras_abdrt
Today 09:24
Replied by Haras_abdrt on topic Injection molding

Injection molding

Category: CNC Machines

Hello, good afternoon. I came across your post and wanted to ask you for some advice because I’m dealing with a very similar situation.

At the company I work for, we have an old Arburg 220-75.250 injection molding machine from the late 1980s. The floppy disk drive is no longer working, and I have been asked to find a way to get the machine back into operation.

I’ve been researching the machine, its control system and possible solutions, and from what I’ve seen so far, I’m starting to think that instead of trying to repair the original control, the better option might be to replace the control system and modernize the machine, potentially using something like LinuxCNC or another modern industrial control platform.

However, I have quite a few questions about how to approach a project like this.

First of all, how would you approach the retrofit from a technical point of view? What information would you consider essential to identify before starting?

I’m particularly unsure about the electrical side. How do you determine what the existing connections and signals are supposed to do? Is there normally an electrical schematic or I/O documentation that can be used to map the original controller’s inputs and outputs? If the original documentation is missing, how would you go about identifying and tracing the signals?

Could the existing sensors and switches on the machine be reused with a modern controller, or would they normally need to be replaced? For example, can the original position sensors, pressure sensors, limit switches, temperature sensors, etc. be connected directly to a modern I/O system, or does it depend on their signal type and voltage?

I’m also wondering about the hydraulic system. Would the original hydraulic valves and proportional valves normally be controllable by a modern system, or would these components also have to be replaced? How would you determine what type of signals the original valves require?

The same question applies to the injection and screw-position control. How would you interface a modern controller with the existing servo motors, drives, encoders or position feedback systems, if the machine has them?

Another important point is safety. How would you normally integrate the existing safety circuits, emergency stops, door switches, safety relays, etc. into a modern control system? Would you keep the original safety architecture wherever possible, or would you recommend replacing the safety system as part of the retrofit?

I’d also like to understand how you determine the required I/O. Is there a standard procedure for creating an I/O list for an old injection molding machine before designing the new control system?

Finally, if you have done a similar retrofit, I’d really appreciate any advice about the practical side of the project: what components you would keep, what you would replace, what information you would try to obtain from Arburg, and what mistakes or problems you would specifically look out for before starting.

If you don’t mind, I’d also be very interested in seeing any wiring diagrams, I/O lists, documentation, examples or photos from a similar retrofit that you could share.

Thanks a lot for your time. Any advice would be greatly appreciated.
  • tommylight
  • tommylight's Avatar
Today 06:29
Replied by tommylight on topic Probe Basic Cutaway

Probe Basic Cutaway

Category: QtPyVCP

Moved, thank you Chris.
  • jelost
  • jelost
Today 06:29

M19 orientation drift with external encoder and orient component (LinuxCNC 2.9.4

Category: General LinuxCNC Questions

Thank you for your detailed answers; i have ordered RS422-TTL converters to try everything out as soon as possible.
  • meister
  • meister
Today 05:40

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

Category: Computers and Hardware

I checked the stepdir generator again in Verilog/GTKWave and tested a few edge cases.
I noticed that a pulse can be strtched if the velocity drops to 0 at the wrong moment, so I fixed that.
But that shouldn't have anything to do with your problem; it's more of a cosmetic change than a bug fix.
(in the dev branch)
  • meister
  • meister
Today 04:20

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

Category: Computers and Hardware

can you post your json config please, i will check it.
you can also try to invert the step pulse in rio, maybe thats the problem.

Another possible cause could be that the deadband value is too high. Does the zero position drift, or does it remain stable with the same offset? How large is the deviation from the actual zero point (approximately 1, 10, 100, or 1,000 steps)?
  • viewsat
  • viewsat
Yesterday 03:02 - Yesterday 03:22

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

Category: Computers and Hardware

My tests on both the ICEBreakerV1.0e and Tana Nano9k yielded the same results, not due to the FPGA brand, noise, or settings.
I noticed that the Dir PIN output returns to its original position after the step action is completed. This may be because the DIR operation is not yet complete, but the STEP operation occurs prematurely, causing an error.
  • PCW
  • PCW's Avatar
Yesterday 02:17 - Yesterday 02:17

Mesa 6i25 - Mesa 7i76U - Omron MX2 wiring

Category: Basic Configuration

No, but I can make one tomorrow.

7I92 or 7I92T?

 
  • PCW
  • PCW's Avatar
Yesterday 02:10

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

Category: Computers and Hardware

Another possibility is marginal timing.

Either too narrow step pulse widths,
or insufficient setup times from DIR change to
STEP or insufficient hold times from STEP
to DIR change.
  • charlieLedezma
  • charlieLedezma's Avatar
Yesterday 01:59
Replied by charlieLedezma on topic Mesa 6i25 - Mesa 7i76U - Omron MX2 wiring

Mesa 6i25 - Mesa 7i76U - Omron MX2 wiring

Category: Basic Configuration

Hi, PCW
Is there available firmware, for the configuration: 7i92 + 7i76U_pktv3d.bin  ?
I need to use the modbus characteristics of 7i76U 
Thanks, in advance.
  • cmorley
  • cmorley
Yesterday 01:52
Replied by cmorley on topic Probe Basic Cutaway

Probe Basic Cutaway

Category: QtPyVCP

You are in the wrong topic. Probe basic is a QtPyVCP project not QtVCP.

You'll get better response there.
  • tommylight
  • tommylight's Avatar
Yesterday 01:30

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

Category: Computers and Hardware

1. interference due to bad/not shielded/grounded cabling
2. marginal output signals for the drive optocouplers
3. Tango skipping steps, although LinuxCNC is very good at avoiding this, tango might not be, or LinuxCNC might not be aware that is happening.
Does this also happen at very low feeds/speeds?
  • viewsat
  • viewsat
Yesterday 01:21 - Yesterday 01:33

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

Category: Computers and Hardware

I'm using the DM542 Microstep Driver shown in the photo, with a Tango Nano 9k FPGA. After executing a set of gcode in Linux CNC, there's an error in returning to the zero-point position. However, I can correctly return to the zero-point position using a Mesa7i92.

 
 
 
 
  • grandixximo
  • grandixximo's Avatar
Yesterday 00:25 - Yesterday 00:27
Replied by grandixximo on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Have patch waiting to merge to silence those.

We have been stuck on the feed override for TP2, doing it proper without any jerk spikes, is proving much harder than we thought.
  • dang133
  • dang133
Yesterday 23:34
Probe Basic Cutaway was created by dang133

Probe Basic Cutaway

Category: QtPyVCP

Hi everyone,

I'm new, so go easy on me.  My team is using Probe Basic as a GUI for a 5-axis CNC Mill.  We're trying to create a cutaway button that will show only half of a part at a time.  It will virtually slice the part and show the cutaway.  After some google earching, it looks like this is not a common request.  How should we go about doing this?  What is the best route to take?

Thanks,

Dan
Displaying 1 - 15 out of 14141 results.
Time to create page: 1.231 seconds
Powered by Kunena Forum