|
|
|
|
|
by csours
1065 days ago
|
|
Haha. I worked on a manufacturing monitoring app. It communicated status from plant floor controllers (PLC) to turn boxes on the screen different colors. The operators wanted a certain box to "turn green", and they told a coworker about it. So he hardcoded it to green, not using the status from the PLC. The thing is, he was already working on the request, but getting the communication up and running for the PLC is quite involved, so to stop people from bugging him he just "turned it green" *PLC means programmable logic controller, aka simple and predictable industrial computer with lots of I/O |
|