The main problem here is that the Arduino brand is currently paired with "maker". This was intentional, as they pushed so hard to reach this current status. Now the "maker" market seems to be declining. They have to go PRO. I know they have the "PRO" line, but the problem is that in professional settings it almost became a joke to even mention Arduino. For a time we had a lot of internal jokes around it (for example,…
> one coworker, in interviews with candidates, always leaves the room as soon as the candidate mentions Arduino Sounds like these candidates dodged a bullet.
Arduino unveils the Opta – “Micro PLC” for industrial IoT
41–50 of 90 posts
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#42I don't get the market position of this. A number of Chinese companies produce DIN rail mounted PLCs which already cover this market, cost virtually nothing and actually emulate Mitsu GX ones so work with existing off the shelf tools and have the same real time guarantees as the commercial units. If you're going to cheap out, these are fine. But this isn't the problem. The expensive bit of a PLC is the dude perma-wel…
I'm thinking (but can't confirm) that the intended market for these is companies that are too small to care about things like "well established vendors", where budgets are measured on the magnitude of hundreds of dollars and not thousands, and things are built from scrap or misc parts. I'm guessing that in some countries other than EU/Americas/etc, where things are done by "I know a guy that can figure it out", and p…
> even a really hacked together setup can work surprisingly well
Is exactly right. Now that they got those three machines working, efforts go mostly into marketing, not into engineering.
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#43I don't get the market position of this. A number of Chinese companies produce DIN rail mounted PLCs which already cover this market, cost virtually nothing and actually emulate Mitsu GX ones so work with existing off the shelf tools and have the same real time guarantees as the commercial units. If you're going to cheap out, these are fine. But this isn't the problem. The expensive bit of a PLC is the dude perma-wel…
I'm thinking (but can't confirm) that the intended market for these is companies that are too small to care about things like "well established vendors", where budgets are measured on the magnitude of hundreds of dollars and not thousands, and things are built from scrap or misc parts. I'm guessing that in some countries other than EU/Americas/etc, where things are done by "I know a guy that can figure it out", and p…
You can't even buy an Arduino Uno for the price these guys are selling PLCs for: https://www.aliexpress.com/item/1005004887420307.html
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#44Earlier quoted context omitted.
True or not, "reliability bordering on childproof" can be a compelling sales pitch. And reputation is bound by recall, of whuch Arduino has plenty: brand X might have the best reputation imaginable amongst those in the know, but if you aren't in the know and you haven't ever heard of X all that reputation won't affect you. For all you know, X could be terrible. If there's another brand Y you have heard of, and only h…
I don't think you understand the industry. Reliability is qualified through testing, certification and support. It isn't a function of marketing. Marketing gets you to the testing table. But better not have any skeletons in the cupboard. Edit: I suspect you're confusing engineering for the niche sector of makers , the latter of which are driven by fads and marketing (sorry if I piss anyone off there).
It's possible that Arduino fantasizes about taking over large fractions of the industrial PLC market and if that's the case I'll chuckle agreeingly with everybody ridiculing them, but I believe that there could far more reasonable and realistic opportunities for them to stretch a little in that direction.
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#45I don't get the market position of this. A number of Chinese companies produce DIN rail mounted PLCs which already cover this market, cost virtually nothing and actually emulate Mitsu GX ones so work with existing off the shelf tools and have the same real time guarantees as the commercial units. If you're going to cheap out, these are fine. But this isn't the problem. The expensive bit of a PLC is the dude perma-wel…
I'm thinking (but can't confirm) that the intended market for these is companies that are too small to care about things like "well established vendors", where budgets are measured on the magnitude of hundreds of dollars and not thousands, and things are built from scrap or misc parts. I'm guessing that in some countries other than EU/Americas/etc, where things are done by "I know a guy that can figure it out", and p…
I agree that that's what Arduino thinks the market is, but I disagree that their conceptual market will buy this.
Arduino-branded hardware is typically 5x the cost of the clones (remember, it's OSH) at no noticeable improvement in quality. DIN-rail mountable arduino clones and modules with I/O isolation that run on 24V power already exist at very reasonable price points, and from reputable dealers such as Automation Direct. I've used ruggedized modules such as Industruino (although their prices have definitely gone upmarket) and they're nice. IME, the only people who buy actual Arduino hardware are either beginners who don't realize that the much less expensive clones are every bit as good, or business buyers who don't really care, because it's not their money.
But maybe I'm wrong and there's enough of a price-insensitive market to make this a success. I certainly hope so. I'm a freelancer, so the bigger the market, the better for me :-)
I have designed & built an arduino clone-based product that mounts on DIN rail because the hardware it communicates with also does. Multiple installations running large machine control applications without a hitch. The clones are fine.
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#46The most fundamental miss here is the lack of live code editing. One of the basic things that makes PLCs a separate thing is that you can edit code live without stopping execution of the device. In real automation applications you can't shut down a plant or a line or a generator or whatever just because you want to add a new E-stop or change the timing on an actuator slightly or tune a PID etc. If you have to kill th…
In the Rockwell / Allen-Bradley world, almost all PLCs support online edits.
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#47Is STM32 still in shortage? I remember it being the largest blocker in one of my projects last year. Especially that high end H7 chip. Oh and we runned a Tensorflow Lite image processing pipeline on that chip. It is probably a few times too powerful for fiddling pins and an IP stack.
Yes, for small players at least. I've been refreshing Octopart for G4s and H7s (in certain footprints) for a year with no luck, other than scoring a few G4s for prototyping that soon went out of stock. I'm assuming larger players have access. There are some variants/footprint combos you can get. For example, I've been able to get G431s for a while in the right footprint, which is similar to the one I'm looking for ,…
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#48The main problem here is that the Arduino brand is currently paired with "maker". This was intentional, as they pushed so hard to reach this current status. Now the "maker" market seems to be declining. They have to go PRO. I know they have the "PRO" line, but the problem is that in professional settings it almost became a joke to even mention Arduino. For a time we had a lot of internal jokes around it (for example,…
Right now there's a lot of new IoT devices being put on the market and a large number of them are undoubtedly based on Arduino, but of course, there are supposed reliability and code issues with it.
However, people write and open source so much drivers and example code for Arduino. Wouldn't it be nice if the Arduino platform could become "production ready" so that people can actually leverage these drivers and example codes in their own projects instead of having to rewrite drivers for every combination of MCU and peripherals?
Ideally, making a product with Arduino shouldn't be a derogatory statement about its quality.
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#49The largest cost is the plant support techs who can troubleshoot and potentially modify PLC code. Many plants rely on electricians for this role. Electricians who can nearly follow ladder logic, which is modeled after wiring schematics.
Re: Arduino unveils the Opta – “Micro PLC” for industrial IoT
#50Arduino, for some God forsaken reason, is trying to appeal to the professional market with the most backward decisions possible. This will be the same thing as the Portenta, which sucks because of the software lockdown (they don't even have an Yocto layer for it and pretty much force you to use Foundries.io).