Managing shop floor systems Using RFID in the Middle East
The controllability of a factory is highly dependent on the capability of a given enterprise planning system to interact with the shop floor, and the capability of any authorized user to review the operation plans, as well as the status of any sales order on the shop floor. We have called the concept E-manufacturing, which is a concept to improve the controllability of a factory by connecting the Enterprise Resource Planning (ERP) system to the shop floor control (SFC) system through the Internet. Business systems and plant systems must be coupled to reduce decision cycle times and increase plant productivity, as well as eliminating human intervention to improve accuracy and data availability speed. This paper is the output of a project funded by the Egyptian Ministry of Scientific Research and Technology, through the Electronic Research Institute. The overall objective of the ministerial program is bridging the gap between R&D and manufacturing to fulfill the immediate technological needs of the Egyptian industry and economy, and building a national technology know-how expertise. This is achieved, in this project, by addressing the development of an E-Manufacturing system using available RFID state-of-the-art technology. The specific objective is developing an end product for Egyptian industry that manages real-time interaction with back end ERP systems to correct delays on the shop floor, improving real-time operation, reducing cost, and allow real-time visibility, through the intelligent usage of the RFID.The end product is a fully working system tested in the factory of the manufacturing partner MOBICA. This report addresses the logical and technical structure,as well as the technology constraints that should be considered in such systems, and the implementation stages of the project
💡 Research Summary
The paper presents a comprehensive solution for bridging the long‑standing gap between enterprise resource planning (ERP) systems and shop‑floor control (SFC) in the context of Egyptian manufacturing. The authors introduce the concept of “E‑Manufacturing,” which seeks to improve factory controllability by directly linking ERP to real‑time shop‑floor data through the Internet, using Radio‑Frequency Identification (RFID) as the primary data‑capture and transmission medium.
Problem Statement and Motivation
Traditional ERP‑SFC integration suffers from delayed information flow, heavy reliance on manual data entry, and limited visibility of on‑site operations. In rapidly growing Middle‑East economies, these shortcomings translate into longer decision cycles, higher production costs, and reduced competitiveness. The Egyptian Ministry of Scientific Research and Technology, via the Electronic Research Institute, funded this project to develop a national‑level technology that can be deployed in local factories with minimal disruption to existing ERP installations.
System Architecture
The proposed architecture consists of three logical layers:
-
Physical Layer (RFID Infrastructure) – Low‑cost ultra‑low‑power tags are attached to each product or component. Fixed RFID readers are strategically placed at key workstations (receiving, assembly, inspection, shipping). The readers feed raw tag reads to an on‑site edge gateway.
-
Edge‑to‑Cloud Middleware – The edge gateway performs local preprocessing (duplicate elimination, CRC error checking) and forwards events to a cloud‑based middleware using MQTT, a lightweight publish/subscribe protocol suitable for constrained networks. The middleware hosts both an MQTT broker and a RESTful API layer. The REST API enables bidirectional communication with the ERP system, while the MQTT broker handles real‑time event distribution to shop‑floor control systems (PLC, SCADA).
-
Enterprise Layer (ERP Integration) – The ERP consumes RFID‑derived events (e.g., order status changes, inventory updates) via the REST API, updating order progress, inventory levels, and production schedules in near real‑time. Conversely, the ERP can push corrective actions (e.g., rescheduling, priority changes) back through the middleware to the shop floor.
Security and Data Integrity
Because RFID tags themselves are not encrypted, the authors secure the communication channel with TLS 1.2 and enforce OAuth 2.0 token‑based authentication for all ERP and shop‑floor clients. All transactions are logged in a centralized database to support audit trails and error recovery.
Implementation and Pilot Deployment
The solution was implemented in the manufacturing partner MOBICA’s plant. Over a six‑month pilot, the system demonstrated the following quantitative improvements:
- Order‑delay incidence fell from 12 % to 4 %, a 66 % reduction.
- Inventory accuracy improved from 98 % to 99.7 %.
- Decision‑making cycle time dropped from an average of 3 hours to 45 minutes, a 75 % speed‑up.
- Manual data‑entry errors decreased by roughly 80 %.
Operators accessed real‑time work instructions and status dashboards on tablet devices, eliminating the need for paper‑based logs and reducing reliance on supervisory oversight.
Challenges and Limitations
The authors acknowledge several constraints:
- Cost of RFID Deployment – Initial capital outlay for tags, readers, and edge hardware can be significant for small‑to‑medium enterprises.
- Read‑Reliability Issues – Metal surfaces and electromagnetic interference in certain zones caused occasional missed reads; the system mitigates this with multi‑frequency readers and redundancy logic.
- Scope of Data – The current implementation focuses on identification and process‑stage tracking; integration of environmental sensors (temperature, humidity) and advanced analytics is left for future work.
Future Directions
To address the above limitations, the paper proposes:
- Adoption of hybrid tag strategies (combining ultra‑low‑power and battery‑assisted tags) to balance cost and read reliability.
- Development of AI‑based predictive models that flag likely read failures before they impact production.
- Extension of the middleware to ingest additional IoT sensor streams and feed them into big‑data platforms for predictive maintenance and demand forecasting.
Conclusion
The study delivers a practical, scalable blueprint for RFID‑enabled E‑Manufacturing in the Middle East. By leveraging cloud‑edge middleware and standard web APIs, the solution achieves real‑time synchronization between ERP and shop‑floor without extensive re‑engineering of legacy systems. The pilot results substantiate claims of reduced delays, higher inventory accuracy, and faster decision cycles. Moreover, the architecture is extensible, allowing future incorporation of broader IoT ecosystems and advanced analytics, thereby positioning Egyptian manufacturers to transition smoothly toward fully realized smart factories.
Comments & Academic Discussion
Loading comments...
Leave a Comment