Hello, my name is V and I am Engineer in a factory where we have a lot of machinery.
I been given a project to create device that will allow operators of machines to call out maintenance team without actually going and looking for them in maintenance office.
Device has to be LTE or WIFI.
Device has to show live information on the monitor. AKA, when operator presses "CALL OUT" button on the machine, that shows up on the screen in the maintenance office.
Is that something what Arduino is capable of?
Please help me out as I have no idea where to start, what to use.
Workflow:
Operator presses button on the machine (CALL OUT BUTTON)
Device sends commands to cloud which then displays sent information on the SCREEN. (MACHINE 1 DOWN, downtime starts to count down until call out has been responded and timer reset)
Engineer responds on call out repairs MACHINE 1, presses CALL OUT BUTTON twice and stops downtime counting on the screen, as well as on the screen MACHINE 1 shows as RUNNING.
Idea was to try and use Arduino Opla kit, use buttons as commands and us IoT Cloud as user interface, would that work?
The intention for this forum is to help new hobbyists learning and growing in programming and electronics. It's not intended to help the industry.
The industry should use their resources and hire the needed knowledge.
You ask for help to define and design an entire project. That is, in my opinion, not a mission for this forum.
If other helpers give other answers, You're lucky.
Yes, you can do all that with arduino but you will need to start somewhere. For example, have you got an arduino? Get one up and running and load some basic tutorial sketches to learn how it works. It will be a number of tutorials before you get a button working in the way you want. Focus on that. Attach an led as an output. Once you can turn an led on and off you will need to research state machines, blink without delay and millis timers, then you need to define your output and decide how you communicate from the arduino to a screen remotely
Good point.
If you’re still keen to use wireless strategies, ensure the system includes some closed-loop or beacon strategy that can automatically identify orphans - so that alarms are not missed.