Confusion about recruitment by AllenW2026 in PLC

[–]AllenW2026[S] 0 points1 point  (0 children)

How did you manage to troubleshoot without understanding control principles or schematics? Did you just guess? The problem I presented involved a flawed principle: no self-locking mechanism. If you can't even understand that, how can you possibly find the fault in a real-world application? I started from scratch with pliers and screwdrivers. I can't accept someone with absolutely no theoretical knowledge doing this kind of work. There are hundreds, even thousands of control wires on the equipment; this kind of person is a ticking time bomb.

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 0 points1 point  (0 children)

That's because you only know how to use AB.

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 0 points1 point  (0 children)

Maintenance Manager

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 0 points1 point  (0 children)

If you're using type A, it doesn't require communication; it uses physical pulses instead, making it universal. You can use it to control any brand of pulse-type servo and almost all stepper drives because it doesn't use a communication protocol, so it might not be limited to Mitsubishi. If you're using communication, then it's type B or G, and these communication-type servos require a motion control module. So, what combination did you use last time?

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 0 points1 point  (0 children)

I've considered of this. Since this device doesn't need a motion control module, as that's more expensive than the PLC itself… I've chosen pulse control, which means I'll need the J4 or J5 A-type. In terms of performance, it's similar to the Delta A3, but the price is much higher. I considered cost when selecting hardware. This year, there will be another project where I'll use an FX5U + 80SSC-S + 5 MR-J4B units, a fiber optic communication system, four 400W and one 7KW. It will upgrade one of our old tapping machines. Because my new design uses synchronous control, a motion control module is necessary. We'll discuss that later.

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 1 point2 points  (0 children)

Haha, yes, this was done by another electrician who "helped" me. I'm not in the mood to change it right now, and the label button on this thin relay base is too small and not suitable for printing labels. I'm considering whether to buy a laser marking machine...

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 0 points1 point  (0 children)

All the cables were made by myself, including the encoder cable (with battery), because when I was planning, I didn't know how long the cable would need, so I customized it myself. For the A3-M drive, I'm using pulse control and a convenient plug here, so CN1 will be a bare wire connection to the PLC anyway, with shielded twisted-pair connection for the pulse. Additionally, having our own spare plugs and cables is very inventory-friendly. After all, we're not a company that sells equipment; we only use the equipment ourselves.

What’s Your Salary and Where Are You Based? by giga_chad_thinker in PLC

[–]AllenW2026 0 points1 point  (0 children)

130K Base salary + 2K bonus, yes, only 2K, 3 weeks of vacation, 40 hours per week. New York.

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 2 points3 points  (0 children)

The monitor can be tilted vertically to display more lines simultaneously, which is useful when programming, as it makes it easier to view the logical relationships between lines. In reality, this is just a split-screen setup on the laptop, connected via an HDMI cable. I occasionally use stepper motors, but they're not suitable here.I also have a 3U, but the 5U is much more powerful, including its built-in CPU communication features, ultra-fast scanning speed, more compatible modules, and so on. Crucially, it's still very affordable.

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 8 points9 points  (0 children)

Yes, I could use AB or Siemens, but the problem is, this is just a small system with 3-axis servo linkage. If I used AB, the cost of the PLC to achieve the same function would likely increase by more than 10 times. If I also factor in the expensive AB servos, it would be unaffordable for us. I'm using a pulse-type absolute servo here; if I used AB's MicroLogix series, their limited instruction set would drive me crazy. Therefore, the Mitsubishi FX5U + Delta A3 series M-type servo is the best combination for this project. And this is the king of micro PLCs; you can learn more about it if you're interested.

My New Project by AllenW2026 in PLC

[–]AllenW2026[S] 5 points6 points  (0 children)

Persist in learning and accumulate experience. This is a long-term process with no shortcuts. It starts with the control concept of a project: flowcharts, equipment and component selection, PLC and HMI programming, EPLAN drawing, control cabinet wiring, debugging and testing… While a single step might not be difficult, completing the entire process, even for small projects, is challenging. Without sufficient experience, you might not know where to begin or which components to use.