{"id":1582,"date":"2023-12-05T19:18:31","date_gmt":"2023-12-05T19:18:31","guid":{"rendered":"https:\/\/hsaautomation.com\/?page_id=1582"},"modified":"2026-01-21T19:20:00","modified_gmt":"2026-01-21T19:20:00","slug":"projects","status":"publish","type":"page","link":"https:\/\/hsaautomation.com\/index.php\/projects\/","title":{"rendered":"Projects"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1582\" class=\"elementor elementor-1582\">\n\t\t\t\t<div class=\"elementor-element elementor-element-426ef25 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"426ef25\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-981d10f elementor-widget elementor-widget-html\" data-id=\"981d10f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>HSA Automation - Projects<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n        }\r\n\r\n        :root {\r\n            --primary: #2c3e50;\r\n            --secondary: #3498db;\r\n            --accent: #e74c3c;\r\n            --light: #ecf0f1;\r\n            --dark: #2c3e50;\r\n            --success: #2ecc71;\r\n        }\r\n\r\n        body {\r\n            background-color: #f9f9f9;\r\n            color: #333;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        header {\r\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\r\n            color: white;\r\n            padding: 1rem 0;\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 100;\r\n        }\r\n\r\n        .container {\r\n            width: 90%;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .nav-container {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n\r\n        .logo {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .logo i {\r\n            color: var(--accent);\r\n        }\r\n\r\n        nav ul {\r\n            display: flex;\r\n            list-style: none;\r\n        }\r\n\r\n        nav ul li {\r\n            margin-left: 2rem;\r\n        }\r\n\r\n        nav ul li a {\r\n            color: white;\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            transition: color 0.3s;\r\n            padding: 0.5rem 0;\r\n            position: relative;\r\n        }\r\n\r\n        nav ul li a:hover {\r\n            color: var(--accent);\r\n        }\r\n\r\n        nav ul li a::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            width: 0;\r\n            height: 2px;\r\n            background-color: var(--accent);\r\n            transition: width 0.3s;\r\n        }\r\n\r\n        nav ul li a:hover::after {\r\n            width: 100%;\r\n        }\r\n\r\n        .hero {\r\n            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), \r\n                        url('https:\/\/images.unsplash.com\/photo-1486312338219-ce68d2c6f44d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');\r\n            background-size: cover;\r\n            background-position: center;\r\n            color: white;\r\n            text-align: center;\r\n            padding: 6rem 0;\r\n            margin-bottom: 3rem;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 3rem;\r\n            margin-bottom: 1rem;\r\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.2rem;\r\n            max-width: 700px;\r\n            margin: 0 auto 2rem;\r\n        }\r\n\r\n        .btn {\r\n            display: inline-block;\r\n            background-color: var(--accent);\r\n            color: white;\r\n            padding: 0.8rem 1.5rem;\r\n            border-radius: 30px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: all 0.3s;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .btn:hover {\r\n            background-color: #c0392b;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            margin-bottom: 3rem;\r\n            position: relative;\r\n        }\r\n\r\n        .section-title h2 {\r\n            font-size: 2.5rem;\r\n            color: var(--primary);\r\n            display: inline-block;\r\n        }\r\n\r\n        .section-title h2::after {\r\n            content: '';\r\n            display: block;\r\n            width: 80px;\r\n            height: 4px;\r\n            background: var(--secondary);\r\n            margin: 10px auto;\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .projects {\r\n            padding: 5rem 0;\r\n        }\r\n\r\n        .projects-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 2rem;\r\n        }\r\n\r\n        .project-card {\r\n            background: white;\r\n            border-radius: 10px;\r\n            overflow: hidden;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            transition: transform 0.3s, box-shadow 0.3s;\r\n        }\r\n\r\n        .project-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\r\n        }\r\n\r\n        .project-img {\r\n            height: 200px;\r\n            background-size: cover;\r\n            background-position: center;\r\n        }\r\n\r\n        .project-content {\r\n            padding: 1.5rem;\r\n        }\r\n\r\n        .project-content h3 {\r\n            font-size: 1.5rem;\r\n            margin-bottom: 0.5rem;\r\n            color: var(--primary);\r\n        }\r\n\r\n        .project-content p {\r\n            color: #000;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .project-features {\r\n            list-style: none;\r\n            margin-bottom: 1.5rem;\r\n        }\r\n\r\n        .project-features li {\r\n            padding: 0.3rem 0;\r\n            padding-left: 1.5rem;\r\n            position: relative;\r\n        }\r\n\r\n        .project-features li::before {\r\n            content: '\u2713';\r\n            position: absolute;\r\n            left: 0;\r\n            color: var(--success);\r\n            font-weight: bold;\r\n        }\r\n\r\n        .project-link {\r\n            display: inline-block;\r\n            color: var(--secondary);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .project-link:hover {\r\n            color: var(--primary);\r\n        }\r\n\r\n        .about {\r\n            background-color: var(--light);\r\n            padding: 5rem 0;\r\n        }\r\n\r\n        .about-content {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 3rem;\r\n        }\r\n\r\n        .about-text {\r\n            flex: 1;\r\n        }\r\n\r\n        .about-text h2 {\r\n            font-size: 2.2rem;\r\n            margin-bottom: 1.5rem;\r\n            color: var(--primary);\r\n        }\r\n\r\n        .about-text p {\r\n            margin-bottom: 1.5rem;\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .about-image {\r\n            flex: 1;\r\n            border-radius: 10px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .about-image img {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n        }\r\n\r\n        .stats {\r\n            display: flex;\r\n            justify-content: space-around;\r\n            text-align: center;\r\n            margin-top: 3rem;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .stat-item {\r\n            padding: 1.5rem;\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            color: var(--secondary);\r\n            display: block;\r\n        }\r\n\r\n        .stat-text {\r\n            color: var(--dark);\r\n            font-weight: 500;\r\n        }\r\n\r\n        .contact {\r\n            padding: 5rem 0;\r\n            text-align: center;\r\n        }\r\n\r\n        .contact p {\r\n            max-width: 600px;\r\n            margin: 0 auto 2rem;\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        footer {\r\n            background-color: var(--primary);\r\n            color: white;\r\n            padding: 3rem 0 1.5rem;\r\n        }\r\n\r\n        .footer-content {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            flex-wrap: wrap;\r\n            margin-bottom: 2rem;\r\n        }\r\n\r\n        .footer-column {\r\n            flex: 1;\r\n            min-width: 250px;\r\n            margin-bottom: 1.5rem;\r\n        }\r\n\r\n        .footer-column h3 {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 1.5rem;\r\n            position: relative;\r\n            padding-bottom: 0.5rem;\r\n        }\r\n\r\n        .footer-column h3::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            width: 50px;\r\n            height: 2px;\r\n            background-color: var(--accent);\r\n        }\r\n\r\n        .footer-column ul {\r\n            list-style: none;\r\n        }\r\n\r\n        .footer-column ul li {\r\n            margin-bottom: 0.8rem;\r\n        }\r\n\r\n        .footer-column ul li a {\r\n            color: #ddd;\r\n            text-decoration: none;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .footer-column ul li a:hover {\r\n            color: var(--accent);\r\n        }\r\n\r\n        .social-links {\r\n            display: flex;\r\n            gap: 1rem;\r\n            margin-top: 1rem;\r\n        }\r\n\r\n        .social-links a {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            width: 40px;\r\n            height: 40px;\r\n            background-color: rgba(255, 255, 255, 0.1);\r\n            border-radius: 50%;\r\n            color: white;\r\n            transition: all 0.3s;\r\n        }\r\n\r\n        .social-links a:hover {\r\n            background-color: var(--accent);\r\n            transform: translateY(-3px);\r\n        }\r\n\r\n        .copyright {\r\n            text-align: center;\r\n            padding-top: 1.5rem;\r\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\r\n            font-size: 0.9rem;\r\n            color: #bbb;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .nav-container {\r\n                flex-direction: column;\r\n                gap: 1rem;\r\n            }\r\n\r\n            nav ul {\r\n                margin-top: 1rem;\r\n            }\r\n\r\n            nav ul li {\r\n                margin: 0 0.5rem;\r\n            }\r\n\r\n            .hero h1 {\r\n                font-size: 2.2rem;\r\n            }\r\n\r\n            .about-content {\r\n                flex-direction: column;\r\n            }\r\n\r\n            .footer-content {\r\n                flex-direction: column;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Header -->\r\n    \r\n\r\n    <section class=\"hero\">\r\n    <div class=\"container\">\r\n        <div class=\"hero-content\">\r\n            <h1> Industrial Automation Excellence<\/h1>\r\n            <p class=\"hero-subtitle\">Advanced Monitoring & Control Solutions for Modern Industry<\/p>\r\n            <p>HSA Automation delivers cutting-edge automation systems that empower industries with remote monitoring, intelligent control, and data-driven optimization from anywhere in the world.<\/p>\r\n           \r\n                \r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n    <!-- Projects Section -->\r\n    <section id=\"projects\" class=\"projects\">\r\n        <div class=\"container\">\r\n            \r\n            <div class=\"projects-grid\">\r\n                <!-- Project 1 -->\r\n                <div class=\"project-card\">\r\n                    <div class=\"project-img\" style=\"background-image: url('https:\/\/o2iot.ae\/assets\/images\/hb6b9589a09b446f9b3e9e69b128436fcy.jpg-.webp');\"><\/div>\r\n                    <div class=\"project-content\">\r\n                        <h3>ATG System<\/h3>\r\n                        <p>Advanced Tank Gauging system for accurate Fuel And Water level measurement.<\/p>\r\n                        <ul class=\"project-features\">\r\n                            <li>Real-Time Monitoring<\/li>\r\n                            <li>Automated Reporting<\/li>\r\n                            <li>Multi-Tank Support<\/li>\r\n                            <li>Integration With ERP Systems<\/li>\r\n                        <\/ul>\r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Project 2 -->\r\n                <div class=\"project-card\">\r\n                    <div class=\"project-img\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80');\"><\/div>\r\n                    <div class=\"project-content\">\r\n                        <h3>Pump Automation System<\/h3>\r\n                        <p>Intelligent automation solutions for pump control, optimization, and maintenance.<\/p>\r\n                        <ul class=\"project-features\">\r\n                            <li>Remote Control Capabilities<\/li>\r\n                            <li>Energy Optimization<\/li>\r\n                            <li>Predictive Maintenance<\/li>\r\n                            <li>Fault Detection & Alerts<\/li>\r\n                        <\/ul>\r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Project 3 -->\r\n                <div class=\"project-card\">\r\n                    <div class=\"project-img\" style=\"background-image: url('https:\/\/media-cdn.smithers.com\/mediacontainer\/medialibraries\/smithersb4f\/market-reports\/general\/futthermalprint2025_thumbnail.jpg?ext=.jpg');\"><\/div>\r\n                    <div class=\"project-content\">\r\n                        <h3>Printing Facility<\/h3>\r\n                        <p>Automated documentation system for generating and printing pump sale slips with accuracy.<\/p>\r\n                        <ul class=\"project-features\">\r\n                            <li>Customizable Templates<\/li>\r\n                            <li>Computerized Slip Generation<\/li>\r\n                            <li>One-Touch Printing Facility<\/li>\r\n                           \r\n                        <\/ul>\r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Project 4 - NEW PUMP ACCOUNTING SOFTWARE -->\r\n                <div class=\"project-card\">\r\n                    <div class=\"project-img\" style=\"background-image: url('https:\/\/www.sqkaccountancy.co.uk\/wp-content\/uploads\/2023\/03\/accounting-7207037_1920-300x220.jpg');\"><\/div>\r\n                    <div class=\"project-content\">\r\n                        <h3>Pump Accounting Software<\/h3>\r\n                        <p>Comprehensive accounting solution specifically designed for pump businesses to manage sales, inventory, and financial reporting.<\/p>\r\n                        <ul class=\"project-features\">\r\n                            <li>Sales Management And Tracking<\/li>\r\n                            <li>Inventory Control<\/li>\r\n                            <li>Multi-Year Sales Comparison<\/li>\r\n                            <li>Financial Reporting & Analytics<\/li>\r\n                            <li>Tax Calculation & Compliance<\/li>\r\n                            <li>Customer Management<\/li>\r\n                        <\/ul>\r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Project 5 -->\r\n                <div class=\"project-card\">\r\n                    <div class=\"project-img\" style=\"background-image: url('https:\/\/img.freepik.com\/free-photo\/representation-user-experience-interface-design_23-2150169839.jpg');\"><\/div>\r\n                    <div class=\"project-content\">\r\n                        <h3>Pump Monitoring Mobile App<\/h3>\r\n                        <p>Mobile application for real-time pump monitoring and control from anywhere.<\/p>\r\n                        <ul class=\"project-features\">\r\n                            <li> Android Support<\/li>\r\n                            <li>Push Notifications<\/li>\r\n                            <li>Performance Analytics<\/li>\r\n                            <li>Offline Capability<\/li>\r\n                             <li>Live Pump Status<\/li>\r\n                              <li>Live ATG Status<\/li>\r\n                        <\/ul>\r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Project 6 -->\r\n                <div class=\"project-card\">\r\n                    <div class=\"project-img\" style=\"background-image: url('https:\/\/media.istockphoto.com\/id\/1503858430\/vector\/website-software-development-concept-web-design-site-and-mobile-app-on-laptop-testing-on.jpg?s=612x612&w=0&k=20&c=k8ckKsgOrPPxohAA_ywg2VXZzdCPptEbOlleRV8Kb7c=');\"><\/div>\r\n                    <div class=\"project-content\">\r\n                        <h3>Pump Monitoring Website<\/h3>\r\n                        <p>Comprehensive web platform for detailed pump monitoring, analytics, and reporting.<\/p>\r\n                        <ul class=\"project-features\">\r\n                            <li>Real-Time Dashboards<\/li>\r\n                            <li>Historical Data Analysis<\/li>\r\n                            <li>Online Price Changing Facility<\/li>\r\n                            <li>Multi-User Access<\/li>\r\n                            <li>Custom Reporting<\/li>\r\n                            <li>Live Pump Status<\/li>\r\n                              <li>Live ATG Status<\/li>\r\n                              <li>Sales Report Facility<\/li>\r\n                              <li>Shift Report Facility<\/li>\r\n                        <\/ul>\r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                \r\n               <!-- NEW Project 7: Enhanced Pump Display -->\r\n                <div class=\"project-card\">\r\n                    <div class=\"project-img\" style=\"background-image: url('https:\/\/image2url.com\/r2\/default\/images\/1769022301713-56cd9e31-59aa-41b1-b8d8-6701ac09dba4.png'); background-position: center;\"><\/div>\r\n                    <div class=\"project-content\">\r\n                        <h3> Additional Display<\/h3>\r\n                       \r\n                        <p>Advanced display solution offering enhanced visibility and real-time oversight across all pumping operations with elegant data presentation and multi-screen capabilities.<\/p>\r\n                        <ul class=\"project-features\">\r\n                            <li><i class=\"fas fa-tv\"><\/i> Multi-Screen Dashboard Display<\/li>\r\n                            <li><i class=\"fas fa-eye\"><\/i> Enhanced Visual Monitoring<\/li>\r\n                            <li><i class=\"fas fa-layer-group\"><\/i>Multi-metric Real-Time monitoring <\/li>\r\n                            \r\n                            <li><i class=\"fas fa-broadcast-tower\"><\/i> Real-Time Status <\/li>\r\n                            \r\n                        <\/ul>\r\n                       \r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n    <!-- About Section -->\r\n    <section class=\"about\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title\">\r\n                <h2>About HSA Automation<\/h2>\r\n            <\/div>\r\n            <div class=\"about-content\">\r\n                <div class=\"about-text\">\r\n                    \r\n                    <h2>Driving Innovation in Industrial Automation<\/h2>\r\n                    <div class=\"project-content\">\r\n                    <p>HSA Automation specializes in developing cutting-edge automation solutions for the pump industry and beyond. With years of experience and a team of dedicated engineers, we deliver reliable, efficient, and innovative systems that transform operations.<\/p>\r\n                    <p>Our projects range from ATG systems and pump automation to mobile applications and web platforms, all designed with the user in mind and built to the highest standards of quality and performance.<\/p>\r\n                     <\/div>\r\n                   \r\n                <\/div>\r\n                <div class=\"about-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/www.mysevenfriday.com\/wp-content\/uploads\/2025\/03\/industrial-automation-machines.webp\" alt=\"HSA Automation Team\">\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"stats\">\r\n                <div class=\"stat-item\">\r\n                    <span class=\"stat-number\">600+<\/span>\r\n                    <span class=\"stat-text\">Total Sites<\/span>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <span class=\"stat-number\">550+<\/span>\r\n                    <span class=\"stat-text\">Happy Clients<\/span>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <span class=\"stat-number\">30+<\/span>\r\n                    <span class=\"stat-text\">Years Experience<\/span>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <span class=\"stat-number\">10+<\/span>\r\n                    <span class=\"stat-text\">Team Members<\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Section -->\r\n    <section class=\"contact\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title\">\r\n                <h2>Get In Touch<\/h2>\r\n            <\/div>\r\n            <div class=\"project-content\">\r\n            <p>Interested in our automation solutions? Contact us today to discuss how we can help optimize your operations with our innovative technology.<\/p>\r\n              <\/div>\r\n            <a href=\"https:\/\/hsaautomation.com\/index.php\/contact-us\/\" class=\"btn\">Contact Us<\/a>\r\n      \r\n        <\/div>\r\n    <\/section>\r\n\r\n    \r\n\r\n    <script>\r\n        \/\/ Simple animation for project cards on scroll\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const projectCards = document.querySelectorAll('.project-card');\r\n            \r\n            const observer = new IntersectionObserver((entries) => {\r\n                entries.forEach(entry => {\r\n                    if (entry.isIntersecting) {\r\n                        entry.target.style.opacity = '1';\r\n                        entry.target.style.transform = 'translateY(0)';\r\n                    }\r\n                });\r\n            }, { threshold: 0.1 });\r\n            \r\n            projectCards.forEach(card => {\r\n                card.style.opacity = '0';\r\n                card.style.transform = 'translateY(20px)';\r\n                card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\r\n                observer.observe(card);\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>HSA Automation &#8211; Projects Industrial Automation Excellence Advanced Monitoring &#038; Control Solutions for Modern Industry HSA Automation delivers cutting-edge automation systems that empower industries with remote monitoring, intelligent control, and data-driven optimization from anywhere in the world. ATG System Advanced Tank Gauging system for accurate Fuel And Water level measurement. Real-Time Monitoring Automated Reporting Multi-Tank Support Integration With ERP Systems Pump Automation System Intelligent automation solutions for pump control, optimization, and maintenance. Remote Control Capabilities Energy Optimization Predictive Maintenance Fault Detection &#038; Alerts Printing Facility Automated documentation system for generating and printing pump sale slips with accuracy. Customizable Templates Computerized Slip Generation One-Touch Printing Facility Pump Accounting Software Comprehensive accounting solution specifically designed for pump businesses to manage sales, inventory, and financial reporting. Sales Management And Tracking Inventory Control Multi-Year Sales Comparison Financial Reporting &#038; Analytics Tax Calculation &#038; Compliance Customer Management Pump Monitoring Mobile App Mobile application for real-time pump monitoring and control from anywhere. Android Support Push Notifications Performance Analytics Offline Capability Live Pump Status Live ATG Status Pump Monitoring Website Comprehensive web platform for detailed pump monitoring, analytics, and reporting. Real-Time Dashboards Historical Data Analysis Online Price Changing Facility Multi-User Access Custom Reporting Live Pump Status Live ATG Status Sales Report Facility Shift Report Facility Additional Display Advanced display solution offering enhanced visibility and real-time oversight across all pumping operations with elegant data presentation and multi-screen capabilities. Multi-Screen Dashboard Display Enhanced Visual Monitoring Multi-metric Real-Time monitoring Real-Time Status About HSA Automation Driving Innovation in Industrial Automation HSA Automation specializes in developing cutting-edge automation solutions for the pump industry and beyond. With years of experience and a team of dedicated engineers, we deliver reliable, efficient, and innovative systems that transform operations. Our projects range from ATG systems and pump automation to mobile applications and web platforms, all designed with the user in mind and built to the highest standards of quality and performance. 600+ Total Sites 550+ Happy Clients 30+ Years Experience 10+ Team Members Get In Touch Interested in our automation solutions? Contact us today to discuss how we can help optimize your operations with our innovative technology. Contact Us<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-1582","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/pages\/1582","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=1582"}],"version-history":[{"count":181,"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/pages\/1582\/revisions"}],"predecessor-version":[{"id":3737,"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/pages\/1582\/revisions\/3737"}],"wp:attachment":[{"href":"https:\/\/hsaautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=1582"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}