{"id":10294,"date":"2023-10-13T14:57:49","date_gmt":"2023-10-13T14:57:49","guid":{"rendered":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/?page_id=10294"},"modified":"2025-07-17T15:33:07","modified_gmt":"2025-07-17T15:33:07","slug":"pharmacies-laboratories","status":"publish","type":"page","link":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/","title":{"rendered":"Pharmacies &amp; Laboratories"},"content":{"rendered":"\n        <div class=\"slider-banner slider-banner--single\" id=\"slider-banner-block_f961b4243de4ee8754bef09361067460\">\n        <div class=\"slider-banner-main\" id=\"slider-banner-block_f961b4243de4ee8754bef09361067460-main\">\n            \n                            <div class=\"slider-banner-slide gradient\">\n                    <div class=\"slider-banner-media slider-banner-media--dark\">\n                                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2024\/07\/Pharmacies-and-Laboratories-Head.jpg\" alt=\"\" style=\"object-position: center;\" \/>\n                                            <\/div>\n                    <div class=\"slider-banner-content\" style=\"color: #000;\">\n                        <div class=\"slider-banner-content-wrp\">\n                                                            <p class=\"slider-banner-subtitle subtitle\">A viable automation solution<\/p>\n                                                                                        <h1 class=\"slider-banner-title\">PHARMACIES AND LABORATORIES<\/h1>\n                                <div class=\"slider-banner-underline\"><\/div>\n                            \n                                                            <div class=\"slider-banner-text\"><p>Automation solutions are no longer out of reach for even smaller facilities. There is no need to limit your operation to manual solutions when we can offer up-to-date systems with smaller footprints<\/p>\n<\/div>\n                            \n                                                                <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/contact-us\/\" class=\"slider-banner-button atsls-btn button\">Learn more<\/a>\n                                                        <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n        <div class=\"main-slider-controls\"><\/div>\n            <\/div>\n\n<script>\n    (function($) {\n        $(document).ready(function() {\n            const $mainSlider = $('.slider-banner-main');\n            const $navWrapper = $('.slider-banner-nav-wrp');\n            const $navSlides = $navWrapper.find('.slider-banner-nav-slide');\n            const isMobile = window.innerWidth <= 1024;\n            const isWideScreen = window.innerWidth > 991;\n\n            $mainSlider.slick({\n                slidesToShow: 1,\n                slidesToScroll: 1,\n                arrows: isMobile,\n                dots: isMobile,\n                appendArrows: $('.main-slider-controls'),\n                appendDots: $('.main-slider-controls'),\n                fade: true,\n                autoplay: true,\n                autoplaySpeed: 8000,\n                infinite: true,\n            });\n\n            if (isWideScreen && $navSlides.length > 4) {\n                $navWrapper.slick({\n                    slidesToShow: 4,\n                    slidesToScroll: 1,\n                    infinite: true,\n                    asNavFor: '.slider-banner-main',\n                    focusOnSelect: true,\n                    variableWidth: false,\n                    arrows: true,\n                    autoplay: true,\n                    autoplaySpeed: 8000,\n                });\n\n                $mainSlider.slick('slickSetOption', 'asNavFor', '.slider-banner-nav-wrp', true);\n            } else {\n                $navWrapper.addClass('elem-block');\n                const $underline = $('<div class=\"slider-banner-nav-underline\"><\/div>');\n                const $prevBtn = $('<button class=\"slider-banner-nav-prev\"><\/button>');\n                const $nextBtn = $('<button class=\"slider-banner-nav-next\"><\/button>');\n                $navWrapper.append($underline, $prevBtn, $nextBtn);\n\n                function updateUnderline($el) {\n                    if (!$el.length) return;\n                    $underline.css({\n                        width: $el.outerWidth() - 30,\n                        left: $el.position().left + 15\n                    });\n                }\n\n                let currentIndex = 0;\n\n                function goTo(index) {\n                    currentIndex = index;\n                    $mainSlider.slick('slickGoTo', index);\n                    $navSlides.removeClass('slick-current');\n                    $navSlides.eq(index).addClass('slick-current');\n                    updateUnderline($navSlides.eq(index));\n                }\n\n                $navSlides.each(function(index) {\n                    $(this).on('click', function() {\n                        goTo(index);\n                    });\n                });\n\n                $prevBtn.on('click', function() {\n                    goTo((currentIndex - 1 + $navSlides.length) % $navSlides.length);\n                });\n\n                $nextBtn.on('click', function() {\n                    goTo((currentIndex + 1) % $navSlides.length);\n                });\n\n                goTo(0);\n            }\n\n            \/\/ Add beforeChange event handler for .slider-banner\n\n            $('.slider-banner').on('beforeChange', function(event, slick, currentSlide, nextSlide) {\n                const $navSlides = $('.slider-banner-nav-slide');\n                const $underline = $('.slider-banner-nav-underline');\n\n                if ($navSlides.length <= 5) {\n                    $navSlides.removeClass('slick-current');\n                    const $nextNavSlide = $navSlides.eq(nextSlide);\n                    $nextNavSlide.addClass('slick-current');\n\n                    const slideWidth = $nextNavSlide.outerWidth();\n                    const slideLeft = $nextNavSlide.position().left;\n\n                    $underline.css({\n                        width: slideWidth - 30,\n                        left: slideLeft + 15\n                    });\n                }\n            });\n\n        });\n    })(jQuery);\n<\/script>\n\n<style>\n\n    #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner{\n        position: relative;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-slide{\n        position: relative;\n        z-index: 3;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-slide.gradient:before{\n        content : \"\";\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        left: 0;\n        top: 0;\n        background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 43%, rgba(255, 255, 255, 0.3) 100%);\n        pointer-events: none;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media{\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        left: 0;\n        top: 0;\n        z-index: -1;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media--dark:before{\n        content : \"\";\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        left: 0;\n        top: 0;\n        background: rgba(0, 0, 0, 0.4);\n        pointer-events: none;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media img,\n    #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media video{\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-content{\n        min-height: 700px;\n        display: flex;\n        flex-direction: column;\n        justify-content: flex-end;\n        padding: 150px 0 100px;\n        position: relative;\n\n\n        max-width: 1280px;\n        margin-left: auto;\n        margin-right: auto;\n        padding-left: 15px;\n        padding-right: 15px;\n\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-content-wrp{\n        width: 55%;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-button {\n        text-decoration: none;\n        background-color: #9ACD4F;\n        color: #071630;\n        font-size: 18px;\n        text-transform: uppercase;\n        font-weight: 400;\n        border-radius: 0;\n        position: relative;\n        transition: all ease 0.3s;\n        display: inline-block;\n        text-align: center;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-button:hover{\n        color: #071630;\n    }\n\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-title{\n        font-weight: 900;\n        margin-bottom: 16px;\n        text-transform: uppercase;\n        line-height: 1.2;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-underline{\n        width: 130px;\n        height: 4px;\n        background-color: #206EC7;\n        margin-bottom: 24px;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-text p{\n        margin-bottom: 20px;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-wrp{\n        max-width: 1280px;\n        display: flex;\n        margin-left: auto;\n        margin-right: auto;\n        padding-left: 15px;\n        padding-right: 15px;\n        position: relative;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-wrp.slick-slider{\n        align-items: center;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-wrp.elem-block{\n        justify-content: space-around;\n        padding: 0 60px;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav{\n        background-color: #fff;\n        border-bottom: 2px solid #E6E6E6\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-list{\n        padding: 0 10px;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-slide{\n        min-height: 84px;\n        height: auto;\n        padding: 16px 20px 15px;\n        cursor: pointer;\n        display: flex !important;\n        flex-direction: column;   \n        border-bottom: 6px solid transparent;\n        transition: .3s;\n        position: relative;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-slide:after{\n        content: '';\n        position: absolute;\n        bottom: -6px;\n        left: 20px;\n        height: 6px;\n        width: 0;\n        background-color: #9ACD4F;\n        pointer-events: none;\n        opacity: 0;\n        transition: .3s\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slick-slider .slider-banner-nav-slide.slick-current:after {\n       opacity: 1;\n       width: calc(100% - 40px);\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-slide .nav-text{\n        font-size: 14px;\n        margin-bottom: 0;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-slide .nav-title{\n        margin-bottom: 8px;\n    }\n\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-slide.slick-current .nav-title{\n        font-weight: 600;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-prev, \n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-next{\n        position: static;\n        transform: none;\n        width: 20px;\n        height: 20px;\n        flex-shrink: 0;\n        background-image: url('https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/themes\/atsls-2025\/assets\/btn-arrow-blue.svg');\n        background-repeat: no-repeat;\n        background-position: center center;\n        background-size: contain;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-prev{\n        transform: rotate(180deg);\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-disabled{\n        opacity: .5;\n        pointer-events: none;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-prev:before, \n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-next:before{\n        display: none;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-underline {\n      height: 6px;\n      background-color: #9ACD4F;\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      transition: all 0.3s ease;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-prev,\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-next {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        width: 20px;\n        height: 20px;\n        flex-shrink: 0;\n        background-color: transparent;\n        background-image: url('https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/themes\/atsls-2025\/assets\/btn-arrow-blue.svg');\n        background-repeat: no-repeat;\n        background-position: center center;\n        background-size: contain;\n        border: none;\n        cursor: pointer;\n        z-index: 2;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav .slick-track{\n        display: flex;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-prev {\n      left: 15px;\n      transform: translateY(-50%) rotate(180deg);\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-next {\n      right: 15px;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460  .main-slider-controls{\n        position: absolute;\n        bottom: 30px;\n        display: flex;\n        align-items: center;\n        justify-content: flex-start;\n        left: 0;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460  .main-slider-controls .slick-dots{\n        position: static;\n        width: auto;\n        display: flex;\n        align-items: center;\n        order: 1;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460  .main-slider-controls .slick-dots button{\n        width: 16px;\n        height: 16px;\n        background-color: #206EC766;\n        transition: .3s;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460  .main-slider-controls .slick-dots .slick-active button{\n        width: 56px;\n        background-color: #206EC7;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460  .main-slider-controls .slick-dots button:before{\n        display: none;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460  .main-slider-controls .slick-dots li{\n        width: auto;\n        height: auto;\n        margin: 0 4px;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .main-slider-controls .slick-prev, \n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .main-slider-controls .slick-next{\n        position: static;\n        transform: none;\n        width: 50px;\n        height: 50px;\n        flex-shrink: 0;\n        background-image: url('https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/themes\/atsls-2025\/assets\/btn-arrow-blue.svg');\n        background-repeat: no-repeat;\n        background-position: center center;\n        background-size: 16px;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .main-slider-controls .slick-prev{\n        transform: rotate(180deg);\n        order: 0;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .main-slider-controls .slick-next{\n        order: 2;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .main-slider-controls .slick-disabled{\n        opacity: .5;\n        pointer-events: none;\n    }\n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .main-slider-controls .slick-prev:before, \n    #slider-banner-block_f961b4243de4ee8754bef09361067460 .main-slider-controls .slick-next:before{\n        display: none;\n    }\n\n\n   \n    @media(min-width: 992px){\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav-slide {\n        width: calc(100% \/ var(--slidesCount));\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460  .main-slider-controls{\n            display: none;\n        }\n    }\n\n    @media(max-width: 1200px){\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-content-wrp{\n            width: 70%;\n        }\n    }\n\n    @media(max-width: 991px){\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-nav{\n            display: none;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slick-dotted.slick-slider{\n           margin: 0;\n        }\n    }\n    @media(max-width: 767px){\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-content-wrp{\n            width: 100%;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-content{\n            min-height: auto;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-main .slick-track{\n            display: flex;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-main .slick-slide{\n            height: auto;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460 .slider-banner-content{\n            padding: 50px 15px 100px;\n            color: #000 !important;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner{\n            padding-top: 0;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media{\n            position: static;\n            width: 100%;\n            height: 350px;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner.slider-banner--single .slider-banner-content {\n            padding-bottom: 60px;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-slide:before{\n            display: none;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media--dark:before{\n            display: none;\n        }\n        #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media img,\n        #slider-banner-block_f961b4243de4ee8754bef09361067460.slider-banner .slider-banner-media video{\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n    }\n\n<\/style>\n\n\n\n\n\n<div class=\"gb-container gb-container-aaade56f alignwide\"><div class=\"gb-inside-container\">\n<div class=\"gb-grid-wrapper gb-grid-wrapper-24de7642\">\n<div class=\"gb-grid-column gb-grid-column-6be27432\"><div class=\"gb-container gb-container-6be27432 atsls-full-media\"><div class=\"gb-inside-container\">\n\n<figure class=\"gb-block-image gb-block-image-db3af40d\"><img decoding=\"async\" loading=\"lazy\" width=\"581\" height=\"580\" class=\"gb-image gb-image-db3af40d\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg\" alt=\"\" title=\"Standard-Stations\" srcset=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg 581w, https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg?resize=150,150 150w, https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg?resize=300,300 300w\" sizes=\"auto, (max-width: 581px) 100vw, 581px\" \/><\/figure>\n\n<\/div><\/div><\/div>\n\n<div class=\"gb-grid-column gb-grid-column-df0a7e14\"><div class=\"gb-container gb-container-df0a7e14\"><div class=\"gb-inside-container\">\n\n<h2 class=\"gb-headline gb-headline-e9ec4a5b gb-headline-text\">Expertise<\/h2>\n\n\n\n<div class=\"gb-headline gb-headline-8601776e gb-headline-text\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Automate common and time-consuming tasks for greater accuracy and productivity<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Scalable&nbsp;ASRS&nbsp;Systems (High-quality solutions where compliance is critical. Fully automate or supplement traditional\/manual processes. Optional autonomous vehicles)<\/li>\n\n\n\n<li>Material Handling (A range of controls can reduce rework and variability, resulting in improvements in quality. Increased security for controlled substances)<\/li>\n\n\n\n<li>Patient Order Fulfillment (Select, pack (including patient adherence packaging), label for complete traceability, as well as track reorder dates. Fully personalize by patient)<\/li>\n\n\n\n<li>Increased Safety (Robotic handling of dangerous substances or HPAPI protects technicians, and reduces contamination of surfaces)<\/li>\n<\/ul>\n\n<\/div><\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n<div class=\"gb-container gb-container-91d6a54c alignwide\"><div class=\"gb-inside-container\">\n<div class=\"gb-container gb-container-ceacc6dd\"><div class=\"gb-inside-container\">\n<div class=\"gb-grid-wrapper gb-grid-wrapper-d320f058\">\n<div class=\"gb-grid-column gb-grid-column-83f26163\"><div class=\"gb-container gb-container-83f26163\"><div class=\"gb-inside-container\">\n\n<h2 class=\"gb-headline gb-headline-b5682dec gb-headline-text\">Automation for Improved Accuracy, Capacity, and Efficiency<\/h2>\n\n<\/div><\/div><\/div>\n\n<div class=\"gb-grid-column gb-grid-column-7b9717a4\"><div class=\"gb-container gb-container-7b9717a4\"><div class=\"gb-inside-container\">\n<div class=\"gb-button-wrapper gb-button-wrapper-de62634e\">\n\n<a class=\"gb-button gb-button-9af76306 gb-button-text atsls-btn-simple\" href=\"#\">View all platforms<\/a>\n\n<\/div>\n<\/div><\/div><\/div>\n<\/div>\n\n<div class=\"gb-container gb-container-1e1b6664\"><div class=\"gb-inside-container\">\n<div class=\"gb-grid-wrapper gb-grid-wrapper-a13c02a8 medical-devices-slider\" data-slides-to-show=\"3\" data-slides-to-scroll=\"1\">\n<div class=\"gb-grid-column gb-grid-column-1903dfb0\"><div class=\"gb-container gb-container-1903dfb0 card-item\"><a class=\"gb-container-link\" href=\"#\"><\/a><div class=\"gb-inside-container\">\n\n<figure class=\"gb-block-image gb-block-image-7c713633\"><img decoding=\"async\" loading=\"lazy\" width=\"379\" height=\"156\" class=\"gb-image gb-image-7c713633\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/image-1.jpg\" alt=\"\" title=\"image-1\" srcset=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/image-1.jpg 379w, https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/image-1.jpg?resize=300,123 300w\" sizes=\"auto, (max-width: 379px) 100vw, 379px\" \/><\/figure>\n\n\n<div class=\"gb-container gb-container-cfa06ad5\"><div class=\"gb-inside-container\">\n\n<h3 class=\"gb-headline gb-headline-72040516 gb-headline-text\">Pharmacy Automation<\/h3>\n\n\n\n<p class=\"gb-headline gb-headline-35ec7976 gb-headline-text\">Infeed for labeling and packaging, handling of trays, position transfer, transport.<\/p>\n\n\n<div class=\"gb-button-wrapper gb-button-wrapper-0c5096fd\">\n\n<span class=\"gb-button gb-button-eb53e8d0 gb-button-text atsls-btn small\">Learn More<\/span>\n\n<\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n<div class=\"gb-grid-column gb-grid-column-5866c869\"><div class=\"gb-container gb-container-5866c869 card-item\"><a class=\"gb-container-link\" href=\"#\"><\/a><div class=\"gb-inside-container\">\n\n<figure class=\"gb-block-image gb-block-image-4abe857e\"><img decoding=\"async\" loading=\"lazy\" width=\"379\" height=\"156\" class=\"gb-image gb-image-4abe857e\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/image-2.jpg\" alt=\"\" title=\"image-2\" srcset=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/image-2.jpg 379w, https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/image-2.jpg?resize=300,123 300w\" sizes=\"auto, (max-width: 379px) 100vw, 379px\" \/><\/figure>\n\n\n<div class=\"gb-container gb-container-e422b07f\"><div class=\"gb-inside-container\">\n\n<h3 class=\"gb-headline gb-headline-ac3129ca gb-headline-text\">Lab Automation<\/h3>\n\n\n\n<p class=\"gb-headline gb-headline-acb746bd gb-headline-text\">Infeed for labeling and packaging, handling of trays, position transfer, transport.<\/p>\n\n\n<div class=\"gb-button-wrapper gb-button-wrapper-5b04ce43\">\n\n<span class=\"gb-button gb-button-defb593a gb-button-text atsls-btn small\">Learn More<\/span>\n\n<\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n<\/div>\n<\/div><\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n<div class=\"gb-container gb-container-bf1cbc92 testimonial-bg alignwide\"><div class=\"gb-inside-container\">\n<div class=\"gb-grid-wrapper gb-grid-wrapper-7814b5e8\">\n<div class=\"gb-grid-column gb-grid-column-4a093411\"><div class=\"gb-container gb-container-4a093411\"><div class=\"gb-inside-container\">\n\n<figure class=\"gb-block-image gb-block-image-240b92b3\"><img decoding=\"async\" class=\"gb-image gb-image-240b92b3\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls2\/wp-content\/uploads\/sites\/65\/2025\/05\/quote.png\" alt=\"\" title=\"quote\"\/><\/figure>\n\n<\/div><\/div><\/div>\n\n<div class=\"gb-grid-column gb-grid-column-0663f500\"><div class=\"gb-container gb-container-0663f500\"><div class=\"gb-inside-container\">\n\n<h2 class=\"gb-headline gb-headline-e13220d1 gb-headline-text quote\"><strong>Efficiency is doing things right; effectiveness is doing the right things.<\/strong>  <img decoding=\"async\" class=\"wp-image-21845\" style=\"width: 30px;\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls2\/wp-content\/uploads\/sites\/65\/2025\/05\/quote-end.png\" alt=\"\"><\/h2>\n\n\n\n<div class=\"gb-headline gb-headline-8e3bc10c gb-headline-text\"><\/div>\n\n\n\n<p class=\"gb-headline gb-headline-ffb540de gb-headline-text\">Peter Drucker<\/p>\n\n<\/div><\/div><\/div>\n<\/div>\n\n\n<figure class=\"wp-block-video background\"><video autoplay loop muted poster=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/videoframe_2733.png\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls2\/wp-content\/uploads\/sites\/65\/2025\/05\/animation-t.mp4\" playsinline><\/video><\/figure>\n\n<\/div><\/div>\n\n<div class=\"gb-container gb-container-cc8b2dcb alignwide\"><div class=\"gb-inside-container\">\n<section id=\"global-resources-block-block_35a663780169d7fd0920251432ed4dc4\">\n    <div class=\"global-resources-wrapper\">\n        <div class=\"global-resources-head\">\n            <div class=\"global-resources-head__text\">\n                                    <h2>Resources<\/h2>\n                    <div class=\"global-resources-head__underline\"><\/div>\n                                                    <p>I would have this option for when we create a medical devices overview brochure and video<\/p>\n                            <\/div>\n            <div class=\"global-resources-head__tabs\">\n                                    <ul class=\"global-resources-tab-nav\"> \n                                                    <li data-type=\"post\">Posts<\/li>\n                                                    <li data-type=\"case_study\">Case Studies<\/li>\n                                                    <li data-type=\"documents\">Documents<\/li>\n                                            <\/ul>\n                                                    <span class=\"global-resources-viewall atsls-btn-simple\">\n                        <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls2\/resources-new-2\/\">\n                            View All                        <\/a>\n                    <\/span>\n                            <\/div>\n        <\/div>\n        <div class=\"global-res-posts\">\n                        <div class=\"global-res-posts__item\" data-type=\"post\">\n        <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/2025\/03\/26\/innovation-in-action-a-look-back-at-ats-life-sciences-systems-first-e-beam-sterilization-symposium\/\"\n           class=\"global-res-posts__item-link\"\n           target=\"_self\"\n           >\n            <div class=\"global-res-posts__image-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/03\/IMG_5754.jpeg\"\n                         alt=\"Innovation in Action: A Look Back at ATS LSS First E-Beam Sterilization Symposium\"\n                         class=\"global-res-posts__image\">\n                            <\/div>\n                        <h3 class=\"global-res-posts__title\">Innovation in Action: A Look Back at ATS LSS First E-Beam Sterilization Symposium<\/h3>\n            <p class=\"global-res-posts__excerpt\">ATS Life Sciences Systems hosted its first-ever E-Beam Sterilization Symposium to explore the future of sterilization technology. The event showcased the advantages of E-beam sterilization, such as safety, regulatory adaptability, and faster product release, setting a new standard for industry collaboration.<\/p>\n            <div class=\"global-res-posts__button-wrapper\">\n                <button class=\"global-res-posts__button atsls-btn\">Learn More<\/button>\n            <\/div>\n        <\/a>\n    <\/div>\n        <div class=\"global-res-posts__item\" data-type=\"post\">\n        <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/2025\/02\/28\/navigating-your-first-trade-show-atss-ultimate-success-guide\/\"\n           class=\"global-res-posts__item-link\"\n           target=\"_self\"\n           >\n            <div class=\"global-res-posts__image-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/02\/shutterstock_2511491731.jpg\"\n                         alt=\"Navigating Your First Trade Show: ATS\u2019s Ultimate Success Guide\"\n                         class=\"global-res-posts__image\">\n                            <\/div>\n                        <h3 class=\"global-res-posts__title\">Navigating Your First Trade Show: ATS\u2019s Ultimate Success Guide<\/h3>\n            <p class=\"global-res-posts__excerpt\">As we move into March, it\u2019s time for a reality check\u2014how are your New Year\u2019s resolutions holding up? Many start the year with ambitious goals, but as time passes, priorities shift, and some resolutions start to slip. At ATS Life Sciences Systems, we believe that real progress isn\u2019t about making resolutions once, it\u2019s about maintaining them year-round. Just like personal resolutions, businesses must stay committed to their goals, whether that\u2019s improving efficiency, reducing waste, or enhancing production quality. We don\u2019t just set resolutions, we implement strategies that ensure measurable, sustainable success.<\/p>\n            <div class=\"global-res-posts__button-wrapper\">\n                <button class=\"global-res-posts__button atsls-btn\">Learn More<\/button>\n            <\/div>\n        <\/a>\n    <\/div>\n        <div class=\"global-res-posts__item\" data-type=\"post\">\n        <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/2025\/02\/26\/are-your-2025-resolutions-still-on-track-how-ats-lss-ensures-success-year-round\/\"\n           class=\"global-res-posts__item-link\"\n           target=\"_self\"\n           >\n            <div class=\"global-res-posts__image-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/02\/2_New-Years-Resolution.jpg\"\n                         alt=\"Are Your 2025 Resolutions Still on Track? How ATS LSS Ensures Success Year-Round\"\n                         class=\"global-res-posts__image\">\n                            <\/div>\n                        <h3 class=\"global-res-posts__title\">Are Your 2025 Resolutions Still on Track? How ATS LSS Ensures Success Year-Round<\/h3>\n            <p class=\"global-res-posts__excerpt\">As we move into March, it\u2019s time for a reality check\u2014how are your New Year\u2019s resolutions holding up? Many start the year with ambitious goals, but as time passes, priorities shift, and some resolutions start to slip. At ATS Life Sciences Systems, we believe that real progress isn\u2019t about making resolutions once, it\u2019s about maintaining them year-round. Just like personal resolutions, businesses must stay committed to their goals, whether that\u2019s improving efficiency, reducing waste, or enhancing production quality. We don\u2019t just set resolutions, we implement strategies that ensure measurable, sustainable success.<\/p>\n            <div class=\"global-res-posts__button-wrapper\">\n                <button class=\"global-res-posts__button atsls-btn\">Learn More<\/button>\n            <\/div>\n        <\/a>\n    <\/div>\n        <div class=\"global-res-posts__item\" data-type=\"case_study\">\n        <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/case-studies\/ultra-low-dispensing-for-miniaturized-diagnostics\/\"\n           class=\"global-res-posts__item-link\"\n           target=\"_self\"\n           >\n            <div class=\"global-res-posts__image-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2024\/10\/BioJet\u2122-2.jpg\"\n                         alt=\"Scaling Up Complexity for Diagnostics and Wearables in a Quick-to-Market Solution\"\n                         class=\"global-res-posts__image\">\n                            <\/div>\n                        <h3 class=\"global-res-posts__title\">Scaling Up Complexity for Diagnostics and Wearables in a Quick-to-Market Solution<\/h3>\n            <p class=\"global-res-posts__excerpt\">Our customer, a global pharma company, is a producer of a cancer drug containing both a liquid and a powder that is delivered via syringe. Their existing assembly process was outdated, required staff in full PPE garb in cleanrooms, and was not Class A. They wanted an automated aseptic filling, handling and packaging line that included containment of APIs in the form of a liquid and a cytotoxic powder, and that was capable of increasing production capacity. \nInitially the request was for two separate machines: one that could produce a syringe line and a second that would handle vials. After consultation with the experts in the ATS LS Group, we were able to present a hybrid concept, merging the two processes and delivering a single end-to-end solution capable of changing formats from one to the other, quickly and efficiently. Despite greater complexity, the revamped proposal was less costly and mitigated risk to both the product and to operators.  <\/p>\n            <div class=\"global-res-posts__button-wrapper\">\n                <button class=\"global-res-posts__button atsls-btn\">Learn More<\/button>\n            <\/div>\n        <\/a>\n    <\/div>\n        <div class=\"global-res-posts__item\" data-type=\"case_study\">\n        <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/case-studies\/complex-cytotoxic-syringe-assembly\/\"\n           class=\"global-res-posts__item-link\"\n           target=\"_self\"\n           >\n            <div class=\"global-res-posts__image-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2024\/10\/mt001_01.jpeg\"\n                         alt=\"Solution for Aseptic Filling and Handling of Liquid and Cytotoxic Powder\"\n                         class=\"global-res-posts__image\">\n                            <\/div>\n                        <h3 class=\"global-res-posts__title\">Solution for Aseptic Filling and Handling of Liquid and Cytotoxic Powder<\/h3>\n            <p class=\"global-res-posts__excerpt\">Our customer, a global pharma company, is a producer of a cancer drug containing both a liquid and a powder that is delivered via syringe. Their existing assembly process was outdated, required staff in full PPE garb in cleanrooms, and was not Class A. They wanted an automated aseptic filling, handling and packaging line that included containment of APIs in the form of a liquid and a cytotoxic powder, and that was capable of increasing production capacity. \nInitially the request was for two separate machines: one that could produce a syringe line and a second that would handle vials. After consultation with the experts in the ATS LS Group, we were able to present a hybrid concept, merging the two processes and delivering a single end-to-end solution capable of changing formats from one to the other, quickly and efficiently. Despite greater complexity, the revamped proposal was less costly and mitigated risk to both the product and to operators.  <\/p>\n            <div class=\"global-res-posts__button-wrapper\">\n                <button class=\"global-res-posts__button atsls-btn\">Learn More<\/button>\n            <\/div>\n        <\/a>\n    <\/div>\n        <div class=\"global-res-posts__item\" data-type=\"case_study\">\n        <a href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/case-studies\/quality-benefits-with-automated-visual-inspection\/\"\n           class=\"global-res-posts__item-link\"\n           target=\"_self\"\n           >\n            <div class=\"global-res-posts__image-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2024\/09\/ATS-AR24-2239.jpeg\"\n                         alt=\"Quality Benefits with Automated Visual Inspection\"\n                         class=\"global-res-posts__image\">\n                            <\/div>\n                        <h3 class=\"global-res-posts__title\">Quality Benefits with Automated Visual Inspection<\/h3>\n            <p class=\"global-res-posts__excerpt\">Quantifying, understanding and verifying product quality is a critical step in any manufacturing process. Moving from a manual inspection to an automated inspection provides greater insight into the quality of the product and process by creating measurable baselines and enabling statistical process controls. This case study provides an overview and takeaways from an ATS project that involved designed flexibility, close collaboration with the customer on their evolving needs, and advanced technologies including Artificial Intelligence-based (AI) inspection. <\/p>\n            <div class=\"global-res-posts__button-wrapper\">\n                <button class=\"global-res-posts__button atsls-btn\">Learn More<\/button>\n            <\/div>\n        <\/a>\n    <\/div>\n        <div class=\"global-res-posts__item\" data-type=\"documents\">\n        <a href=\"https:\/\/go.atsautomation.com\/l\/651873\/2025-01-22\/h7ng74\/651873\/1737563015AiFSty3O\/MEDTECH_Brochure_ENG_v3_1.pdf\"\n           class=\"global-res-posts__item-link\"\n           target=\"_blank\"\n           >\n            <div class=\"global-res-posts__image-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/02\/607c9406-99ba-4a87-ad43-35b7649db371.jpg\"\n                         alt=\"Bluetooth\u00ae Functionality Testing for Smart Medical Products\"\n                         class=\"global-res-posts__image\">\n                            <\/div>\n                        <p class=\"global-res-posts__type\">\n                FACT SHEET            <\/p>\n                        <h3 class=\"global-res-posts__title\">Bluetooth\u00ae Functionality Testing for Smart Medical Products<\/h3>\n            <p class=\"global-res-posts__excerpt\">Verify and validate the correct transmission of data and functionality of your Bluetooth\u00ae enabled device, diagnostic or combination product\n<\/p>\n            <div class=\"global-res-posts__button-wrapper\">\n                <button class=\"global-res-posts__button atsls-btn\">Download<\/button>\n            <\/div>\n        <\/a>\n    <\/div>\n                <style>\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts {\n            display: flex;\n            flex-wrap: wrap;\n            margin: 0 -10px;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item {\n            width: 33.3%;\n            padding: 10px;\n        }\n       \n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item-link {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            text-decoration: none;\n            color: #000;\n            height: 100%;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__button-wrapper {\n            margin-top: auto;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item-link:hover {\n            color: #000;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item-link:hover .global-res-posts__button {\n            padding-left: 60px !important;\n            padding-right: 20px !important;\n            background-color: #9acd4f;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item-link:hover .global-res-posts__button::before {\n            opacity: 1;\n        }\n        \/* #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item-link:hover .global-res-posts__image-wrapper::after, *\/\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item-link:hover .global-res-posts__image-wrapper::before\n         {\n            opacity: 1;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item-link:hover .global-res-posts__image-wrapper img {\n            transform: scale(1.05);\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__image-wrapper {\n            position: relative;\n            width: 100%;\n            height: 180px;\n            margin-bottom: 22px;\n            overflow: hidden;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__image-wrapper::before {\n            content: \"\";\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            left: 0;\n            top: 0;\n            background-color: rgba(246, 249, 253, 0.4);\n            opacity: 0;\n            pointer-events: none;\n            z-index: 1;\n            transition: 0.3s;\n        }\n        \/* #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__image-wrapper::after {\n            content: \"\";\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            left: 0;\n            top: 0;\n            background-image: url('https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/themes\/atsls-2025\/assets\/resources-hover.svg');\n            background-position: top right;\n            background-size: contain;\n            background-repeat: no-repeat;\n            z-index: 1;\n            opacity: 0;\n            transition: 0.3s;\n        } *\/\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__image-wrapper img {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            left: 0;\n            top: 0;\n            object-fit: cover;\n            transition: 0.3s;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__type {\n            margin: 0;\n            padding: 4px 8px;\n            color: #206EC7;\n            background-color: rgba(32, 110, 199, 0.1);\n            display: inline-block;\n            margin-bottom: 12px;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__title {\n            font-family: 'Roboto', sans-serif;\n            font-size: 18px;\n            font-weight: 500;\n            margin-bottom: 8px;\n            display: -webkit-box;\n            -webkit-line-clamp: 2;\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__excerpt {\n            display: -webkit-box;\n            -webkit-line-clamp: 2;\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__button {\n            border: 1px solid #9ACD4F;\n            text-transform: uppercase;\n            font-size: 14px;\n            background-color: #fff;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__button::before {\n            top: 6px !important;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-tab-nav {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            display: flex;\n            justify-content: flex-end;\n            flex-wrap: wrap;\n            align-items: center;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-tab-nav li {\n            cursor: pointer;\n            padding: 4px 8px;\n            background:#206EC71A;\n            color: #206EC7;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-tab-nav li:not(:last-child){\n            margin-right: 12px;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-tab-nav li.active {\n            background: #206EC7;\n            color: #fff;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-tab-nav li{\n            list-style-type:none ;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head{\n            display: flex;\n            align-items: flex-end;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-bottom: 30px;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head__text{\n            width: 50%;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head__underline{\n            width: 100px;\n            height: 2px;\n            background-color: #206EC7;\n            margin-bottom: 24px;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head__tabs{\n            display: flex;\n            align-items: center;\n            flex-wrap: wrap;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head__text h2{\n            text-transform: uppercase;\n            font-weight: 900;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .atsls-btn-simple{\n            margin-left: 40px;\n        }\n\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 #resources-video-modal {\n            position: fixed;\n            left: 0;\n            z-index: 99999;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0, 0, 0, .7);\n            opacity: 0;\n            visibility: hidden;\n            transform: scale(.7);\n        }\n\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 #resources-video-modal.show{\n            opacity: 1;\n            visibility: visible;\n            transform: scale(1);\n            transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .resources-video-modal-content {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            background-color: #fff;\n            padding: 1.5rem;\n            width: 100%;\n            max-width: 870px;\n            max-height: 70vh;\n            height: auto;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 #resources-video-modal-close {\n            display: flex;\n            justify-content: flex-end;\n            margin-bottom: 10px;\n        }\n\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 #resources-video-modal-close svg{\n            cursor: pointer;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .resources-video-modal-body{\n            position: relative;\n            width: 100%;\n            padding-top: 56.25%;\n        }\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .resources-video-modal-body iframe,\n        #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .resources-video-modal-body video{\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            left: 0;\n            top: 0;\n            border: none;\n        }\n\n\n        @media(max-width: 991px){\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item {\n                width: 50%;\n                padding: 15px 10px;\n            }\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head__text{\n                width: 100%;\n            }\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head{\n                justify-content: flex-end;\n            }\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head__tabs{\n                margin-top: 20px;\n            }\n        }\n\n        @media(max-width: 767px){\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head{\n                justify-content: flex-start;\n            }\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-resources-head__tabs{\n                flex-direction: column;\n                align-items: flex-start;\n            }\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .atsls-btn-simple{\n                margin-left: 0;\n                margin-top: 20px;\n            }\n            #global-resources-block-block_35a663780169d7fd0920251432ed4dc4 .global-res-posts__item {\n                width: 100%;\n            }\n        }\n        .block-editor .global-res-posts__item-link{\n            pointer-events: none;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function($){\n            const $block = $('#global-resources-block-block_35a663780169d7fd0920251432ed4dc4');\n            $block.each(function(){\n                const $thisBlock = $(this);\n                const $navItems = $thisBlock.find('.global-resources-tab-nav li');\n                const $items = $thisBlock.find('.global-res-posts__item');\n\n                function showItems(type) {\n                    $items.hide().filter('[data-type=\"'+type+'\"]').show();\n                    $navItems.removeClass('active').filter('[data-type=\"'+type+'\"]').addClass('active');\n                }\n\n                $navItems.on('click', function(){\n                    const type = $(this).data('type');\n                    showItems(type);\n                });\n\n                if ($navItems.length) {\n                    showItems($navItems.first().data('type'));\n                }\n            });\n\n\n            $(document).on('click', '.open-resources-video-modal', function(e){\n                e.preventDefault();\n                const embed = $(this).data('video-embed');\n                const file = $(this).data('video-file');\n                let content = '';\n                if (embed) {\n                    content = embed;\n                } else if (file) {\n                    content = '<video controls width=\"100%\" src=\"' + file + '\"><\/video>';\n                }\n                $('#resources-video-modal-body').html(content);\n                $('#resources-video-modal').removeClass('hide').addClass('show');\n            });\n\n            $('#resources-video-modal-close').on('click', function(){\n                $('#resources-video-modal').removeClass('show').addClass('hide');\n                $('#resources-video-modal-body').html('');\n            });\n        });\n    <\/script>\n    <div id=\"resources-video-modal\" class=\"resources-video-modal\">\n        <div class=\"resources-video-modal-content\">\n            <span class=\"resources-video-modal-close\" id=\"resources-video-modal-close\">\n                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <g clip-path=\"url(#clip0_2106_308)\">\n                    <path d=\"M18 1.8L16.2 0L9 7.2L1.8 0L0 1.8L7.2 9L0 16.2L1.8 18L9 10.8L16.2 18L18 16.2L10.8 9L18 1.8Z\" fill=\"black\"><\/path>\n                    <\/g>\n                    <defs>\n                    <clipPath id=\"clip0_2106_308\">\n                    <rect width=\"18\" height=\"18\" fill=\"white\"><\/rect>\n                    <\/clipPath>\n                    <\/defs>\n                <\/svg>\n            <\/span>\n            <div class=\"resources-video-modal-body\" id=\"resources-video-modal-body\"><\/div>\n        <\/div>\n    <\/div>\n\n        <\/div><!-- global-res-posts -->\n    <\/div><!-- global-resources-wrapper -->\n<\/section>\n\n<\/div><\/div>\n\n<div class=\"gb-container gb-container-540083d9 alignfull\"><div class=\"gb-inside-container\">\n<div class=\"gb-grid-wrapper gb-grid-wrapper-8519a293\">\n<div class=\"gb-grid-column gb-grid-column-c397222b\"><div class=\"gb-container gb-container-c397222b\"><div class=\"gb-inside-container\">\n\n<h2 class=\"gb-headline gb-headline-d1e516a8 gb-headline-text\">Ready to Speak with a Specialist?<\/h2>\n\n\n\n<p class=\"gb-headline gb-headline-a3b21992 gb-headline-text\">We can help you explore the potential of automation in your small format or larger-scale lab or pharmacy application<\/p>\n\n\n<div class=\"gb-button-wrapper gb-button-wrapper-739011f7\">\n\n<a class=\"gb-button gb-button-e458903b gb-button-text atsls-btn\" href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls2\/contact-us\/\">Contact us<\/a>\n\n<\/div>\n<\/div><\/div><\/div>\n\n<div class=\"gb-grid-column gb-grid-column-00949ae9\"><div class=\"gb-container gb-container-00949ae9\"><div class=\"gb-inside-container\"><\/div><\/div><\/div>\n<\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":378,"featured_media":0,"parent":9056,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/empty.php","meta":{"_acf_changed":false,"_cr_original_post":"","_cr_replace_post_id":"","_cr_replacing_post_id":"","inline_featured_image":false,"cover_image":0,"footnotes":""},"coauthors":[78],"class_list":["post-10294","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.8 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Pharmacies &amp; Laboratories - ATS Life Sciences<\/title>\n<meta name=\"description\" content=\"ATS enhances pharmacy and laboratory operations with advanced automation, ensuring precision, compliance, and efficiency in drug dispensing and scientific research.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pharmacies &amp; Laboratories\" \/>\n<meta property=\"og:description\" content=\"ATS enhances pharmacy and laboratory operations with advanced automation, ensuring precision, compliance, and efficiency in drug dispensing and scientific research.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/\" \/>\n<meta property=\"og:site_name\" content=\"ATS Life Sciences\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-17T15:33:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2024\/06\/unnamed-file.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"akhatpe\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/\",\"url\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/\",\"name\":\"Pharmacies &amp; Laboratories - ATS Life Sciences\",\"isPartOf\":{\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg\",\"datePublished\":\"2023-10-13T14:57:49+00:00\",\"dateModified\":\"2025-07-17T15:33:07+00:00\",\"description\":\"ATS enhances pharmacy and laboratory operations with advanced automation, ensuring precision, compliance, and efficiency in drug dispensing and scientific research.\",\"breadcrumb\":{\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#primaryimage\",\"url\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg\",\"contentUrl\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg\",\"width\":581,\"height\":580},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SEGMENTS WE SERVE\",\"item\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Pharmacies &amp; Laboratories\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/#website\",\"url\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/\",\"name\":\"ATS Life Sciences\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ats-automation-develop.go-vip.net\/atsls\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Pharmacies &amp; Laboratories - ATS Life Sciences","description":"ATS enhances pharmacy and laboratory operations with advanced automation, ensuring precision, compliance, and efficiency in drug dispensing and scientific research.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/","og_locale":"en_US","og_type":"article","og_title":"Pharmacies &amp; Laboratories","og_description":"ATS enhances pharmacy and laboratory operations with advanced automation, ensuring precision, compliance, and efficiency in drug dispensing and scientific research.","og_url":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/","og_site_name":"ATS Life Sciences","article_modified_time":"2025-07-17T15:33:07+00:00","og_image":[{"url":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2024\/06\/unnamed-file.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes","Written by":"akhatpe"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/","url":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/","name":"Pharmacies &amp; Laboratories - ATS Life Sciences","isPartOf":{"@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#primaryimage"},"image":{"@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#primaryimage"},"thumbnailUrl":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg","datePublished":"2023-10-13T14:57:49+00:00","dateModified":"2025-07-17T15:33:07+00:00","description":"ATS enhances pharmacy and laboratory operations with advanced automation, ensuring precision, compliance, and efficiency in drug dispensing and scientific research.","breadcrumb":{"@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#primaryimage","url":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg","contentUrl":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-content\/uploads\/sites\/26\/2025\/07\/Standard-Stations.jpg","width":581,"height":580},{"@type":"BreadcrumbList","@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/pharmacies-laboratories\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/"},{"@type":"ListItem","position":2,"name":"SEGMENTS WE SERVE","item":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/segments-we-serve\/"},{"@type":"ListItem","position":3,"name":"Pharmacies &amp; Laboratories"}]},{"@type":"WebSite","@id":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/#website","url":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/","name":"ATS Life Sciences","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/pages\/10294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/users\/378"}],"replies":[{"embeddable":true,"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/comments?post=10294"}],"version-history":[{"count":27,"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/pages\/10294\/revisions"}],"predecessor-version":[{"id":24224,"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/pages\/10294\/revisions\/24224"}],"up":[{"embeddable":true,"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/pages\/9056"}],"wp:attachment":[{"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/media?parent=10294"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/ats-automation-develop.go-vip.net\/atsls\/wp-json\/wp\/v2\/coauthors?post=10294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}