How to

How to implement an Andon mobile Application?

An Andon application refers to a way of informing the plant personnel about problems occurring in the production process.  This allows the organization to respond faster, and therefore to improve the overall efficiency.  The implementation of these systems is typically made by the use of lights or large sign displays.  These tools alert the support teams of any problem related to maintenance or quality.
Andon LED Sign
BackStaff helps on the implementation of an Andon system providing a platform to deliver the workers’ calls directly to the support team phone, decreasing once more the response time.  It also permits the workers to extend the information about the situation by including additional information on what is happening.
The following image shows an example of this, where a computer terminal is used to set the machine status and to measure OEE, and in case the operator of the machine requires assistance, she can ask for it through the same application.
HMI for Andon calls
In this case, the application raises a notification through the BackStaff infrastructure to inform the maintenance or quality departments about the need of their help.
BackStaff Configuration for Andon
Every time a worker makes a request, BackStaff sends a message to the group responsible to help him.  The users assigned to these groups don’t have the option to abandon them. Therefore the Administrator creates the groups and decides who has to be in each one.
BackStaff Group creation for Andon notification
Every message send to these groups will be notified to the support teams through the Android or iOS applications with the sound and vibration methods that the user phone has available.
PHONE NOTIFICATION IMAGE
Operator Interface for Andon
The application available to the operator on the shop floor must call a WEB service available in the BackStaff infrastructure.  The invocation for the notification service is:
http://ServerIP:BackStaff_Port/BACKSTAFF/service/sendGroupTextMessage/userName/userID/groupID/groupType/message
where
ServerIP is the IP address of the BackStaff server
BackStaff_Port is the TCP port (8080 by default)
userName is the user name
userID is the ID of the table IPGUsers in the BackStaff database for the chosen userName
groupID is the ID of the table IPGGroups in the BackStaff database for the selected group
groupType must be
message is the URL encoded message to be sent to the group
For example, if the server IP address is 192.168.111.15, the BackStaff port is 8080, the userName is ‘brooks’, the userID is 55, the groupID is 15, and the message is ‘Line 1 requires maintenance’, then the URL must be:
http://192.168.111.15:8080/BACKSTAFF/service/sendGroupTextMessage/jbrooks/55/15/1/Line%201%20requires%20maintenance
Summary
BackStaff offers an advantageous and straightforward manner of implementing an Andon solution for the plant floor.
Tagged , , ,

About Johnny Alvarado

Electrical Engineer working with industrial information technology since 1994
View all posts by Johnny Alvarado →

Leave a Reply