{"title":"Przewodnik po wyborze licznika kapsułek\/tabletek","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Arial', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f5f7fa;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding: 3rem 2rem;\n            background: white;\n            color: #2d4059;\n            border-radius: 16px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #ff5722, #4a90e2, #43a047);\n        }\n        \n        header h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            color: #2d4059;\n            font-weight: 700;\n        }\n        \n        header p {\n            font-size: 1.3rem;\n            opacity: 0.8;\n            max-width: 800px;\n            margin: 0 auto;\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        .method-section {\n            margin-bottom: 3rem;\n            padding: 2.5rem;\n            border-radius: 16px;\n            background: white;\n            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);\n            border-left: 6px solid #ff5722;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .method-section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);\n        }\n        \n        .method-section:nth-child(2) {\n            border-left-color: #4a90e2;\n        }\n        \n        .method-section:nth-child(3) {\n            border-left-color: #43a047;\n        }\n        \n        .method-title {\n            font-size: 2rem;\n            color: #2d4059;\n            margin-bottom: 1.8rem;\n            display: flex;\n            align-items: center;\n            padding-bottom: 1rem;\n            border-bottom: 3px solid #f0f0f0;\n        }\n        \n        .method-title i {\n            margin-right: 15px;\n            font-size: 1.8rem;\n            background: linear-gradient(135deg, #ff8c42 0%, #ff5722 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .method-section:nth-child(2) .method-title i {\n            background: linear-gradient(135deg, #6bb5ff 0%, #4a90e2 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .method-section:nth-child(3) .method-title i {\n            background: linear-gradient(135deg, #66bb6a 0%, #43a047 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .recommendation {\n            background: linear-gradient(135deg, rgba(255, 87, 34, 0.1) 0%, rgba(255, 87, 34, 0.03) 100%);\n            padding: 1.5rem 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n            border-left: 5px solid #ff5722;\n            font-weight: 600;\n            color: #2d4059;\n            font-size: 1.2rem;\n            line-height: 1.5;\n        }\n        \n        .method-section:nth-child(2) .recommendation {\n            background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.03) 100%);\n            border-left-color: #4a90e2;\n        }\n        \n        .method-section:nth-child(3) .recommendation {\n            background: linear-gradient(135deg, rgba(67, 160, 71, 0.1) 0%, rgba(67, 160, 71, 0.03) 100%);\n            border-left-color: #43a047;\n        }\n        \n        .features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 25px;\n            margin-bottom: 2.5rem;\n        }\n        \n        .feature {\n            flex: 1;\n            min-width: 280px;\n            background: linear-gradient(135deg, #f9f9f9 0%, #f0f5ff 100%);\n            padding: 1.8rem;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s ease;\n            border: 1px solid #e8eef5;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n            border-color: #4a90e2;\n        }\n        \n        .feature-title {\n            font-weight: 700;\n            color: #2d4059;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            font-size: 1.2rem;\n        }\n        \n        .feature-title i {\n            margin-right: 12px;\n            font-size: 1.4rem;\n            color: #ff5722;\n        }\n        \n        .method-section:nth-child(2) .feature-title i {\n            color: #4a90e2;\n        }\n        \n        .method-section:nth-child(3) .feature-title i {\n            color: #43a047;\n        }\n        \n        .feature p {\n            color: #555;\n            line-height: 1.7;\n            font-size: 1.05rem;\n        }\n        \n        .step {\n            margin-bottom: 2.5rem;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .step-number {\n            background: linear-gradient(135deg, #ff8c42 0%, #ff5722 100%);\n            color: white;\n            width: 48px;\n            height: 48px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 25px;\n            flex-shrink: 0;\n            font-weight: bold;\n            font-size: 1.3rem;\n            box-shadow: 0 5px 15px rgba(255, 140, 66, 0.4);\n        }\n        \n        .method-section:nth-child(2) .step-number {\n            background: linear-gradient(135deg, #6bb5ff 0%, #4a90e2 100%);\n            box-shadow: 0 5px 15px rgba(74, 144, 226, 0.4);\n        }\n        \n        .method-section:nth-child(3) .step-number {\n            background: linear-gradient(135deg, #66bb6a 0%, #43a047 100%);\n            box-shadow: 0 5px 15px rgba(67, 160, 71, 0.4);\n        }\n        \n        .step-content {\n            flex: 1;\n        }\n        \n        .step-content p {\n            margin-bottom: 1.5rem;\n            color: #555;\n            line-height: 1.8;\n            font-size: 1.1rem;\n        }\n        \n        .image-container {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            margin: 2rem 0;\n            width: 100%;\n        }\n        \n        .step-image {\n            width: 100%;\n            max-width: 700px;\n            height: 380px;\n            background-color: #f8f9fa;\n            border-radius: 14px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            margin: 0.8rem 0;\n            transition: all 0.4s ease;\n            border: 2px solid #e8eef5;\n            position: relative;\n        }\n        \n        .step-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            padding: 20px;\n            transition: transform 0.5s ease;\n        }\n        \n        .step-image:hover {\n            transform: scale(1.02);\n            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);\n            border-color: #4a90e2;\n        }\n        \n        .step-image:hover img {\n            transform: scale(1.05);\n        }\n        \n        .image-caption {\n            text-align: center;\n            margin-top: 15px;\n            font-size: 1rem;\n            color: #666;\n            font-style: italic;\n            font-weight: 500;\n        }\n        \n        .upload-container {\n            text-align: center;\n            margin-top: 25px;\n            padding-top: 20px;\n            border-top: 2px dashed #ddd;\n            width: 100%;\n        }\n        \n        .upload-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, #2d4059 0%, #1e2f48 100%);\n            color: white;\n            padding: 12px 24px;\n            border-radius: 10px;\n            cursor: pointer;\n            font-size: 1.05rem;\n            transition: all 0.3s ease;\n            gap: 10px;\n            border: none;\n            font-weight: 500;\n        }\n        \n        .upload-btn:hover {\n            background: linear-gradient(135deg, #435771 0%, #2d4059 100%);\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(45, 64, 89, 0.25);\n        }\n        \n        .image-upload {\n            display: none;\n        }\n        \n        .tip-box {\n            background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.03) 100%);\n            border-left: 5px solid #4a90e2;\n            padding: 1.8rem;\n            margin: 2rem 0;\n            border-radius: 0 12px 12px 0;\n        }\n        \n        .tip-title {\n            font-weight: 700;\n            color: #2d4059;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            font-size: 1.2rem;\n        }\n        \n        .tip-title i {\n            margin-right: 12px;\n            font-size: 1.4rem;\n            color: #4a90e2;\n        }\n        \n        .tip-box p {\n            color: #555;\n            line-height: 1.7;\n            font-size: 1.05rem;\n        }\n        \n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 3rem 0;\n            background: white;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);\n        }\n        \n        .comparison-table th, .comparison-table td {\n            padding: 1.5rem;\n            text-align: left;\n            border-bottom: 1px solid #eef2f7;\n            font-size: 1.05rem;\n        }\n        \n        .comparison-table th {\n            background: linear-gradient(135deg, #2d4059 0%, #1e2f48 100%);\n            color: white;\n            font-weight: 600;\n            font-size: 1.15rem;\n        }\n        \n        .comparison-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .comparison-table tr:nth-child(even) {\n            background-color: #f9fbfd;\n        }\n        \n        .comparison-table tr:hover {\n            background-color: #f0f5ff;\n        }\n        \n        .comparison-table td:first-child {\n            font-weight: 600;\n            color: #2d4059;\n        }\n        \n        .contact-section {\n            background: white;\n            color: #333;\n            padding: 3.5rem;\n            border-radius: 16px;\n            text-align: center;\n            margin: 3.5rem 0;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .contact-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #ff5722, #4a90e2, #43a047);\n        }\n        \n        .contact-section h3 {\n            margin-bottom: 1.5rem;\n            font-size: 2rem;\n            color: #2d4059;\n            font-weight: 700;\n        }\n        \n        .contact-section p {\n            color: #666;\n            max-width: 800px;\n            margin: 0 auto 2rem;\n            font-size: 1.2rem;\n            line-height: 1.6;\n        }\n        \n        .contact-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, #ff5722 0%, #ff8c42 100%);\n            color: white;\n            padding: 16px 36px;\n            border-radius: 12px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 1.5rem;\n            transition: all 0.3s ease;\n            font-size: 1.2rem;\n            gap: 12px;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .contact-btn:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 30px rgba(255, 87, 34, 0.35);\n            background: linear-gradient(135deg, #ff7043 0%, #ff9c63 100%);\n        }\n        \n        footer {\n            text-align: center;\n            padding: 3rem 2rem;\n            margin-top: 4rem;\n            color: #666;\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        footer::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #ff5722, #4a90e2, #43a047);\n        }\n        \n        footer p {\n            color: #666;\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            body {\n                padding: 15px;\n            }\n            \n            header {\n                padding: 2rem 1.5rem;\n            }\n            \n            header h1 {\n                font-size: 2.2rem;\n            }\n            \n            header p {\n                font-size: 1.1rem;\n            }\n            \n            .method-section {\n                padding: 1.8rem;\n            }\n            \n            .method-title {\n                font-size: 1.6rem;\n            }\n            \n            .step {\n                flex-direction: column;\n            }\n            \n            .step-number {\n                margin-bottom: 20px;\n                margin-right: 0;\n            }\n            \n            .features {\n                flex-direction: column;\n                gap: 20px;\n            }\n            \n            .feature {\n                min-width: 100%;\n            }\n            \n            .step-image {\n                max-width: 100%;\n                height: 300px;\n            }\n            \n            .comparison-table {\n                font-size: 0.95rem;\n            }\n            \n            .comparison-table th, .comparison-table td {\n                padding: 1rem;\n            }\n            \n            .contact-section {\n                padding: 2.5rem 1.5rem;\n            }\n            \n            .contact-section h3 {\n                font-size: 1.7rem;\n            }\n            \n            footer {\n                padding: 2.5rem 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cheader\u003e\n\u003ch1\u003e💊 Przewodnik wyboru licznika kapsułek\/tabletek\u003c\/h1\u003e\n\u003cp\u003eWybierz najbardziej odpowiednie automatyczne urządzenie liczące w zależności od skali produkcji i wymagań dotyczących dokładności.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"method-section\"\u003e\n\u003cdiv class=\"method-title\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e Przemysłowy licznik wysokowydajny: model JF-8\u003c\/div\u003e\n\u003cdiv class=\"recommendation\"\u003ePolecany, jeśli potrzebujesz \u003cstrong\u003enajwyższej wydajności\u003c\/strong\u003e i doskonałej dokładności liczenia, zwłaszcza dla \u003cstrong\u003ekapsułek\u003c\/strong\u003e.\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-rocket\"\u003e\u003c\/i\u003e Wydajność\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e20 000 ~ 40 000 szt.\/min\u003c\/strong\u003e - Zaprojektowany do dużych, ciągłych linii produkcyjnych.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-compress-arrows-alt\"\u003e\u003c\/i\u003e Wymiary\/Waga\u003c\/div\u003e\n\u003cp\u003e1200×500×1400mm \/ 110KG - Relatywnie kompaktowa konstrukcja jak na maszynę wysokowydajną.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-boxes\"\u003e\u003c\/i\u003e Zakres zastosowań\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOptymalizowany pod kapsułki\u003c\/strong\u003e - Zakres załadunku 2~9999 sztuk, łatwo dostosowywany do różnych rozmiarów butelek.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cp\u003eJF-8 został opracowany do \u003cstrong\u003eliczenia z najwyższą prędkością\u003c\/strong\u003e w przemyśle farmaceutycznym i nutraceutycznym. Jego główną zaletą jest utrzymanie doskonałej dokładności liczenia nawet przy ekstremalnych prędkościach, co czyni go szczególnie efektywnym w obsłudze kapsułek.\u003c\/p\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv class=\"step-image\"\u003e\u003cimg alt=\"automatyczna maszyna do liczenia kapsułek, metalowa maszyna do liczenia kapsułek do aptek\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0010\/4982\/1242\/products\/automatic-capsule-counter-machine-metal-capsule-counting-machine-for-pharmacy-498931.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"image-caption\"\u003eJF-8 Wysokowydajny licznik kapsułek\u003c\/div\u003e\n\u003cdiv class=\"upload-container\"\u003e\n\u003clabel class=\"upload-btn\" for=\"imageUpload1\"\u003e \u003ci class=\"fas fa-camera\"\u003e\u003c\/i\u003e Prześlij własne zdjęcie \u003c\/label\u003e \u003cinput accept=\"image\/*\" class=\"image-upload\" id=\"imageUpload1\" type=\"file\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cdiv class=\"tip-title\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e Kluczowe zalety\u003c\/div\u003e\n\u003cp\u003eBardzo wysoka wydajność zmniejsza koszty pracy i zapewnia stałą dokładność liczenia produktów. Elektroniczne sterowanie umożliwia szybkie dostosowanie ilości napełniania.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"method-section\"\u003e\n\u003cdiv class=\"method-title\"\u003e\n\u003ci class=\"fas fa-desktop\"\u003e\u003c\/i\u003e Mały licznik stołowy: modele YL-2 \/ YL-4\u003c\/div\u003e\n\u003cdiv class=\"recommendation\"\u003ePolecany dla: \u003cstrong\u003eR\u0026amp;D, szpitali, aptek\u003c\/strong\u003e lub \u003cstrong\u003eprodukcji małoseryjnej\u003c\/strong\u003e, poszukujących ekonomicznego i niewielkiego urządzenia.\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-tachometer-alt\"\u003e\u003c\/i\u003e Wydajność\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eYL-2\u003c\/strong\u003e: 1000~1800 tabletek\/godzinę; \u003cstrong\u003eYL-4\u003c\/strong\u003e: 2000~3500 tabletek\/godzinę - Odpowiedni do codziennych potrzeb małych partii.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e Wymiary\/Waga\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eYL-2\u003c\/strong\u003e: 760×660×700mm \/ 60KG - \u003cstrong\u003eWyjątkowo kompaktowy\u003c\/strong\u003e, idealny do pracy na stole.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-power-off\"\u003e\u003c\/i\u003e Napięcie\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eKompatybilny z 110V\/220V\u003c\/strong\u003e - Łatwy do wdrożenia i użytkowania w różnych regionach na świecie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cp\u003eSeria YL to kompaktowe maszyny liczące, zapewniające niezawodną dokładność przy minimalnej zajmowanej powierzchni. YL-4 to ulepszona wersja YL-2 z wyższą wydajnością. Są ekonomicznym punktem startowym do automatycznego liczenia, idealnym dla laboratoriów o ograniczonej przestrzeni lub startupów.\u003c\/p\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv class=\"step-image\"\u003e\u003cimg alt=\"w pełni automatyczna maszyna do liczenia małych tabletek\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0010\/4982\/1242\/products\/fully-automatic-tablet-counter-machine-small-tablet-counting-machine-329608.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"image-caption\"\u003eYL-2 \/ YL-4 Mały licznik stołowy\u003c\/div\u003e\n\u003cdiv class=\"upload-container\"\u003e\n\u003clabel class=\"upload-btn\" for=\"imageUpload2\"\u003e \u003ci class=\"fas fa-camera\"\u003e\u003c\/i\u003e Prześlij własne zdjęcie \u003c\/label\u003e \u003cinput accept=\"image\/*\" class=\"image-upload\" id=\"imageUpload2\" type=\"file\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cdiv class=\"tip-title\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e Kluczowe zalety\u003c\/div\u003e\n\u003cp\u003eNiskie koszty inwestycji, prosta obsługa, łatwa konserwacja oraz uniwersalna konstrukcja napięcia. Idealne urządzenie podstawowe do zastąpienia tradycyjnego ręcznego liczenia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"method-section\"\u003e\n\u003cdiv class=\"method-title\"\u003e\n\u003ci class=\"fas fa-cogs\"\u003e\u003c\/i\u003e Wielofunkcyjny licznik z tarczą obrotową: model SPN-400\u003c\/div\u003e\n\u003cdiv class=\"recommendation\"\u003eZalecany dla: odpowiedni dla \u003cstrong\u003elinii napełniania o niskiej do średniej prędkości\u003c\/strong\u003e, wymagających elastyczności do obsługi \u003cstrong\u003ewielu rodzajów leków\u003c\/strong\u003e i \u003cstrong\u003eróżnych ilości liczenia\u003c\/strong\u003e.\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-dice-d6\"\u003e\u003c\/i\u003e Główne cechy\u003c\/div\u003e\n\u003cp\u003eŚrednica płyty liczącej 400mm, dostosowywana przez zmianę tarcz liczących z 5~100 otworami.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-exchange-alt\"\u003e\u003c\/i\u003e Uniwersalność\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOdpowiedni dla kapsułek, tabletek, pigułek\u003c\/strong\u003e - zmień tarczę, aby dostosować do różnych typów produktów.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-title\"\u003e\n\u003ci class=\"fas fa-bottle-water\"\u003e\u003c\/i\u003e Wydajność\u003c\/div\u003e\n\u003cp\u003e12~26 butelek\/min - odpowiedni dla linii napełniania o niskiej do średniej prędkości.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cp\u003eSPN-400 to klasyczny licznik z tarczą obrotową. Jego mechanizm wykorzystuje otwory na obracającej się tarczy do precyzyjnego dozowania pigułek. Główną zaletą jest wysoka \u003cstrong\u003euniwersalność i szybka elastyczność zmiany\u003c\/strong\u003e. Poprzez szybkie wymienianie tarcz z różną liczbą otworów, może dostosować się do różnych rozmiarów i ilości napełniania, co czyni go idealnym wyborem dla linii wieloproduktowych.\u003c\/p\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv class=\"step-image\"\u003e\u003cimg alt=\"półautomatyczna elektroniczna maszyna do liczenia tabletek\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0010\/4982\/1242\/products\/semi-automatic-pill-counting-electronic-pill-counter-machine-627833.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"image-caption\"\u003eWielofunkcyjny licznik z tarczą obrotową SPN-400\u003c\/div\u003e\n\u003cdiv class=\"upload-container\"\u003e\n\u003clabel class=\"upload-btn\" for=\"imageUpload3\"\u003e \u003ci class=\"fas fa-camera\"\u003e\u003c\/i\u003e Prześlij własne zdjęcie \u003c\/label\u003e \u003cinput accept=\"image\/*\" class=\"image-upload\" id=\"imageUpload3\" type=\"file\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cdiv class=\"tip-title\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e Kluczowe zalety\u003c\/div\u003e\n\u003cp\u003eStabilna i niezawodna konstrukcja mechaniczna. Silna kompatybilność z różnymi kształtami i rozmiarami pigułek. Prosta wymiana tarczy zapewnia ekonomiczne rozwiązanie dla różnorodnych potrzeb produkcyjnych.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFunkcja\u003c\/th\u003e\n\u003cth\u003eJF-8 (elektroniczne wysokiej prędkości)\u003c\/th\u003e\n\u003cth\u003eYL-2 \/ YL-4 (elektroniczne na małą skalę)\u003c\/th\u003e\n\u003cth\u003eSPN-400 (tarcza obrotowa)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGłówne zastosowanie\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSkala przemysłowa, produkcja kapsułek\u003c\/td\u003e\n\u003ctd\u003eBadania i rozwój \/ szpital \/ małe partie\u003c\/td\u003e\n\u003ctd\u003eLinia napełniania o niskiej do średniej prędkości, wieloproduktowa\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaksymalna wydajność\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eDo 40 000 szt.\/min\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMaks. 3500 tabletek\/godzinę\u003c\/td\u003e\n\u003ctd\u003eMaks. 26 butelek\/min\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUniwersalność rodzaju pigułek\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eKapsułki (specjalistyczne), także tabletki\u003c\/td\u003e\n\u003ctd\u003eGłównie tabletki\u003c\/td\u003e\n\u003ctd\u003eKapsułki, tabletki, pigułki \u003cstrong\u003e(najbardziej uniwersalne)\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWymiary\/Waga\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1200×500×1400mm \/ 110KG\u003c\/td\u003e\n\u003ctd\u003e760×660×700mm \/ 60KG\u003c\/td\u003e\n\u003ctd\u003e600×500×700mm \/ 60KG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eZłożoność zmiany\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNiski (regulacja parametrów)\u003c\/td\u003e\n\u003ctd\u003eNiski (regulacja parametrów)\u003c\/td\u003e\n\u003ctd\u003eŚredni (wymaga zmiany tarczy liczącej)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"contact-section\"\u003e\n\u003ch3\u003eMasz wątpliwości co do wyboru licznika? Skontaktuj się z nami!\u003c\/h3\u003e\n\u003cp\u003eNasz zespół inżynierów poleci najbardziej odpowiednie zautomatyzowane rozwiązanie do liczenia na podstawie rodzaju Twoich tabletek, celów produkcyjnych i budżetu.\u003c\/p\u003e\n\u003cbutton class=\"contact-btn\"\u003e \u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Uzyskaj indywidualną wycenę teraz \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cfooter\u003e\n\u003cp\u003e© 2023 Przewodnik wyboru licznika kapsułek\/tabletek | Profesjonalny dostawca sprzętu farmaceutycznego\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003cp\u003e \u003c\/p\u003e","products":[],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0010\/4982\/1242\/collections\/automatic-capsule-counter-machine-metal-capsule-counting-machine-for-pharmacy-498931.jpg?v=1765584348","url":"https:\/\/cecle.net\/pl\/collections\/capsule-tablet-counter-selection-guide.oembed","provider":"CECLE Machine","version":"1.0","type":"link"}