A notable exception to the above standards is the E-Documents application, designed for operators working on production lines. Data shown on tablets gives detailed technological information and dedicated descriptions for operations. Since the MES database contains data for production tracking, there is no need to store additional information such as the dimensions of individual elements with technical drawings.
SAP serves as the primary source of information, so the data mentioned above is also included in this system. Data delivery to the E-Documents application is managed in a specific yet universal manner, allowing the application to be tailored to different departments. As a result, exceptions in specific locations do not affect the overall system’s performance.
Within a production order, SAP generates XML files (IDoc) containing all necessary information about a selected window, including its components, dimensions, and references to PDF documentation.
For each location, dedicated translators were created to extract only the necessary information for that area. To generate personalized result documents, the most popular XML transformation language, XSLT (Extensible Stylesheet Language Transformations), is used.
The application selects the appropriate translator based on the location where it is running. For example, the area responsible for manufacturing slats does not see elements related to espagnolettes. Additionally, operators only view the elements relevant to their specific tasks, avoiding the need to sift through all materials included in SAP documents.
Drawing numbers in the XML file assists in retrieving the appropriate PDF files from the server. The PDF.js library was used to display these documents, providing support for tablet applications, full responsiveness, and all the necessary tools for working with such files. Each application also includes built-in language support, which significantly eases the daily work of operators.