Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
jestdotty5309120dduh you actively harm your customers' business until they pay up
it's called extortion / racketeering -
Demolishun34913120dAutomation shit is the most overpriced trash. We do all our automation and control with custom software and hardware written in C and C++. It is specifically tailored to our business. It is also very pricey. But it is our pricey.
If you want cheap shit that will take more developer time then go to DirectAutomation. You can buy $99 PLCs. Even the expensive ones there are not nearly as bad as say Allen Bradley.
I think the best PLC like system I ever used was ControlLogix. But my gosh it is VERY expensive. But coding in that was so nice. I could put formulas in contacts. -
spoiledgoods1621119dthe PLC world is archaic as hell and it's all by design, it's like a coalition of used car salesman keeping the grift going for decades. every time somebody tries to innovate they get buried
-
DeepHotel1046119d@Demolishun we usually develop control systems with c++ as well but the higher ups wanted us to use this platform for unknown reasons 😔
Related Rants
-
rephiscorth38Everyone here ranting about a fucking missing semicolon. I can't remember the last time a missing semicolon wa...
-
CodesNotHot10-Laughed at Gitlab the other day -Accidentally dropped my db today. fuck karma
-
codeclod15When you have a super annoying problem that Google has been unable to help with... But you stumble upon a link...
Recently had to start developing on a PLC for a new project and didn’t realize how much these companies fuck their developers.
For example, I’m using CODESYS to write structured text to run on the PLC. CODESYS is free to download. However, in the free tier, they take all your .st files and ur config files and combine them into a SINGLE FUCKING BINARY which completely defeats the purpose of version control.
However, if you BUY their pro license, you can install a git module.
There’s other things that make developing in them suck. For example, the only IDE you can use is the one built into CODESYS and it fucking sucks. Another one is that their builtin IDE has a “dark mode” that only works on certain files. If you open a function file, it uses dark mode. But if you open a struct file, it uses light mode.
Also, having no other runtime than the one built into CODESYS fucking sucks.
Maybe I’ve been spoiled with VSCode and python 🤷♂️
rant
bad dev experience
fuck
plc