CINXE.COM
X-ray systems for unpackaged products − Sesotec
<!-- $Id: content-types.liquid 50245 2020-06-05 10:32:28Z blanco $ --> <!-- $Id: simple.liquid 48533 2019-03-28 17:36:25Z blanco $ --> <!-- $Id: default.liquid 50923 2023-06-15 13:14:04Z blanco $ --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>X-ray systems for unpackaged products − Sesotec</title> <meta name="description" content="Ideal protection against almost all contaminants and guaranteed product purity in unpackaged products."> <meta name="keywords" content=""> <!-- $Id: localized_formats.liquid 48535 2019-04-01 12:46:16Z blanco $ --> <!-- Localized format strings loaded, no output --> <link rel="shortcut icon" href="/sites/593fc2aac25e5b0640a20ff8/theme/images/favicon.png?1724399351"> <link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.sesotec.com/emea/en.xml" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/slick-1.6.0/slick/slick.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/lightbox/dist/ekko-lightbox.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap-select-1.12.4/css/bootstrap-select.min.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script> var MTUserId='6c381958-ee50-4c6b-b5ab-07f01e807a1e'; var MTFontIds = new Array(); MTFontIds.push("6018010"); // Calibri W01 Bold Italic MTFontIds.push("6018022"); // Calibri W01 Italic MTFontIds.push("6018051"); // Calibri W01 Regular MTFontIds.push("6018059"); // Calibri W01 Bold (function() { var mtTracking = document.createElement('script'); mtTracking.type='text/javascript'; mtTracking.async='true'; mtTracking.src='/sites/593fc2aac25e5b0640a20ff8/theme/fonts/FS-WebFonts-255413651/mtiFontTrackingCode.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(mtTracking); })(); </script> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/application.css?1724399351" media="all" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/cookieCuttr/cookiecuttr.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.migrate.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap/validator.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/slick-1.6.0/slick/slick.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.scrolltofixed.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.masonry.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/lightbox/dist/ekko-lightbox.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/application.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.cookie.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/cookieCuttr/jquery.cookiecuttr.js?1724399351" type="text/javascript" ></script> <script type="module" src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.module.min.js" async defer ></script> <script nomodule src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.min.js" async defer></script> <link rel="stylesheet" type="text/css" href="/assets/locomotive/wysihtml5_editor-b4f58f3877730b43505cbeda3a6e0ea4cd726201b999e2039660fdb751bcf6f3.css"></head> <body class=" "> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MNZS6P" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="loader" style="display: none;"></div> <script> $(document).ready(function () { $(document).ajaxStop(function(){ $("#loader").hide(); }); $(document).ajaxStart(function(){ $("#loader").show(); }); }); </script> <script> const cyrb53 = function (str, seed = 0) { var h1 = 0xdeadbeef ^ seed, h2 = 0x41c6ce57 ^ seed; for (var i = 0, ch; i < str.length; i++) { ch = str.charCodeAt(i); h1 = Math.imul(h1 ^ ch, 2654435761); h2 = Math.imul(h2 ^ ch, 1597334677); } h1 = Math.imul(h1 ^ h1 >>> 16, 2246822507) ^ Math.imul(h2 ^ h2 >>> 13, 3266489909); h2 = Math.imul(h2 ^ h2 >>> 16, 2246822507) ^ Math.imul(h1 ^ h1 >>> 13, 3266489909); return 4294967296 * (2097151 & h2) + (h1 >>> 0); }; function deleteAllCookies(){ cookiesToSkip = ["country", "_sesotec-engine_session", "cc_cookie_accept", "cc_cookie_decline"]; var cookies = $.cookie(); for(var cookie in cookies) { if(cookiesToSkip.includes(cookie)){ continue; } $.removeCookie(cookie); $.removeCookie(cookie, { path: '/'}) ; $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname')}); $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname').split('.').slice(-2).join('.')}); } } $(function() { $.cookieCuttr({ cookieAnalytics: false, cookieAcceptButton: true, cookieDeclineButton:true, cookieMessage: 'We use cookies and various analytics tools on our website to provide you with the best possible service. Some of them are essential, while others help us to improve this website and your experience with it. You can accept or decline the non-essential cookies and analytics tools here. > <a href="http://www.sesotec.com/emea/en/data-privacy#cookies">More Info.</a> ', cookieAcceptButtonText: 'Accept all cookies and analytics tools.', cookieDeclineButtonText: 'Decline non-essential cookies and analytics tools.' }); }); var cookiefulTrackingOK = jQuery.cookie('cc_cookie_accept') == 'cc_cookie_accept'; //remove all cookies if cookies declined if ($.cookie('cc_cookie_decline') == "cc_cookie_decline"){ deleteAllCookies(); $.cookie('cc_cookie_decline','cc_cookie_decline',{ path: '/' }); } var clientIP = "82.165.74.223"; // Validity period of the client ID var validityInterval = Math.round(new Date() / 1000 / 3600 / 8); var clientIDSource = clientIP + ";" + window.location.host + ";" + navigator.userAgent + ";" + navigator.language + ";" + validityInterval; var clientIDHashed = cyrb53(clientIDSource).toString(16); dataLayer = [{ 'cookiefulTrackingOK': cookiefulTrackingOK, 'clientId': clientIDHashed }]; <!-- Google Tag Manager --> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MNZS6P'); <!-- End Google Tag Manager --> </script> <!-- $Id: header.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <header> <!-- $Id: top_nav.liquid 49170 2019-07-25 14:24:14Z blanco $ --> <div class="full-width-wrapper bg-grey-light top-nav header hidden-print"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <nav class="top-nav"> <ul> <li aria-hidden="true" data-toggle="modal" data-target="#countryModal"> <a class="fa fa-globe" style="font-size:1.5em;"></a> <div class="dropdown" style="float:right"> <button id="li-countries" class="no-border btn btn-primary dropdown-toggle" type="button"> <span class="def">Select country</span> <span style="display:none" data-country="AF" class="dropdown-toggle">Afghanistan</span> <span style="display:none" data-country="AX" class="dropdown-toggle">Aland Islands</span> <span style="display:none" data-country="AL" class="dropdown-toggle">Albania</span> <span style="display:none" data-country="DZ" class="dropdown-toggle">Algeria</span> <span style="display:none" data-country="AS" class="dropdown-toggle">American Samoa</span> <span style="display:none" data-country="AD" class="dropdown-toggle">Andorra</span> <span style="display:none" data-country="AO" class="dropdown-toggle">Angola</span> <span style="display:none" data-country="AI" class="dropdown-toggle">Anguilla</span> <span style="display:none" data-country="AG" class="dropdown-toggle">Antigua & Barbuda</span> <span style="display:none" data-country="AR" class="dropdown-toggle">Argentina</span> <span style="display:none" data-country="AM" class="dropdown-toggle">Armenia</span> <span style="display:none" data-country="AW" class="dropdown-toggle">Aruba</span> <span style="display:none" data-country="AU" class="dropdown-toggle">Australia</span> <span style="display:none" data-country="AT" class="dropdown-toggle">Austria</span> <span style="display:none" data-country="AZ" class="dropdown-toggle">Aserbaidschan</span> <span style="display:none" data-country="BS" class="dropdown-toggle">Bahamas</span> <span style="display:none" data-country="BH" class="dropdown-toggle">Bahrain</span> <span style="display:none" data-country="BD" class="dropdown-toggle">Bangladesh</span> <span style="display:none" data-country="BB" class="dropdown-toggle">Barbados</span> <span style="display:none" data-country="BY" class="dropdown-toggle">Belarus</span> <span style="display:none" data-country="BE" class="dropdown-toggle">Belgium</span> <span style="display:none" data-country="BZ" class="dropdown-toggle">Belize</span> <span style="display:none" data-country="BJ" class="dropdown-toggle">Benin</span> <span style="display:none" data-country="BM" class="dropdown-toggle">Bermuda</span> <span style="display:none" data-country="BT" class="dropdown-toggle">Bhutan</span> <span style="display:none" data-country="BO" class="dropdown-toggle">Bolivia</span> <span style="display:none" data-country="BQ" class="dropdown-toggle">Bonaire, Sint Eustatius and Saba</span> <span style="display:none" data-country="BA" class="dropdown-toggle">Bosnia-Herzegovina</span> <span style="display:none" data-country="BW" class="dropdown-toggle">Botswana</span> <span style="display:none" data-country="BV" class="dropdown-toggle">Bouvet Island</span> <span style="display:none" data-country="BR" class="dropdown-toggle">Brazil</span> <span style="display:none" data-country="IO" class="dropdown-toggle">British Indian Ocean Territory</span> <span style="display:none" data-country="BN" class="dropdown-toggle">Brunei</span> <span style="display:none" data-country="BG" class="dropdown-toggle">Bulgaria</span> <span style="display:none" data-country="BF" class="dropdown-toggle">Burkina Faso</span> <span style="display:none" data-country="BI" class="dropdown-toggle">Burundi</span> <span style="display:none" data-country="KH" class="dropdown-toggle">Cambodia</span> <span style="display:none" data-country="CM" class="dropdown-toggle">Cameroon</span> <span style="display:none" data-country="CA" class="dropdown-toggle">Canada</span> <span style="display:none" data-country="CV" class="dropdown-toggle">Cape Verde</span> <span style="display:none" data-country="KY" class="dropdown-toggle">Cayman Islands</span> <span style="display:none" data-country="CF" class="dropdown-toggle">Central African Republic</span> <span style="display:none" data-country="TD" class="dropdown-toggle">Chad</span> <span style="display:none" data-country="CL" class="dropdown-toggle">Chile</span> <span style="display:none" data-country="CN" class="dropdown-toggle">China</span> <span style="display:none" data-country="TW" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="CX" class="dropdown-toggle">Christmas Island</span> <span style="display:none" data-country="CC" class="dropdown-toggle">Cocos (Keeling) Islands</span> <span style="display:none" data-country="CO" class="dropdown-toggle">Colombia</span> <span style="display:none" data-country="KM" class="dropdown-toggle">Comoros</span> <span style="display:none" data-country="CG" class="dropdown-toggle">Republic of the Congo</span> <span style="display:none" data-country="CD" class="dropdown-toggle">Democratic Republic of the Congo</span> <span style="display:none" data-country="CK" class="dropdown-toggle">Cook Islands</span> <span style="display:none" data-country="CR" class="dropdown-toggle">Costa Rica</span> <span style="display:none" data-country="CI" class="dropdown-toggle">Ivory Coast</span> <span style="display:none" data-country="HR" class="dropdown-toggle">Croatia</span> <span style="display:none" data-country="CU" class="dropdown-toggle">Cuba</span> <span style="display:none" data-country="CW" class="dropdown-toggle">Curaçao</span> <span style="display:none" data-country="CY" class="dropdown-toggle">Cyprus</span> <span style="display:none" data-country="CZ" class="dropdown-toggle">Czech Republic</span> <span style="display:none" data-country="DK" class="dropdown-toggle">Denmark</span> <span style="display:none" data-country="DJ" class="dropdown-toggle">Djibouti</span> <span style="display:none" data-country="DM" class="dropdown-toggle">Dominica</span> <span style="display:none" data-country="DO" class="dropdown-toggle">Dominican Republic</span> <span style="display:none" data-country="EC" class="dropdown-toggle">Ecuador</span> <span style="display:none" data-country="EG" class="dropdown-toggle">Egypt</span> <span style="display:none" data-country="SV" class="dropdown-toggle">El Salvador</span> <span style="display:none" data-country="GQ" class="dropdown-toggle">Equatorial Guinea</span> <span style="display:none" data-country="ER" class="dropdown-toggle">Eritrea</span> <span style="display:none" data-country="EE" class="dropdown-toggle">Estonia</span> <span style="display:none" data-country="ET" class="dropdown-toggle">Ethiopia</span> <span style="display:none" data-country="FK" class="dropdown-toggle">Falkland Islands (Malvinas)</span> <span style="display:none" data-country="FO" class="dropdown-toggle">Faroe Islands</span> <span style="display:none" data-country="FJ" class="dropdown-toggle">Fidschi</span> <span style="display:none" data-country="FI" class="dropdown-toggle">Finland</span> <span style="display:none" data-country="FR" class="dropdown-toggle">France</span> <span style="display:none" data-country="GF" class="dropdown-toggle">French Guiana</span> <span style="display:none" data-country="PF" class="dropdown-toggle">French Polynesia</span> <span style="display:none" data-country="TF" class="dropdown-toggle">French Southern Territories</span> <span style="display:none" data-country="GA" class="dropdown-toggle">Gabon</span> <span style="display:none" data-country="GM" class="dropdown-toggle">Gambia</span> <span style="display:none" data-country="GE" class="dropdown-toggle">Georgia</span> <span style="display:none" data-country="DE" class="dropdown-toggle">Germany</span> <span style="display:none" data-country="GH" class="dropdown-toggle">Ghana</span> <span style="display:none" data-country="GI" class="dropdown-toggle">Gibraltar</span> <span style="display:none" data-country="GR" class="dropdown-toggle">Greece</span> <span style="display:none" data-country="GL" class="dropdown-toggle">Greenland</span> <span style="display:none" data-country="GD" class="dropdown-toggle">Grenada</span> <span style="display:none" data-country="GP" class="dropdown-toggle">Guadeloupe</span> <span style="display:none" data-country="GU" class="dropdown-toggle">Guam</span> <span style="display:none" data-country="GT" class="dropdown-toggle">Guatemala</span> <span style="display:none" data-country="GG" class="dropdown-toggle">Guernsey</span> <span style="display:none" data-country="GN" class="dropdown-toggle">Guinea</span> <span style="display:none" data-country="GW" class="dropdown-toggle">Guinea-Bissau</span> <span style="display:none" data-country="GY" class="dropdown-toggle">Guyana</span> <span style="display:none" data-country="HT" class="dropdown-toggle">Haiti</span> <span style="display:none" data-country="HM" class="dropdown-toggle">Heard Island and McDonald Islands</span> <span style="display:none" data-country="VA" class="dropdown-toggle">Vatican City</span> <span style="display:none" data-country="HN" class="dropdown-toggle">Honduras</span> <span style="display:none" data-country="HU" class="dropdown-toggle">Hungary</span> <span style="display:none" data-country="IS" class="dropdown-toggle">Iceland</span> <span style="display:none" data-country="IN" class="dropdown-toggle">India</span> <span style="display:none" data-country="ID" class="dropdown-toggle">Indonesia</span> <span style="display:none" data-country="IR" class="dropdown-toggle">Iran</span> <span style="display:none" data-country="IQ" class="dropdown-toggle">Iraq</span> <span style="display:none" data-country="IE" class="dropdown-toggle">Ireland</span> <span style="display:none" data-country="IM" class="dropdown-toggle">Isle of Man</span> <span style="display:none" data-country="IL" class="dropdown-toggle">Israel</span> <span style="display:none" data-country="IT" class="dropdown-toggle">Italy</span> <span style="display:none" data-country="JM" class="dropdown-toggle">Jamaica</span> <span style="display:none" data-country="JP" class="dropdown-toggle">Japan</span> <span style="display:none" data-country="JE" class="dropdown-toggle">Jersey</span> <span style="display:none" data-country="JO" class="dropdown-toggle">Jordan</span> <span style="display:none" data-country="KZ" class="dropdown-toggle">Kazakhstan</span> <span style="display:none" data-country="KE" class="dropdown-toggle">Kenya</span> <span style="display:none" data-country="KI" class="dropdown-toggle">Kiribati</span> <span style="display:none" data-country="KP" class="dropdown-toggle">North Korea</span> <span style="display:none" data-country="KR" class="dropdown-toggle">South Korea</span> <span style="display:none" data-country="XK" class="dropdown-toggle">Kosovo</span> <span style="display:none" data-country="KW" class="dropdown-toggle">Kuwait</span> <span style="display:none" data-country="KG" class="dropdown-toggle">Kyrgyzstan</span> <span style="display:none" data-country="LA" class="dropdown-toggle">Laos</span> <span style="display:none" data-country="LV" class="dropdown-toggle">Lattvia</span> <span style="display:none" data-country="LB" class="dropdown-toggle">Lebanon</span> <span style="display:none" data-country="LS" class="dropdown-toggle">Lesotho</span> <span style="display:none" data-country="LR" class="dropdown-toggle">Liberia</span> <span style="display:none" data-country="LY" class="dropdown-toggle">Libya</span> <span style="display:none" data-country="LI" class="dropdown-toggle">Liechtenstein</span> <span style="display:none" data-country="LT" class="dropdown-toggle">Lithuania</span> <span style="display:none" data-country="LU" class="dropdown-toggle">Luxembourg</span> <span style="display:none" data-country="MO" class="dropdown-toggle">Macao</span> <span style="display:none" data-country="MK" class="dropdown-toggle">Macedonia</span> <span style="display:none" data-country="MG" class="dropdown-toggle">Madagascar</span> <span style="display:none" data-country="MW" class="dropdown-toggle">Malawi</span> <span style="display:none" data-country="MY" class="dropdown-toggle">Malaysia</span> <span style="display:none" data-country="MV" class="dropdown-toggle">Maldives</span> <span style="display:none" data-country="ML" class="dropdown-toggle">Mali</span> <span style="display:none" data-country="MT" class="dropdown-toggle">Malta</span> <span style="display:none" data-country="MA" class="dropdown-toggle">Morocco</span> <span style="display:none" data-country="MH" class="dropdown-toggle">Marshall Islands</span> <span style="display:none" data-country="MQ" class="dropdown-toggle">Martinique</span> <span style="display:none" data-country="MR" class="dropdown-toggle">Mauritania</span> <span style="display:none" data-country="MU" class="dropdown-toggle">Mauritius </span> <span style="display:none" data-country="YT" class="dropdown-toggle">Mayotte</span> <span style="display:none" data-country="MX" class="dropdown-toggle">Mexico</span> <span style="display:none" data-country="FM" class="dropdown-toggle">Micronesia</span> <span style="display:none" data-country="MD" class="dropdown-toggle">Moldavia</span> <span style="display:none" data-country="MC" class="dropdown-toggle">Monaco</span> <span style="display:none" data-country="MN" class="dropdown-toggle">Mongolia</span> <span style="display:none" data-country="ME" class="dropdown-toggle">Montenegro</span> <span style="display:none" data-country="MS" class="dropdown-toggle">Montserrat</span> <span style="display:none" data-country="MZ" class="dropdown-toggle">Mozambique</span> <span style="display:none" data-country="MM" class="dropdown-toggle">Myanmar</span> <span style="display:none" data-country="NA" class="dropdown-toggle">Namibia</span> <span style="display:none" data-country="NR" class="dropdown-toggle">Nauru</span> <span style="display:none" data-country="NP" class="dropdown-toggle">Nepal</span> <span style="display:none" data-country="NL" class="dropdown-toggle">Netherlands</span> <span style="display:none" data-country="NC" class="dropdown-toggle">New Caledonia</span> <span style="display:none" data-country="NZ" class="dropdown-toggle">New Zealand</span> <span style="display:none" data-country="NI" class="dropdown-toggle">Nicaragua</span> <span style="display:none" data-country="NE" class="dropdown-toggle">Niger</span> <span style="display:none" data-country="NG" class="dropdown-toggle">Nigeria</span> <span style="display:none" data-country="NU" class="dropdown-toggle">Niue</span> <span style="display:none" data-country="NF" class="dropdown-toggle">Norfolk Island</span> <span style="display:none" data-country="NO" class="dropdown-toggle">Norway</span> <span style="display:none" data-country="OM" class="dropdown-toggle">Oman</span> <span style="display:none" data-country="PK" class="dropdown-toggle">Pakistan</span> <span style="display:none" data-country="PW" class="dropdown-toggle">Palau</span> <span style="display:none" data-country="PS" class="dropdown-toggle">Palestinian Territory, Occupied</span> <span style="display:none" data-country="PA" class="dropdown-toggle">Panamá</span> <span style="display:none" data-country="PG" class="dropdown-toggle">Papua New Guinea</span> <span style="display:none" data-country="PY" class="dropdown-toggle">Paraguay</span> <span style="display:none" data-country="PE" class="dropdown-toggle">Peru</span> <span style="display:none" data-country="PH" class="dropdown-toggle">Philippines</span> <span style="display:none" data-country="PN" class="dropdown-toggle">Pitcairn</span> <span style="display:none" data-country="PL" class="dropdown-toggle">Poland</span> <span style="display:none" data-country="PT" class="dropdown-toggle">Portugal</span> <span style="display:none" data-country="PR" class="dropdown-toggle">Puerto Rico</span> <span style="display:none" data-country="QA" class="dropdown-toggle">Qatar</span> <span style="display:none" data-country="RE" class="dropdown-toggle">Reunion</span> <span style="display:none" data-country="RO" class="dropdown-toggle">Romania</span> <span style="display:none" data-country="RU" class="dropdown-toggle">Russia</span> <span style="display:none" data-country="RW" class="dropdown-toggle">Rwanda</span> <span style="display:none" data-country="BL" class="dropdown-toggle">Saint Barthélemy</span> <span style="display:none" data-country="SH" class="dropdown-toggle">Saint Helena, Ascension and Tristan da Cunha</span> <span style="display:none" data-country="KN" class="dropdown-toggle">Saint Kitts and Nevis</span> <span style="display:none" data-country="LC" class="dropdown-toggle">Saint Lucia</span> <span style="display:none" data-country="MF" class="dropdown-toggle">Saint Martin (French part)</span> <span style="display:none" data-country="PM" class="dropdown-toggle">Saint Pierre and Miquelon</span> <span style="display:none" data-country="VC" class="dropdown-toggle">Saint Vincent and the Grenadines</span> <span style="display:none" data-country="WS" class="dropdown-toggle">Samoa</span> <span style="display:none" data-country="SM" class="dropdown-toggle">San Marino</span> <span style="display:none" data-country="ST" class="dropdown-toggle">Sao Tome and Principe</span> <span style="display:none" data-country="SA" class="dropdown-toggle">Saudi Arabia</span> <span style="display:none" data-country="SN" class="dropdown-toggle">Senegal</span> <span style="display:none" data-country="RS" class="dropdown-toggle">Serbia</span> <span style="display:none" data-country="SC" class="dropdown-toggle">Seychelles</span> <span style="display:none" data-country="SL" class="dropdown-toggle">Sierra Leone</span> <span style="display:none" data-country="SG" class="dropdown-toggle">Singapore</span> <span style="display:none" data-country="SX" class="dropdown-toggle">Sint Maarten (Dutch part)</span> <span style="display:none" data-country="SK" class="dropdown-toggle">Slovakia</span> <span style="display:none" data-country="SI" class="dropdown-toggle">Slovenia</span> <span style="display:none" data-country="SB" class="dropdown-toggle">Solomon Islands</span> <span style="display:none" data-country="SO" class="dropdown-toggle">Somalia</span> <span style="display:none" data-country="ZA" class="dropdown-toggle">South Africa</span> <span style="display:none" data-country="GS" class="dropdown-toggle">South Georgia and the South Sandwich Islands</span> <span style="display:none" data-country="SS" class="dropdown-toggle">South Sudan</span> <span style="display:none" data-country="ES" class="dropdown-toggle">Spain</span> <span style="display:none" data-country="LK" class="dropdown-toggle">Sri Lanka</span> <span style="display:none" data-country="SD" class="dropdown-toggle">Sudan</span> <span style="display:none" data-country="SR" class="dropdown-toggle">Suriname</span> <span style="display:none" data-country="SJ" class="dropdown-toggle">Svalbard and Jan Mayen</span> <span style="display:none" data-country="SZ" class="dropdown-toggle">Swaziland</span> <span style="display:none" data-country="SE" class="dropdown-toggle">Sweden</span> <span style="display:none" data-country="CH" class="dropdown-toggle">Switzerland</span> <span style="display:none" data-country="SY" class="dropdown-toggle">Syria</span> <span style="display:none" data-country="TA" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="TJ" class="dropdown-toggle">Tajikistan</span> <span style="display:none" data-country="TZ" class="dropdown-toggle">Tanzania</span> <span style="display:none" data-country="TH" class="dropdown-toggle">Thailand </span> <span style="display:none" data-country="TL" class="dropdown-toggle">Timor-Leste</span> <span style="display:none" data-country="TG" class="dropdown-toggle">Togo</span> <span style="display:none" data-country="TK" class="dropdown-toggle">Tokelau</span> <span style="display:none" data-country="TO" class="dropdown-toggle">Tonga</span> <span style="display:none" data-country="TT" class="dropdown-toggle">Trinidad and Tobago</span> <span style="display:none" data-country="TN" class="dropdown-toggle">Tunesia</span> <span style="display:none" data-country="TR" class="dropdown-toggle">Turkey</span> <span style="display:none" data-country="TM" class="dropdown-toggle">Turkmenistan</span> <span style="display:none" data-country="TC" class="dropdown-toggle">Turks and Caicos Islands</span> <span style="display:none" data-country="TV" class="dropdown-toggle">Tuvalu</span> <span style="display:none" data-country="UG" class="dropdown-toggle">Uganda</span> <span style="display:none" data-country="UA" class="dropdown-toggle">Ukraina</span> <span style="display:none" data-country="AE" class="dropdown-toggle">United Arab Emirates</span> <span style="display:none" data-country="GB" class="dropdown-toggle">United Kingdom</span> <span style="display:none" data-country="US" class="dropdown-toggle">USA</span> <span style="display:none" data-country="VI" class="dropdown-toggle">United States Virgin Islands</span> <span style="display:none" data-country="UY" class="dropdown-toggle">Uruguay</span> <span style="display:none" data-country="UZ" class="dropdown-toggle">Uzbekistan</span> <span style="display:none" data-country="VU" class="dropdown-toggle">Vanuatu</span> <span style="display:none" data-country="VE" class="dropdown-toggle">Venezuela</span> <span style="display:none" data-country="VN" class="dropdown-toggle">Vietnam</span> <span style="display:none" data-country="VG" class="dropdown-toggle">British Virgin Islands</span> <span style="display:none" data-country="WF" class="dropdown-toggle">Wallis and Futuna</span> <span style="display:none" data-country="EH" class="dropdown-toggle">Western Sahara</span> <span style="display:none" data-country="YE" class="dropdown-toggle">Yemen</span> <span style="display:none" data-country="ZM" class="dropdown-toggle">Zambia</span> <span style="display:none" data-country="ZW" class="dropdown-toggle">Zimbabwe</span> <span style="display:none" data-country="AN" class="dropdown-toggle">Netherlands Antilles</span> <span style="display:none" data-country="NM" class="dropdown-toggle">Northern Mariana Islands</span> <span style="display:none" data-country="AQ" class="dropdown-toggle">Antarctica</span> <span style="display:none" data-country="OT" class="dropdown-toggle">Osttimor</span> <span style="display:none" data-country="HK" class="dropdown-toggle">Hongkong</span> <span class="caret"></span> </button> </div> </li> <li> <div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown"><span id="lang-switch-button"></span> <span class="caret"></span> </button> <ul id="language-switch" class="dropdown-menu"><li class="on"><a data-value="en" href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="on">English</a></li><li><a data-value="de" href="/emea/de/produkte/groups/roentgeninspektionssysteme-fuer-unverpackte-produkte">Deutsch</a></li><li><a data-value="es" href="/emea/es/productos/grupos/sistemas-de-inspecci%C3%B3n-por-rayos-x-para-productos-sin-envasar">Español</a></li><li><a data-value="it" href="/emea/it/prodotti/gruppi/sistemi-di-ispezione-a-raggi-x-per-prodotti-non-imballati">Italiano</a></li><li><a data-value="fr" href="/emea/fr/produits/groupes/syst%C3%A8mes-d%27inspection-par-rayons-x-pour-les-produits-non-emball%C3%A9s">Français</a></li></ul> </div> </li> <li><div class="btn btn-primary dropdown-toggle"> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a></div></li> <li class="no-border"> <button class="dropdown-toggle search-button" data-toggle="collapse" data-target="#search_container" >Search <span class="caret"></span></button> <!-- $Id: search.liquid 49313 2019-08-20 12:01:28Z blanco $ --> <div id="search_container" class="collapse hidden-print"> <input id="search_string" name="search_string" placeholder="Your search term" class="search" autofocus /> <i id="search-icon" class="fa fa-search" aria-hidden="true"></i> <div id="search_result"></div> <script> $('#search_string').keydown(function(event){ if(event.keyCode==13){ $('#search-icon').trigger('click'); } }); $('#search-icon').on('click', function() { $.ajax({ url: "/ajax/search.json", method: "GET", data: { search_terms : $('#search_string').val(), language:"en"}, dataType: "html" }).success(function(response) { $('#search_result').addClass('response').slideDown("slow"); $('#search_result').html('<button type="button" class="close" id="close" data-dismiss="modal"><span aria-hidden="true" class="modal_button">×</span><span class="sr-only">Close</span></button>'+response.replace(/(<br ?\/?>)*/g,"")); }); }); $(document).on('click', '#close', function(){ $('#search_string').val(''); $('#search_result').hide("slow"); }); </script> </div> </li> </ul> </nav> </div> </div> </div> </div> <!-- $Id: telnr_bar.liquid 49314 2019-08-20 14:08:32Z blanco $ --> <!-- $Id: nav.liquid 50925 2023-06-19 11:47:25Z blanco $ --> <nav class="navbar navbar-default nav header"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="navbar-header"> <a class="navbar-brand" href="/emea/en"> </a> <div class="navbar-entries float-right"> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#industries-channel-link" aria-expanded="false" aria-controls="navbar">Industries</a> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#products-channel-link" aria-expanded="false" aria-controls="navbar">Products</a> <button type="button" class="navbar-toggle collapsed nav-button" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span></span> </button> </div> </div> </div> </div> </div> </nav> <nav class="navbar navbar-default mainbar"> <div id="industries-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Industries Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c68c4c25e5b2c7b74b40d/files/SES_Categories--Food--green_402x_170717.png?1658920578" title="S E S Categories Food green 402x 170717" alt="S E S Categories Food green 402x 170717" class="no-scale" > <a href="/emea/en/industries/food">Food</a> <ul> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c6889c25e5b2c7874b41e/files/SES_Categories--Plastic--green_402x_170717.png?1658206309" title="S E S Categories Plastic green 402x 170717" alt="S E S Categories Plastic green 402x 170717" class="no-scale" > <a href="/emea/en/industries/plastics">Plastics</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c688ac25e5b2c7874b421/files/SES_Categories--Recycling--green@2x_170717.png?1658206358" title="S E S Categories Recycling green@2x 170717" alt="S E S Categories Recycling green@2x 170717" class="no-scale" > <a href="/emea/en/industries/recycling">Recycling</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a></li> </ul> </li> </ul> </div> </div> </div> </div> <div id="products-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Products Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/597b3a6fc25e5b22844243ca/files/products__metal-detectors--active@2x.png?1658206408" title="products metal detectors active@2x" alt="products metal detectors active@2x" class="no-scale" > <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">for conveyor belts and chutes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">with integrated conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">for pneumatic conveyance</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c119c25e5b633dbf98eb/files/products__xray--active@2x.png?1658206795" title="products xray active@2x" alt="products xray active@2x" class="no-scale" > <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">for packaged products</a> </li> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">for unpackaged products</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c15ac25e5b633dbf98f2/files/products__sort--active@2x.png?1658210858" title="products sort active@2x" alt="products sort active@2x" class="no-scale" > <a href="/emea/en/products/sorting-systems">Sorting systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> </li> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c0a1c25e5b633abf98e9/files/products__magnets--active@2x.png?1658213940" title="products magnets active@2x" alt="products magnets active@2x" class="no-scale" > <a href="/emea/en/products/magnet-systems">Magnet systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/5f85519e93b356bf89de2a3e/files/products__analyse--active.png?1658215312" title="products analyse active" alt="products analyse active" class="no-scale" > <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/Analysesysteme"></a> </li> </ul> </li> </ul> </div> </div> </div> </div> <div id="navbar" class="navbar-collapse collapse"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <ul class="nav navbar-nav navbar-right"> <li id="industry-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Industries Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/industries/food">Food</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/plastics">Plastics</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/recycling">Recycling</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a> <span></span></li> </ul> </li> </ul> </li> <li id="products-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Products Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">Metal detectors for conveyor belts and chutes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">Metal detection systems with integrated conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">Metal detection systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">Metal detection systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">Metal detection systems for pneumatic conveyance</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">Metal detection systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">X-ray inspection systems for packaged products</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">X-ray inspection systems for unpackaged products</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/sorting-systems">Sorting systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/magnet-systems">Magnet systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">Magnet systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">Magnet systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-material-columns">Magnet systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/Analysesysteme">Analysis systems</a> <span></span></li> </ul> </li> </ul> </li> <li id="nav"> <ul> <li id="service-excellence-link" class="link link-1 first has-children"> <a class="" href="/emea/en/service-excellence">Service Excellence </a> <span></span> <ul> <li id="projekt-link" class="link link-2 "> <a href="/emea/en/service-excellence/project" title="Project">Project</a><span></span> </li> <li id="operations-link" class="link link-2 "> <a href="/emea/en/service-excellence/operations" title="Operations">Operations</a><span></span> </li> <li id="lifetime-link" class="link link-2 "> <a href="/emea/en/service-excellence/life-time-extension" title="Life-time extension">Life-time extension</a><span></span> </li> </ul> </li> <li id="resources-link" class="link link-1 has-children"> <a class="" href="/emea/en/resources">Resources </a> <span></span> <ul> <li id="food-safety-ein-ueberblick1-link" class="link link-2 "> <a href="/emea/en/resources/food-safety-an-overview" title="Food Safety - An Overview">Food Safety - An Overview</a><span></span> </li> <li id="circular-economy-ueberblick-link" class="link link-2 "> <a href="/emea/en/resources/circular-economy-overview" title="Circular Economy for Plastics - An Overview">Circular Economy for Plastics - An Overview</a><span></span> </li> <li id="wissen-link" class="link link-2 "> <a href="/emea/en/resources/expertise" title="Expertise">Expertise</a><span></span> </li> <li id="downloads-link" class="link link-2 "> <a href="/emea/en/resources/downloads" title="Downloads">Downloads</a><span></span> </li> <li id="newsletter-link" class="link link-2 "> <a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a><span></span> </li> <li id="blog-link" class="link link-2 "> <a href="/emea/en/resources/blog" title="News/Blog">News/Blog</a><span></span> </li> <li id="sesotec-app-link" class="link link-2 "> <a href="/emea/en/resources/sesotec-app" title="Sesotec App">Sesotec App</a><span></span> </li> <li id="zertifikate-konformitaeten-link" class="link link-2 "> <a href="/emea/en/resources/certificates-conformities" title="Certificates and conformities">Certificates and conformities</a><span></span> </li> </ul> </li> <li id="kontakt-link" class="link link-1 has-children"> <a class="" href="/emea/en/contact">Contact </a> <span></span> <ul> <li id="vertrieb-link" class="link link-2 "> <a href="/emea/en/contact/sales" title="Sales">Sales</a><span></span> </li> <li id="pr-link" class="link link-2 "> <a href="/emea/en/contact/pr" title="Public Relations">Public Relations</a><span></span> </li> <li id="hr-link" class="link link-2 "> <a href="/emea/en/contact/hr" title="Human Resources">Human Resources</a><span></span> </li> <li id="hotline-link" class="link link-2 "> <a href="/emea/en/contact/hotline" title="Service-Hotline">Service-Hotline</a><span></span> </li> </ul> </li> <li id="karriere-link" class="link link-1 has-children"> <a class="" href="/emea/en/career">Career </a> <span></span> <ul> <li id="sesotec-als-arbeitgeber-link" class="link link-2 "> <a href="/emea/en/career/sesotec-as-employer" title="Sesotec as an employer">Sesotec as an employer</a><span></span> </li> <li id="aktuelle-stellenangebote-link" class="link link-2 "> <a href="/emea/en/career/job-offers" title="Job offers">Job offers</a><span></span> </li> <li id="ausbildung-link" class="link link-2 "> <a href="/emea/en/career/vocational-training" title="Vocational training">Vocational training</a><span></span> </li> <li id="studierende-link" class="link link-2 "> <a href="/emea/en/career/university-studies" title="University studies">University studies</a><span></span> </li> </ul> </li> <li id="sesoteclive-link" class="link link-1 has-children"> <a class="" href="/emea/en/sesotec-live">Sesotec Live </a> <span></span> <ul> <li id="messen-und-events-link" class="link link-2 "> <a href="/emea/en/sesotec-live/exhibitions" title="Exhibitions and events">Exhibitions and events</a><span></span> </li> <li id="training-und-schulungen-link" class="link link-2 "> <a href="/emea/en/sesotec-live/training" title="Training">Training</a><span></span> </li> <li id="showroom-dorsten-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-dorsten" title="Showroom Dorsten">Showroom Dorsten</a><span></span> </li> <li id="showroom-thailand-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-thailand" title="Showroom Thailand">Showroom Thailand</a><span></span> </li> <li id="showroom-italien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-italy" title="Showroom Italy">Showroom Italy</a><span></span> </li> <li id="showroom-frankreich-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-france" title="Showroom France">Showroom France</a><span></span> </li> <li id="showroom-spanien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-spain" title="Showroom Spain">Showroom Spain</a><span></span> </li> </ul> </li> <li id="ueber-sesotec-link" class="link link-1 has-children"> <a class="" href="/emea/en/about-sesotec">About Sesotec </a> <span></span> <ul> <li id="wer-wir-sind-link" class="link link-2 "> <a href="/emea/en/about-sesotec/who-we-are" title="Who we are">Who we are</a><span></span> </li> <li id="sesotec-group-verhaltenskodex-link" class="link link-2 "> <a href="/emea/en/about-sesotec/sesotec-group-code-of-conduct" title="Code of Conduct">Code of Conduct</a><span></span> </li> <li id="lieferanten-link" class="link link-2 "> <a href="/emea/en/about-sesotec/suppliers" title="Suppliers">Suppliers</a><span></span> </li> <li id="referenzen-link" class="link link-2 "> <a href="/emea/en/about-sesotec/references" title="References">References</a><span></span> </li> </ul> </li> </ul> </li> </ul> </div> </div> </div> </div> </nav> <script> /* fix for bug #10358 */ window.onunload = function(e){ console.log('reload'); location.reload(); }; jQuery(document).ready(function () { document.querySelector( ".navbar-toggle" ).addEventListener( "click", function() { this.classList.toggle( "active" ); }); jQuery('a.nav-button').click(function() { jQuery('.navbar-toggle').removeClass('active'); }); jQuery('.navbar-collapse').on('show.bs.collapse', function(e) { jQuery('.navbar-collapse') jQuery('.navbar-collapse').not(this).collapse('hide'); jQuery('header').css("z-index", "99999"); }); /* jQuery( window ).resize(function() { setTimeout(function(){ jQuery('.navbar-collapse').collapse('hide'); jQuery('.navbar-toggle').removeClass('active'); var headerHeight = $('header').innerHeight(); console.log(headerHeight); $('.spacer-header').css('height', headerHeight+'px'); }, 500); });*/ jQuery('.navbar-collapse').on('hidden.bs.collapse', function(e) { var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); }); var resizeId; $(window).resize(function() { clearTimeout(resizeId); resizeId = setTimeout(doneResizing, 1000); }); function doneResizing(){ var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); } jQuery('li').removeClass('on'); jQuery('a.overview-link').click(function() { jQuery(this).next('span').click(); }); jQuery('li.has-children span').click(function() { jQuery(this).nextAll('ul').toggle(); jQuery(this).toggleClass('open'); if(jQuery(this).hasClass('open')){ jQuery(this).parent('li').addClass("link on"); }else{ jQuery(this).parent('li').removeClass("link on"); } }); //set active link class to highlight nav entry jQuery('nav.top-nav li a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('footer nav a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').parent('ul').parent('li').addClass("link on"); //for mobile burger nav set current nav tree open jQuery('#navbar li.on ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on ul li').not('.on').children('ul').css('display','none'); jQuery('#navbar li.has-children.on > span').addClass('open'); }); </script> <!-- $Id: breadcrumb.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <div class="full-width-wrapper breadcrumb header hidden-print "> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> Products <span> </span> <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <span> </span> <span> </span> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">for unpackaged products</a> </div> </div> </div> </div> </header> <!-- $Id: mod_image.liquid 50245 2020-06-05 10:32:28Z blanco $ --> <!-- else --> <!-- banner == 'Locomotive::Steam::Liquid::Drops::UploadedFile' and banner.url == blank --> <!-- Locomotive::Steam::Liquid::Drops::UploadedFile .... --- --> <!-- $Id: mod_contact_dropdown.liquid 48483 2019-03-14 14:40:18Z blanco $ --> <div class="container"> <div class="row contact-dropdown"> <div class="contact-wrapper" style="display:none"> <div class="contact-button"> <h3>Contact</h3> <div class="icon-bar-wrapper"> <i class="contact-toggle" aria-hidden="true"><span></span></i> <i class="fa fa-comments contact" aria-hidden="true"></i> </div> </div> <div class="slide-content slide-toggle"> <h3>Contact</h3> <div class="icon-bar-wrapper"> <i class="fa fa-times fa-lg" aria-hidden="true"></i> </div> <div class="link"> <p><i class="fa fa-pencil-square-o" ></i> <a href="/emea/en/contact-form" title="Contact form">Contact</a></p> </div> <div class="link"> <p><i class="fa fa-envelope-o" ></i> <a href="mailto:webcontact@sesotec.com" title="Send an email">Send an email<br></a></p> </div> <div class="link"> <p><i class="fa fa-phone" ></i> <a href="/emea/en/contact/hotline" title="Hotline"> Service-Hotline</a></p> </div> <div class="link"> <p><i class="fa fa-newspaper-o" ></i> <a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a></p> </div> </div> </div> </div> </div> <div class="sticky-wrapper"> <div class="slide-content-sticky"> <div class="link"> <i class="fa fa-pencil-square-o" ></i> <p><a href="/emea/en/contact-form" title="Contact form">Contact</a></p> </div> <div class="link"> <i class="fa fa-envelope-o" ></i> <p><a href="mailto:webcontact@sesotec.com" title="Send an email">Send an email<br></a></p> </div> <div class="link"> <i class="fa fa-phone" ></i> <p><a href="/emea/en/contact/hotline" title="Hotline"> Service-Hotline</a></p> </div> <div class="link"> <i class="fa fa-newspaper-o" ></i> <p><a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a></p> </div> </div> </div> <!-- $Id: mod_text.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-text"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-16 col-md-offset-4"> <div class="inner-content"> <div class="box bg-sesotec-green"> <div class="intro-image"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c119c25e5b633dbf98eb/files/products__xray--default@2x.png?1658206795" title="products xray default@2x" alt="products xray default@2x" > </div> </div> <h1>X-ray inspection systems for unpackaged products</h1> <div class="txt-24 intro"><p> Specifically designed for the food industry, our RAYCON D+ BULK series X-ray scanners deliver premium performance for the inspection of unpackaged bulk products and comply with all key standards in the food industry. <br></p></div> <p> </p><p class="Vorspann"></p><div class="img-right-outboard"> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/5a3a6b83ffe9ecedadbe6e7e/files/pepper-with-stones.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/5a3a6b83ffe9ecedadbe6e7e/files/pepper-with-stones.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/5a3a6b83ffe9ecedadbe6e7e/files/pepper-with-stones.jpg" title="" alt=""></picture> </div> Via an integrated feed hopper with optional vibrating chute the bulk material is evenly distributed across the entire width of the conveyor belt and inspected with very high detection accuracy. Our devices of the RAYCON D+ BULK Series not only detect metals, but also contaminants such as glass, ceramic, stones, raw bones, PVC etc. As a result, they combine highly efficient contaminant detection with the greatest ease of operation and a hygienic design. <p></p> More information on how Sesotec X-ray inspection systems work is available <a href="/emea/en/products/x-ray-inspection-systems" title="here">here</a>. <br><div><br></div><div><br></div><div><br></div><div><br></div><hr> <br><div><br></div><div><h2 class="wysiwyg-text-align-center">NEW: Discover the new RAYCON family - a complete portfolio for innovative and directive-compliant product inspection!</h2><h3 class="wysiwyg-text-align-center"><span class="c2a-button"><a href="https://www.sesotec.com/emea/en/lp/innovative-x-ray-inspection"><strong>Discover now!</strong></a><strong><br></strong></span></h3><h2 class="wysiwyg-text-align-center"><br></h2></div><hr> </div> </div> </div> </div> </div> <!-- $Id: mod_image_slider_narrow.liquid 49314 2019-08-20 14:08:32Z blanco $ --> <div class="full-width-wrapper mod-image container-attached mod-image-slider-narrow"> <div class="container"> <div class="row"> <div id="myCarouselNarrow" class="col-xs-24 col-sm-24 col-md-16 col-md-offset-4 mod-image slide slick carousel-slick container-attached mod-image-slider" data-ride="carousel" style="z-index:0 !important"> <div class="item active"> <div class="img-container "> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1c8a293b356e594bc7ef9/files/RayconD_MXBulk_Gesamtansicht_Logos.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1c8a293b356e594bc7ef9/files/RayconD_MXBulk_Gesamtansicht_Logos.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1c8a293b356e594bc7ef9/files/RayconD_MXBulk_Gesamtansicht_Logos.jpg" title="" alt=""></picture> <div class="container inner-content slider-caption"> <div class="row"> <div class="col-xs-24 col-sm-18 col-lg-12"> <div class="slider-caption-box"> <h1></h1> <div class="text-teaser"></div> <div class="caption-link"> <span> </span> </div> </div> </div> </div> </div> </div> </div> <div class="item "> <div class="img-container "> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1c93993b356e5b0bc7ecf/files/RayconD_HXBulk-Gesamtansicht-offen_v01.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1c93993b356e5b0bc7ecf/files/RayconD_HXBulk-Gesamtansicht-offen_v01.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1c93993b356e5b0bc7ecf/files/RayconD_HXBulk-Gesamtansicht-offen_v01.jpg" title="" alt=""></picture> <div class="container inner-content slider-caption"> <div class="row"> <div class="col-xs-24 col-sm-18 col-lg-12"> <div class="slider-caption-box"> <h1></h1> <div class="text-teaser"></div> <div class="caption-link"> <span> </span> </div> </div> </div> </div> </div> </div> </div> <div class="item "> <div class="img-container "> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1ccb793b356e594bc7f0c/files/RayconD_HXBulk-Detailansicht-3_v01.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1ccb793b356e594bc7f0c/files/RayconD_HXBulk-Detailansicht-3_v01.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1ccb793b356e594bc7f0c/files/RayconD_HXBulk-Detailansicht-3_v01.jpg" title="" alt=""></picture> <div class="container inner-content slider-caption"> <div class="row"> <div class="col-xs-24 col-sm-18 col-lg-12"> <div class="slider-caption-box"> <h1></h1> <div class="text-teaser"></div> <div class="caption-link"> <span> </span> </div> </div> </div> </div> </div> </div> </div> <div class="item "> <div class="img-container "> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1cd4893b356e594bc7f1c/files/RayconD_HXBulk--Detailansicht-2_v01.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1cd4893b356e594bc7f1c/files/RayconD_HXBulk--Detailansicht-2_v01.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1cd4893b356e594bc7f1c/files/RayconD_HXBulk--Detailansicht-2_v01.jpg" title="" alt=""></picture> <div class="container inner-content slider-caption"> <div class="row"> <div class="col-xs-24 col-sm-18 col-lg-12"> <div class="slider-caption-box"> <h1></h1> <div class="text-teaser"></div> <div class="caption-link"> <span> </span> </div> </div> </div> </div> </div> </div> </div> <div class="item "> <div class="img-container "> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1ce8b93b356e5c1bc7ec6/files/RayconD_HXBulk-Detailansicht-1_v01.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1ce8b93b356e5c1bc7ec6/files/RayconD_HXBulk-Detailansicht-1_v01.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/61c1ce8b93b356e5c1bc7ec6/files/RayconD_HXBulk-Detailansicht-1_v01.jpg" title="" alt=""></picture> <div class="container inner-content slider-caption"> <div class="row"> <div class="col-xs-24 col-sm-18 col-lg-12"> <div class="slider-caption-box"> <h1></h1> <div class="text-teaser"></div> <div class="caption-link"> <span> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $('#myCarouselNarrow.slick').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: true, dots: true, autoplay: true, responsive: [ { breakpoint: 700, settings: { autoplay: false } } ] }); </script> <!-- $Id: mod_icon_teaser.liquid 49426 2019-09-19 11:35:01Z blanco $ --> <!-- Item list not empty 4 --> <div class="full-width-wrapper mod-icon-teaser bg-grey-reg"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-18 col-sm-offset-3 col-md-20 col-md-offset-2"> <h5 class="reg">That's what distinguishes our products</h5> <!-- Wrapper for iteration elements --> <div class="item-wrapper-box"> <div class="item-wrapper"> <div class="item-image"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/599efdffc25e5b234108bf94/files/usp-general__easy-handling--default@2x.png?1658222485" title="usp general easy handling default@2x" alt="usp general easy handling default@2x" class="no-scale img-def" > <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/599efdffc25e5b234108bf94/files/usp-general__easy-handling--default@2x.png?1658222485" title="usp general easy handling default@2x" alt="usp general easy handling default@2x" class="no-scale img-hover" > </div> <div class="item-text"> <p>Easy to use</p> </div> </div> <div class="item-wrapper"> <div class="item-image"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/59ce173bc25e5b1f3dfa0786/files/usp-general__precision--default@2x.png?1658222494" title="usp general precision default@2x" alt="usp general precision default@2x" class="no-scale img-def" > <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/59ce173bc25e5b1f3dfa0786/files/usp-general__precision--default@2x.png?1658222494" title="usp general precision default@2x" alt="usp general precision default@2x" class="no-scale img-hover" > </div> <div class="item-text"> <p>Highest detection accuracy</p> </div> </div> <div class="item-wrapper"> <div class="item-image"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/59ce178ec25e5b1f40fa076e/files/usp-general__fixing--default@2x.png?1658222474" title="usp general fixing default@2x" alt="usp general fixing default@2x" class="no-scale img-def" > <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/59ce178ec25e5b1f40fa076e/files/usp-general__fixing--default@2x.png?1658222474" title="usp general fixing default@2x" alt="usp general fixing default@2x" class="no-scale img-hover" > </div> <div class="item-text"> <p>Easy cleaning and maintenance</p> </div> </div> <div class="item-wrapper"> <div class="item-image"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/59ce17adc25e5b1f40fa0772/files/usp-general__installation--default@2x.png?1658222461" title="usp general installation default@2x" alt="usp general installation default@2x" class="no-scale img-def" > <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59941657c25e5b2c7b74b490/59ce17adc25e5b1f40fa0772/files/usp-general__installation--default@2x.png?1658222461" title="usp general installation default@2x" alt="usp general installation default@2x" class="no-scale img-hover" > </div> <div class="item-text"> <p>Easy installation</p> </div> </div> </div> <!-- mod_icon_teaser.liquid Since we cannot attribute classes to link_to, we need to style it in another way --> </div> </div> </div> </div> <!-- $Id: mod_simple_rte_content.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-simple-rte_content"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-16 col-md-offset-4"> <div class="inner-content"> <p> </p><h2>Your top benefits with the RAYCON D+ BULK Series<br></h2><p> </p><ul><li><strong>Conformity & Accuracy</strong><br>Reliable detection of metallic and non-metallic foreign objects throughout the inspection area enables compliance with all current specifications and standards.<br><br></li><li><strong>Safety for people & product</strong><br>Thanks to highly effective radiation protection and dosed use of X-rays, the RAYCON D+ Bulk Series enables all-round safe operation for people and products. <br><br></li><li><strong>Simple operating</strong><br>Thanks to a large touchscreen, easy-tounderstand user guidance and features such as the Auto-Learn function, the RAYCON D+ Bulk Series offers particularly easy handling in everyday use.<br><br></li><li><strong>Hygienic design</strong><br>Open modular design provides for easy access to the conveying area in the product zone without tool for simplified cleaning and maintenance.<br><br></li><li><strong>Efficiency in all areas</strong><br>Thanks to a high belt speed of up to 1.4 m/sec, up to 13.500 kilograms per hour can be inspected in real time.<br><br></li><li><strong>Reliable and fast service</strong><br>With warranty services, a combined on-site and remote service and targeted training, you have optimal support for smooth operation.<br><br></li><li><strong>Our competent sales team will be happy to explain many other advantages of our X-ray systems to you!</strong><br><br></li></ul><p></p> </div> </div> </div> </div> </div> <!-- $Id: mod_media.liquid 50555 2021-04-21 08:04:08Z blanco $ --> <!-- $Id: mod_quicklink.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-quicklink bg-sesotec-green wrapper-spacing-20"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-20 col-md-offset-2 align-center"> <p class="Quicklink">Looking for more information or advice? <a href="/emea/en/contact-form" title="Kontakt aufnehmen"><strong>Contact us</strong></a></p> </div> </div> </div> </div> <!-- $Id: mod_simple_rte_content2.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-simple-rte_content"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-16 col-md-offset-4"> <div class="inner-content"> <p> </p> <h2>Product Variations</h2> <strong>RAYCON D+ MX BULK<br></strong><div> The standard model of intelligent X-ray inspection for unpackaged products</div><div> <a href="/sites/593fc2aac25e5b0640a20ff8/assets/61ea7ae393b356e3987a8837/Sesotec_RAYCON_D_MXBulk_digital_EN.pdf" title="Sesotec_RAYCON_D_MXBulk_d...">Product brochure</a> <br></div><div><br></div><div> <strong>RAYCON D+ HX BULK<br></strong> The high-end model of intelligent X-ray inspection for unpackaged products <br> <a href="/sites/593fc2aac25e5b0640a20ff8/assets/61ea7ae393b356e3987a8841/Sesotec_RAYCON_D_HXBulk_digital_EN.pdf" title="Sesotec_RAYCON_D_HXBulk_d...">Product brochure</a> </div> <br> </div> </div> </div> </div> </div> <!-- $Id: mod_downloads.liquid 50324 2020-08-25 12:25:42Z blanco $ --> <!-- ------ --> <div class="full-width-wrapper mod-download mod-mediathek"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h3>Downloads</h3> </div> </div> <div class="row"> <!-- Filter: Downloads --> <div class="col-xs-24 col-sm-6 col-md-6 filter-wrapper"> <form class="filter mediathek" enctype="multipart/form-data" data-toggle="validator" role="form" id="FrmMed" novalidate="true"> <div class="form-group full-width filter-main button-collap" data-toggle="collapse" data-target="#dc_item1" aria-expanded="false" aria-controls="accord_item1"> <p style="float: left; color: black;">Filter</p> </div> <div id="dc_item1" class="collapse"> <div class="form-group full-width spacer industries"> </div> <div class="form-group full-width filter button-collap industries" data-toggle="collapse" data-target="#dc_item2" aria-expanded="true" aria-controls="accord_item2"> <h5>Industries</h5> </div> <div id="dc_item2" class="collapse in industries" aria-expanded="true"> <div class="form-group elm-input-checkbox has-feedback"> <input type="checkbox" class="form-check-input" value="food" data-target="food" id="food" name="ind_id" > <label for="food">Food </label> </div> <div class="form-group elm-input-checkbox has-feedback"> <input type="checkbox" class="form-check-input" value="plastics" data-target="plastics" id="plastics" name="ind_id" > <label for="plastics">Plastics </label> </div> <div class="form-group elm-input-checkbox has-feedback"> <input type="checkbox" class="form-check-input" value="recycling" data-target="recycling" id="recycling" name="ind_id" > <label for="recycling">Recycling </label> </div> </div> <div class="form-group full-width spacer products"> </div> <div class="form-group full-width filter button-collap products" data-toggle="collapse" data-target="#dc_item3" aria-expanded="true" aria-controls="accord_item3"> <h5>Product Categories</h5> </div> <div id="dc_item3" class="collapse in products" aria-expanded="true"> </div> <div class="form-group full-width spacer"> </div> <div class="form-group full-width doc-type"> <h5>Content type</h5> </div> <select name="category" class="select-menu form-control selectpicker"> <option value="0">All</option> <option value="White Paper">White Paper</option> <option value="Case Studies">Case Studies</option> <option value="Industry Brochures">Industry Brochures</option> <option value="Product Brochures">Product Brochures</option> </select> </div> </form> </div> <div class="col-xs-24 col-sm-1 col-md-1"></div> <!-- Download List/Boxes--> <div class="col-xs-24 col-sm-17 col-md-17 entries"> <div class="row wrapper-flex"> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["metal-detection-systems","x-ray-inspection-systems","___dummy___"]' data-type='White Paper'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/59e84bacffe9ecdb05f0be3b/files/fremdkoerperdetektion-fleisch-wp-vorschaubild-blog-en.jpg?1652433037" title="fremdkoerperdetektion fleisch wp vorschaubild blog en" alt="fremdkoerperdetektion fleisch wp vorschaubild blog en" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-text-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">White Paper</h4> <h5 class="file-label">Contaminant Detection in the Meat Industry</h5> <span class="file-shorttext"><p> Unser White Paper beschreibt einige der Herausforderungen, die sich in der Fleischindustrie hinsichtlich der Produktreinheit und -sicherheit ergeben und erklärt die verfügbaren Technologien, die für die Detektion von Fremdkörpern zur Verfügung stehen. <br></p></span> <!-- <span class="file-size">1383KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/emea/en/resources/blog/contaminant-detection-in-the-meat-industry" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='White Paper'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/5b6d2b46ffe9ecc20459074d/files/vorschau-wp-x-ray-technology-blog-de.jpg?1652433056" title="vorschau wp x ray technology blog de" alt="vorschau wp x ray technology blog de" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-text-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">White Paper</h4> <h5 class="file-label">Advanced Functions and Capabilities of X-ray Technology</h5> <span class="file-shorttext"><p> In this White Paper we show you the key benefits and diverse application possibilities of x-ray technology and how these systems help you to ensure your product quality. <br></p></span> <!-- <span class="file-size">1599KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/emea/en/resources/blog/advanced-functions-and-capabilities-of-x-ray-technology" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["metal-detection-systems","x-ray-inspection-systems","___dummy___"]' data-type='White Paper'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/5e846755d1468d49cb48c39a/files/vorschau-ebook-food-safety.jpg?1652433063" title="vorschau ebook food safety" alt="vorschau ebook food safety" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">White Paper</h4> <h5 class="file-label">E-Book: Driving Impact - Safe food and saving food</h5> <span class="file-shorttext"><p> </p><p class="MsoNormal">In our e-book we show you, amongst others, what challenges the development of the world's population and especially food safety pose for manufacturers and processors and how they can still be mastered.</p> <p></p></span> <!-- <span class="file-size">3810KB HTML</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p> <a href="/emea/en/resources/blog/ebook-driving-impact-safe-food-and-saving-food" title="Download">Download </a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["metal-detection-systems","x-ray-inspection-systems","___dummy___"]' data-type='White Paper'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/64b65df493b3561593abff2a/files/preview-white-paper-icm-en.jpg?1689679220" title="preview white paper icm en" alt="preview white paper icm en" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">White Paper</h4> <h5 class="file-label">Automated conformity testing processes for inspection systems </h5> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/64b65df493b3561593abff2a/files/White-Papere-Konformit_tspr_fung-en.pdf?1689679220" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Case Studies'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/5a9e63dbffe9ec03b67ea694/files/lebensmittelproduzent-drink-powder.jpg?1652433049" title="lebensmittelproduzent drink powder" alt="lebensmittelproduzent drink powder" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-text-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Case Studies</h4> <h5 class="file-label">Food producer uses Sesotec x-ray inspection systems</h5> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p> <a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/5a9e63dbffe9ec03b67ea694/files/raycon-foodproducer-ab-en.pdf?1652433049">Download </a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["metal-detection-systems","x-ray-inspection-systems","___dummy___"]' data-type='Case Studies'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/5f9a5af493b35668250dc949/files/gebaeck-backwelt-pilz.jpg?1652433067" title="gebaeck backwelt pilz" alt="gebaeck backwelt pilz" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Case Studies</h4> <h5 class="file-label">Safe bread and rolls from the Austrian Waldviertel</h5> <span class="file-shorttext"><p>The Backwelt Pilz produces pre-baked and pre-cooked deep-frozen baked goods, for the food retail trade, petrol station shops and system gastronomy. In order to ensure that bread and rolls are absolutely free of foreign bodies, the Backwelt Pilz decided, in addition to the existing metal detectors, also to install RAYCON D+ X-ray inspection equipment for packaged products.<br></p></span> <!-- <span class="file-size">2868KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/5f9a5af493b35668250dc949/files/raycon-d-plus-backwelt-pilz-ab-en.pdf?1652433067" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Case Studies'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/60caf13a93b356c23843962d/files/raycon-manner2.jpg?1652433069" title="raycon manner2" alt="raycon manner2" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Case Studies</h4> <h5 class="file-label">X-ray inspection systems ensure top quality in MANNER products</h5> <span class="file-shorttext"><p> Founded in 1890, the Josef Manner & Comp. AG is the number one specialist for wafers, dragées, and marshmallow products in Austria. As a leading manufacturer of product inspection technology, Sesotec supplied Manner with three RAYCON x-ray systems to help them renew their IFS certification in 2019. The solution was a success: their IFS certificate was renewed and both production sites continue to operate at the highest level of accreditation. <br></p></span> <!-- <span class="file-size">3335KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/60caf13a93b356c23843962d/files/raycon-manner-ab-en.pdf?1652433069" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Case Studies'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/621f27ed93b356ae414128ff/files/sursee.jpg?1692705686" title="sursee" alt="sursee" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Case Studies</h4> <h5 class="file-label">X-ray technology enables end-to-end traceability for meat and sausage products</h5> <span class="file-shorttext"><p> FF Frischfleisch AG was searching for a way to fully trace 100% of products subject to complaints. Such a solution would require the systematic documentation of production. In cooperation with Kundert, the Swiss sales partner, Sesotec was able to develop a solution to this challenge onsite. <br></p></span> <!-- <span class="file-size">1549KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/621f27ed93b356ae414128ff/files/rayconEX1-sursee-sempione-ab-en.pdf?1692705686" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Case Studies'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/65dc59d493b35612cfe45d12/files/20240122_113219.jpg?1708939900" title="20240122 113219" alt="20240122 113219" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Case Studies</h4> <h5 class="file-label">EUROVERDE uses X-ray technology to find the smallest stones in soups</h5> <span class="file-shorttext"><p>EUROVERDE‘s entire product range is the result of a quality process at the highest level. In the field of foreign matter management, EUROVERDE has been using various metal detectors for years to separate metal particles of any kind from the products.<br></p></span> <!-- <span class="file-size">2146KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/65dc59d493b35612cfe45d12/files/rayconEX1-euroverde-en.pdf?1708939900">Download</a></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["plastics","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Case Studies'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/66c5e7b993b356e31bce9d15/files/Sesotec-img-tapes.jpg?1724246236" title="Sesotec img tapes" alt="Sesotec img tapes" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Case Studies</h4> <h5 class="file-label">Examining raw materials for adhesive tapes at the highest level</h5> <span class="file-shorttext"><p>Our client in northern Germany employs around 600 people and produces single and double-sided adhesive tapes on production facilities that are among the most advanced worldwide. Raw materials for adhesive tape production can contain tiny metal particles. Even the smallest foreign object that enters production poses a significant risk.<br></p></span> <!-- <span class="file-size">1288KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/66c5e7b993b356e31bce9d15/files/Sesotec-cas-RAYCON-klebeb_nder-en-24-V1.0.pdf?1724246236" title="Download">Download</a></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["metal-detection-systems","x-ray-inspection-systems","magnet-systems","___dummy___"]' data-type='Industry Brochures'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/59e84fcbffe9ecdb05f0be61/files/food-broschuere.jpg?1652433038" title="food broschuere" alt="food broschuere" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Industry Brochures</h4> <h5 class="file-label">Product Purity. Optimal contaminant detection in the food industry.</h5> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p> <a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/59e84fcbffe9ecdb05f0be61/files/food-pr-en.pdf?1652433038">Download </a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["metal-detection-systems","x-ray-inspection-systems","___dummy___"]' data-type='Industry Brochures'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/59e8512bffe9ecdb05f0be6b/files/fleischkatalog.jpg?1652433038" title="fleischkatalog" alt="fleischkatalog" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Industry Brochures</h4> <h5 class="file-label">Product Inspection in the Meat Industry</h5> <span class="file-shorttext"><p>Brochure about the production and processing of meat products.<br></p></span> <!-- <span class="file-size">4658KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p> <a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/59e8512bffe9ecdb05f0be6b/files/guide-product-inspection-meat-industry-en_2.pdf?1652433038">Download </a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Product Brochures'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/61eeadb693b356126ce895f1/files/RayconD_MXBulk_Gesamtansicht_Logos.jpg?1652433071" title="Raycon D M X Bulk Gesamtansicht Logos" alt="Raycon D M X Bulk Gesamtansicht Logos" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Product Brochures</h4> <h5 class="file-label">RAYCON D+ MX BULK</h5> <span class="file-shorttext"><p> The RAYCON D+ MX BULK is the standard device for inspecting unpacked bulk materials. Pneumatically driven flaps ensure minimal loss of good material. <br></p></span> <!-- <span class="file-size">2269KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/61eeadb693b356126ce895f1/files/Sesotec_RAYCON_D_MXBulk_digital_EN.pdf?1652433071" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Product Brochures'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/61eeaeb893b3561233e896d1/files/RayconD_MXBulk_Gesamtansicht_Logos.jpg?1652433072" title="Raycon D M X Bulk Gesamtansicht Logos" alt="Raycon D M X Bulk Gesamtansicht Logos" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Product Brochures</h4> <h5 class="file-label">RAYCON D+ HX BULK</h5> <span class="file-shorttext"><p> RAYCON D+ HX BULK is the high-end model for the inspection of unpacked bulk materials. It achieves the highest detection accuracies. Pneumatically driven flaps ensure minimal loss of good material. <br></p></span> <!-- <span class="file-size">2292KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/61eeaeb893b3561233e896d1/files/Sesotec_RAYCON_D_HXBulk_digital_EN.pdf?1652433072" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="item down-item flex-item col-xs-24 col-sm-12 col-md-12" data-ind-id='["food","___dummy___"]' data-prod-cat-id='["x-ray-inspection-systems","___dummy___"]' data-type='Product Brochures'> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24 thumb"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/61fbc6d293b35697cdfb00b0/files/raycon-family-brochure-preview-en.jpg?1652433072" title="raycon family brochure preview en" alt="raycon family brochure preview en" > </div> <div class="col-xs-24 col-sm-24 col-md-24 file-wrapper"> <!--<i class="fa fa-file-pdf-o file" aria-hidden="true"></i> --> <div class="file-description"> <h4 class="file-category">Product Brochures</h4> <h5 class="file-label">RAYCON Family - X-ray inspection holistically thought through</h5> <span class="file-shorttext"><p> Sesotec has completed the proven RAYCON product family and thus offers X-ray inspection solutions for all applications in the food industry. <br></p></span> <!-- <span class="file-size">7831KB PDF</span> --> </div> </div> <div class="col-xs-24 col-sm-24 col-md-24 download"> <div class="link-decor fa fa-long-arrow-right fa-lg"><p><a href="/emea/en/resources/blog/sesotec-raycon-x-ray-inspection-holistically-thought-through" title="Download">Download</a><br></p></div> </div> </div> </div> <div class="no-result" style="display:none">No results are available for the selected filter.</div> </div> </div> <!-- END: Download List/Boxes--> </div> </div> </div> <script> $(document).ready(function(){ $('.down-item .download').find('a').each(function() { $(this).closest('.down-item').attr('onclick', "window.location='" + $(this).attr('href') + "'"); }); if($('#dc_item2.industries div.form-group.elm-input-checkbox').length < 1){ $('.industries').hide(); } ; if($('#dc_item3.products div.form-group.elm-input-checkbox').length < 1){ $('.products').hide(); } ; // filter download items function filterDownloadItems(){ $('div.no-result').hide(); var fields = $('#FrmMed :input').serializeArray(); var filter_ind_ids=[]; var filter_prod_cat_ids=[]; var filter_type; jQuery.each( fields, function( i, field ) { if (field.name == 'ind_id'){ filter_ind_ids.push(field.value); } else if(field.name== 'prod_cat_id'){ filter_prod_cat_ids.push(field.value); } else if(field.name== 'category'){ filter_type=field.value; } }); if(filter_type === "0") filter_type = null; $('.down-item').each(function() { var data_type = $(this).attr('data-type'); var data_ind_ids = JSON.parse($(this).attr('data-ind-id')); var data_prod_cat_ids = JSON.parse($(this).attr('data-prod-cat-id')); var visible = true; if(filter_type && filter_type !== data_type) { visible = false; } if(visible && filter_ind_ids.length > 0) { visible = false; for(var i=0; i < filter_ind_ids.length; i++) { if(data_ind_ids.indexOf(filter_ind_ids[i]) !== -1){ visible = true; break; } } } if(visible && filter_prod_cat_ids.length > 0) { visible = false; for(var i=0; i < filter_prod_cat_ids.length; i++) { if(data_prod_cat_ids.indexOf(filter_prod_cat_ids[i]) !== -1){ visible = true; break; } } } $(this).toggle(!!visible); }); if ($('.down-item:visible').length == 0){ $('div.no-result').show(); } } $( "#FrmMed input:checkbox" ).on( "click", filterDownloadItems ); $( "#FrmMed select" ).on( "change", filterDownloadItems ); }); </script> <!-- $Id: mod_event_teaser.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-event-teaser"> <div class="container"> <h5 class="reg">Sesotec live! - Our upcoming exhibitions</h5> <div id="carousel-event" class="carousel slick teaser "> </div> </div> </div> <script> $('#carousel-event.slick').slick({ infinite: true, slidesToShow: 3, slidesToScroll: 3, arrows: false, dots: true, autoplay: true, responsive: [ { breakpoint: 1200, settings: { arrows: false, slidesToShow: 2, slidesToScroll: 2, } }, { breakpoint: 700, settings: { arrows: false, autoplay: false, slidesToShow: 1, slidesToScroll: 1, } } ] }); </script> <!-- $Id: mod_link_intro.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-link-intro"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-20 col-md-offset-2"> <h5 class="reg">The new RAYCON family</h5> <div class="intro-text inner-content">NEW: Discover the new RAYCON family - a complete portfolio for innovative and compliant product inspection!</div> <p><a href="https://www.sesotec.com/emea/en/lp/innovative-x-ray-inspection">Discover now!</a><br></p> </div> </div> </div> </div> <!-- $Id: footer.liquid 50906 2022-11-28 17:06:33Z blanco $ --> <div class="full-width-wrapper bg-grey-dark footer"> <div class="container"> <div class="row socialmedia wrapper-spacing-20" > <h5>Follow us:</h5> <span class="seperator"></span> <a href="https://www.linkedin.com/company/335170/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> <a href="https://www.instagram.com/sesotec_gmbh/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a> <a href="https://www.facebook.com/sesotec.global/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="https://www.youtube.com/user/sesotec" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> <a href="https://www.xing.com/companies/sesotecgmbh" target="_blank"><i class="fa fa-xing" aria-hidden="true"></i></a> <a href="https://twitter.com/sesotec" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> </div> </div> <div class="container"> <footer class="wrapper-spacing-20"> <div class="row"> <div class="col-xs-24 col-sm-10 col-md-10"> <p>©2008 – 2024 Sesotec GmbH</p> </div> <div class="col-xs-24 col-sm-4 col-md-4"> </div> <div class="col-xs-24 col-sm-10 col-md-10"> <div class="cookie-reset"> <a class="cc-cookie-reset" href="#" title="Revise cookie and analytics tool selection.">Revise cookie and analytics tool selection.</a> </div> <nav> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a> <a href="/emea/en/legal-notes">Legal notes</a> <a href="/emea/en/data-privacy">Data privacy</a> <a href="/emea/en/data-privacy-social-media">Data privacy social media</a> </nav> </div> </div> </footer> </div> </div> <section id="loading-spinner-overlay" class="loading-spinner modal hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="loading-spinner-container"></div> </div> </section> <section id="successMessageModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog container" role="document"><div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"><button type="button" class="close" data-dismiss="modal"></button></div> <div class="modal-body" style="background: #FFF;"><div class="container-fluid"> <div class="row"><div class="col-xs-24 col-sm-24 col-md-24"> <div id="successfull-message" class="inner-content mod-accordeon mod-job-offers"></div> </div> </div> </div> </div> </div> </div> </section> <!-- $Id$ --> <div id="countryModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true" style="z-index: 100000;"> <div class="modal-dialog container" role="document"> <div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"></button> </div> <div class="modal-body" style="background: #FFF;"> <div class="container-fluid"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="inner-content mod-accordeon mod-job-offers"> <div class="center"> <h4>Please select your country</h4> <p>The selection of your country allows us to offer the optimal content for you.</p> <p style="display: none;" id="country_modal_detected_country"> We have detected the following country based on your IP address: <span class="country_name"> </span><br>If this is not correct, please choose your country below. </p> </div> <div class="country-wrapper"> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-europa" aria-expanded="false" aria-controls="region-europa"><span class="txt-28">Europe</span></button> <div id="region-europa" class="collapse inner-content"> <p class="countries countries-europa"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AX" title="Aland Islands" style="display:block; width:100%"> Aland Islands </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AL" title="Albania" style="display:block; width:100%"> Albania </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AD" title="Andorra" style="display:block; width:100%"> Andorra </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AM" title="Armenia" style="display:block; width:100%"> Armenia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AT" title="Austria" style="display:block; width:100%"> Austria </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AZ" title="Aserbaidschan" style="display:block; width:100%"> Aserbaidschan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BY" title="Belarus" style="display:block; width:100%"> Belarus </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BE" title="Belgium" style="display:block; width:100%"> Belgium </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BA" title="Bosnia-Herzegovina" style="display:block; width:100%"> Bosnia-Herzegovina </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BG" title="Bulgaria" style="display:block; width:100%"> Bulgaria </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="HR" title="Croatia" style="display:block; width:100%"> Croatia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CY" title="Cyprus" style="display:block; width:100%"> Cyprus </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CZ" title="Czech Republic" style="display:block; width:100%"> Czech Republic </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="DK" title="Denmark" style="display:block; width:100%"> Denmark </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="EE" title="Estonia" style="display:block; width:100%"> Estonia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="FO" title="Faroe Islands" style="display:block; width:100%"> Faroe Islands </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="FI" title="Finland" style="display:block; width:100%"> Finland </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="FR" title="France" style="display:block; width:100%"> France </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GE" title="Georgia" style="display:block; width:100%"> Georgia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="DE" title="Germany" style="display:block; width:100%"> Germany </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GI" title="Gibraltar" style="display:block; width:100%"> Gibraltar </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GR" title="Greece" style="display:block; width:100%"> Greece </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GG" title="Guernsey" style="display:block; width:100%"> Guernsey </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="VA" title="Vatican City" style="display:block; width:100%"> Vatican City </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="HU" title="Hungary" style="display:block; width:100%"> Hungary </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="IS" title="Iceland" style="display:block; width:100%"> Iceland </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="IE" title="Ireland" style="display:block; width:100%"> Ireland </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="IM" title="Isle of Man" style="display:block; width:100%"> Isle of Man </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="IT" title="Italy" style="display:block; width:100%"> Italy </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="JE" title="Jersey" style="display:block; width:100%"> Jersey </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="KZ" title="Kazakhstan" style="display:block; width:100%"> Kazakhstan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="XK" title="Kosovo" style="display:block; width:100%"> Kosovo </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="KG" title="Kyrgyzstan" style="display:block; width:100%"> Kyrgyzstan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LV" title="Lattvia" style="display:block; width:100%"> Lattvia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LI" title="Liechtenstein" style="display:block; width:100%"> Liechtenstein </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LT" title="Lithuania" style="display:block; width:100%"> Lithuania </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LU" title="Luxembourg" style="display:block; width:100%"> Luxembourg </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="MK" title="Macedonia" style="display:block; width:100%"> Macedonia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="MT" title="Malta" style="display:block; width:100%"> Malta </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="MD" title="Moldavia" style="display:block; width:100%"> Moldavia </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MC" title="Monaco" style="display:block; width:100%"> Monaco </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ME" title="Montenegro" style="display:block; width:100%"> Montenegro </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="NL" title="Netherlands" style="display:block; width:100%"> Netherlands </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="NO" title="Norway" style="display:block; width:100%"> Norway </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="PL" title="Poland" style="display:block; width:100%"> Poland </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="PT" title="Portugal" style="display:block; width:100%"> Portugal </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="RO" title="Romania" style="display:block; width:100%"> Romania </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="RU" title="Russia" style="display:block; width:100%"> Russia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="SM" title="San Marino" style="display:block; width:100%"> San Marino </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="RS" title="Serbia" style="display:block; width:100%"> Serbia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SK" title="Slovakia" style="display:block; width:100%"> Slovakia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SI" title="Slovenia" style="display:block; width:100%"> Slovenia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ES" title="Spain" style="display:block; width:100%"> Spain </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SE" title="Sweden" style="display:block; width:100%"> Sweden </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CH" title="Switzerland" style="display:block; width:100%"> Switzerland </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="TJ" title="Tajikistan" style="display:block; width:100%"> Tajikistan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="TR" title="Turkey" style="display:block; width:100%"> Turkey </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="TM" title="Turkmenistan" style="display:block; width:100%"> Turkmenistan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="UA" title="Ukraina" style="display:block; width:100%"> Ukraina </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GB" title="United Kingdom" style="display:block; width:100%"> United Kingdom </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="UZ" title="Uzbekistan" style="display:block; width:100%"> Uzbekistan </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-europa', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-nord-und-mittelamerika" aria-expanded="false" aria-controls="region-nord-und-mittelamerika"><span class="txt-28">North/Central America</span></button> <div id="region-nord-und-mittelamerika" class="collapse inner-content"> <p class="countries countries-nord-und-mittelamerika"> <a href="http://www.sesotec.us/en/home-us/" target="_blank" class="country" data-market="na" data-country="AI" title="Anguilla" style="display:block; width:100%"> Anguilla </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="AG" title="Antigua & Barbuda" style="display:block; width:100%"> Antigua & Barbuda </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="AW" title="Aruba" style="display:block; width:100%"> Aruba </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BS" title="Bahamas" style="display:block; width:100%"> Bahamas </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BB" title="Barbados" style="display:block; width:100%"> Barbados </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BZ" title="Belize" style="display:block; width:100%"> Belize </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BM" title="Bermuda" style="display:block; width:100%"> Bermuda </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="CA" title="Canada" style="display:block; width:100%"> Canada </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="KY" title="Cayman Islands" style="display:block; width:100%"> Cayman Islands </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="CR" title="Costa Rica" style="display:block; width:100%"> Costa Rica </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="CU" title="Cuba" style="display:block; width:100%"> Cuba </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="CW" title="Curaçao" style="display:block; width:100%"> Curaçao </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="DM" title="Dominica" style="display:block; width:100%"> Dominica </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="DO" title="Dominican Republic" style="display:block; width:100%"> Dominican Republic </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="SV" title="El Salvador" style="display:block; width:100%"> El Salvador </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="GL" title="Greenland" style="display:block; width:100%"> Greenland </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="GD" title="Grenada" style="display:block; width:100%"> Grenada </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="GP" title="Guadeloupe" style="display:block; width:100%"> Guadeloupe </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="GT" title="Guatemala" style="display:block; width:100%"> Guatemala </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="HT" title="Haiti" style="display:block; width:100%"> Haiti </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="HN" title="Honduras" style="display:block; width:100%"> Honduras </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="JM" title="Jamaica" style="display:block; width:100%"> Jamaica </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="MQ" title="Martinique" style="display:block; width:100%"> Martinique </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="MX" title="Mexico" style="display:block; width:100%"> Mexico </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="MS" title="Montserrat" style="display:block; width:100%"> Montserrat </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="NI" title="Nicaragua" style="display:block; width:100%"> Nicaragua </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="PA" title="Panamá" style="display:block; width:100%"> Panamá </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="PR" title="Puerto Rico" style="display:block; width:100%"> Puerto Rico </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BL" title="Saint Barthélemy" style="display:block; width:100%"> Saint Barthélemy </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="KN" title="Saint Kitts and Nevis" style="display:block; width:100%"> Saint Kitts and Nevis </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="LC" title="Saint Lucia" style="display:block; width:100%"> Saint Lucia </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="MF" title="Saint Martin (French part)" style="display:block; width:100%"> Saint Martin (French part) </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="PM" title="Saint Pierre and Miquelon" style="display:block; width:100%"> Saint Pierre and Miquelon </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="VC" title="Saint Vincent and the Grenadines" style="display:block; width:100%"> Saint Vincent and the Grenadines </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="SX" title="Sint Maarten (Dutch part)" style="display:block; width:100%"> Sint Maarten (Dutch part) </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="TT" title="Trinidad and Tobago" style="display:block; width:100%"> Trinidad and Tobago </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="TC" title="Turks and Caicos Islands" style="display:block; width:100%"> Turks and Caicos Islands </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="US" title="USA" style="display:block; width:100%"> USA </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="VI" title="United States Virgin Islands" style="display:block; width:100%"> United States Virgin Islands </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="VG" title="British Virgin Islands" style="display:block; width:100%"> British Virgin Islands </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="AN" title="Netherlands Antilles" style="display:block; width:100%"> Netherlands Antilles </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-nord-und-mittelamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-suedamerika" aria-expanded="false" aria-controls="region-suedamerika"><span class="txt-28">South America</span></button> <div id="region-suedamerika" class="collapse inner-content"> <p class="countries countries-suedamerika"> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="AR" title="Argentina" style="display:block; width:100%"> Argentina </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BO" title="Bolivia" style="display:block; width:100%"> Bolivia </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BQ" title="Bonaire, Sint Eustatius and Saba" style="display:block; width:100%"> Bonaire, Sint Eustatius and Saba </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="BR" title="Brazil" style="display:block; width:100%"> Brazil </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="CL" title="Chile" style="display:block; width:100%"> Chile </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="CO" title="Colombia" style="display:block; width:100%"> Colombia </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="EC" title="Ecuador" style="display:block; width:100%"> Ecuador </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="FK" title="Falkland Islands (Malvinas)" style="display:block; width:100%"> Falkland Islands (Malvinas) </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="GF" title="French Guiana" style="display:block; width:100%"> French Guiana </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="GY" title="Guyana" style="display:block; width:100%"> Guyana </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="PY" title="Paraguay" style="display:block; width:100%"> Paraguay </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="PE" title="Peru" style="display:block; width:100%"> Peru </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="SR" title="Suriname" style="display:block; width:100%"> Suriname </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="UY" title="Uruguay" style="display:block; width:100%"> Uruguay </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="VE" title="Venezuela" style="display:block; width:100%"> Venezuela </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-suedamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-asien" aria-expanded="false" aria-controls="region-asien"><span class="txt-28">Asia</span></button> <div id="region-asien" class="collapse inner-content"> <p class="countries countries-asien"> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="AF" title="Afghanistan" style="display:block; width:100%"> Afghanistan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BH" title="Bahrain" style="display:block; width:100%"> Bahrain </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="BD" title="Bangladesh" style="display:block; width:100%"> Bangladesh </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="BT" title="Bhutan" style="display:block; width:100%"> Bhutan </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="IO" title="British Indian Ocean Territory" style="display:block; width:100%"> British Indian Ocean Territory </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="KH" title="Cambodia" style="display:block; width:100%"> Cambodia </a> <a href="https://www.sesotec.cn/apac/zh-CN/" target="_blank" class="country" data-market="apac" data-country="CN" title="China" style="display:block; width:100%"> China </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="TW" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="IN" title="India" style="display:block; width:100%"> India </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="ID" title="Indonesia" style="display:block; width:100%"> Indonesia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="IR" title="Iran" style="display:block; width:100%"> Iran </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="IQ" title="Iraq" style="display:block; width:100%"> Iraq </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="IL" title="Israel" style="display:block; width:100%"> Israel </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="JP" title="Japan" style="display:block; width:100%"> Japan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="JO" title="Jordan" style="display:block; width:100%"> Jordan </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="KP" title="North Korea" style="display:block; width:100%"> North Korea </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="KR" title="South Korea" style="display:block; width:100%"> South Korea </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="KW" title="Kuwait" style="display:block; width:100%"> Kuwait </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="LA" title="Laos" style="display:block; width:100%"> Laos </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LB" title="Lebanon" style="display:block; width:100%"> Lebanon </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="MO" title="Macao" style="display:block; width:100%"> Macao </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="MY" title="Malaysia" style="display:block; width:100%"> Malaysia </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="MV" title="Maldives" style="display:block; width:100%"> Maldives </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="MN" title="Mongolia" style="display:block; width:100%"> Mongolia </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="MM" title="Myanmar" style="display:block; width:100%"> Myanmar </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="NP" title="Nepal" style="display:block; width:100%"> Nepal </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="OM" title="Oman" style="display:block; width:100%"> Oman </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="PK" title="Pakistan" style="display:block; width:100%"> Pakistan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="PS" title="Palestinian Territory, Occupied" style="display:block; width:100%"> Palestinian Territory, Occupied </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="PH" title="Philippines" style="display:block; width:100%"> Philippines </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="QA" title="Qatar" style="display:block; width:100%"> Qatar </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SA" title="Saudi Arabia" style="display:block; width:100%"> Saudi Arabia </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="SG" title="Singapore" style="display:block; width:100%"> Singapore </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="LK" title="Sri Lanka" style="display:block; width:100%"> Sri Lanka </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SY" title="Syria" style="display:block; width:100%"> Syria </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="TA" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="TH" title="Thailand " style="display:block; width:100%"> Thailand </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="TL" title="Timor-Leste" style="display:block; width:100%"> Timor-Leste </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AE" title="United Arab Emirates" style="display:block; width:100%"> United Arab Emirates </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="VN" title="Vietnam" style="display:block; width:100%"> Vietnam </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="YE" title="Yemen" style="display:block; width:100%"> Yemen </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-asien', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-afrika" aria-expanded="false" aria-controls="region-afrika"><span class="txt-28">Africa</span></button> <div id="region-afrika" class="collapse inner-content"> <p class="countries countries-afrika"> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="DZ" title="Algeria" style="display:block; width:100%"> Algeria </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="AO" title="Angola" style="display:block; width:100%"> Angola </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BJ" title="Benin" style="display:block; width:100%"> Benin </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BW" title="Botswana" style="display:block; width:100%"> Botswana </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BF" title="Burkina Faso" style="display:block; width:100%"> Burkina Faso </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="BI" title="Burundi" style="display:block; width:100%"> Burundi </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CM" title="Cameroon" style="display:block; width:100%"> Cameroon </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CV" title="Cape Verde" style="display:block; width:100%"> Cape Verde </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CF" title="Central African Republic" style="display:block; width:100%"> Central African Republic </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="TD" title="Chad" style="display:block; width:100%"> Chad </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="KM" title="Comoros" style="display:block; width:100%"> Comoros </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CG" title="Republic of the Congo" style="display:block; width:100%"> Republic of the Congo </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CD" title="Democratic Republic of the Congo" style="display:block; width:100%"> Democratic Republic of the Congo </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="CI" title="Ivory Coast" style="display:block; width:100%"> Ivory Coast </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="DJ" title="Djibouti" style="display:block; width:100%"> Djibouti </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="EG" title="Egypt" style="display:block; width:100%"> Egypt </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GQ" title="Equatorial Guinea" style="display:block; width:100%"> Equatorial Guinea </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ER" title="Eritrea" style="display:block; width:100%"> Eritrea </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ET" title="Ethiopia" style="display:block; width:100%"> Ethiopia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GA" title="Gabon" style="display:block; width:100%"> Gabon </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GM" title="Gambia" style="display:block; width:100%"> Gambia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GH" title="Ghana" style="display:block; width:100%"> Ghana </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GN" title="Guinea" style="display:block; width:100%"> Guinea </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="GW" title="Guinea-Bissau" style="display:block; width:100%"> Guinea-Bissau </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="KE" title="Kenya" style="display:block; width:100%"> Kenya </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LS" title="Lesotho" style="display:block; width:100%"> Lesotho </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LR" title="Liberia" style="display:block; width:100%"> Liberia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="LY" title="Libya" style="display:block; width:100%"> Libya </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="MG" title="Madagascar" style="display:block; width:100%"> Madagascar </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="MW" title="Malawi" style="display:block; width:100%"> Malawi </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ML" title="Mali" style="display:block; width:100%"> Mali </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MA" title="Morocco" style="display:block; width:100%"> Morocco </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="MR" title="Mauritania" style="display:block; width:100%"> Mauritania </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="MU" title="Mauritius " style="display:block; width:100%"> Mauritius </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="YT" title="Mayotte" style="display:block; width:100%"> Mayotte </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="MZ" title="Mozambique" style="display:block; width:100%"> Mozambique </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="NA" title="Namibia" style="display:block; width:100%"> Namibia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="NE" title="Niger" style="display:block; width:100%"> Niger </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="NG" title="Nigeria" style="display:block; width:100%"> Nigeria </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="RE" title="Reunion" style="display:block; width:100%"> Reunion </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="RW" title="Rwanda" style="display:block; width:100%"> Rwanda </a> <a href="/na/en-US/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="na" data-country="SH" title="Saint Helena, Ascension and Tristan da Cunha" style="display:block; width:100%"> Saint Helena, Ascension and Tristan da Cunha </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ST" title="Sao Tome and Principe" style="display:block; width:100%"> Sao Tome and Principe </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SN" title="Senegal" style="display:block; width:100%"> Senegal </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SC" title="Seychelles" style="display:block; width:100%"> Seychelles </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SL" title="Sierra Leone" style="display:block; width:100%"> Sierra Leone </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SO" title="Somalia" style="display:block; width:100%"> Somalia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ZA" title="South Africa" style="display:block; width:100%"> South Africa </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SS" title="South Sudan" style="display:block; width:100%"> South Sudan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SD" title="Sudan" style="display:block; width:100%"> Sudan </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="SZ" title="Swaziland" style="display:block; width:100%"> Swaziland </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="TZ" title="Tanzania" style="display:block; width:100%"> Tanzania </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="TG" title="Togo" style="display:block; width:100%"> Togo </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="TN" title="Tunesia" style="display:block; width:100%"> Tunesia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="UG" title="Uganda" style="display:block; width:100%"> Uganda </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="EH" title="Western Sahara" style="display:block; width:100%"> Western Sahara </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ZM" title="Zambia" style="display:block; width:100%"> Zambia </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="ZW" title="Zimbabwe" style="display:block; width:100%"> Zimbabwe </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-afrika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-australien" aria-expanded="false" aria-controls="region-australien"><span class="txt-28">Australia</span></button> <div id="region-australien" class="collapse inner-content"> <p class="countries countries-australien"> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="AS" title="American Samoa" style="display:block; width:100%"> American Samoa </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="AU" title="Australia" style="display:block; width:100%"> Australia </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="BN" title="Brunei" style="display:block; width:100%"> Brunei </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="CX" title="Christmas Island" style="display:block; width:100%"> Christmas Island </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="CC" title="Cocos (Keeling) Islands" style="display:block; width:100%"> Cocos (Keeling) Islands </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="CK" title="Cook Islands" style="display:block; width:100%"> Cook Islands </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="FJ" title="Fidschi" style="display:block; width:100%"> Fidschi </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="PF" title="French Polynesia" style="display:block; width:100%"> French Polynesia </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="GU" title="Guam" style="display:block; width:100%"> Guam </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="HM" title="Heard Island and McDonald Islands" style="display:block; width:100%"> Heard Island and McDonald Islands </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="KI" title="Kiribati" style="display:block; width:100%"> Kiribati </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="MH" title="Marshall Islands" style="display:block; width:100%"> Marshall Islands </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="FM" title="Micronesia" style="display:block; width:100%"> Micronesia </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="NR" title="Nauru" style="display:block; width:100%"> Nauru </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="NC" title="New Caledonia" style="display:block; width:100%"> New Caledonia </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="NZ" title="New Zealand" style="display:block; width:100%"> New Zealand </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="NU" title="Niue" style="display:block; width:100%"> Niue </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="NF" title="Norfolk Island" style="display:block; width:100%"> Norfolk Island </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="PW" title="Palau" style="display:block; width:100%"> Palau </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="PG" title="Papua New Guinea" style="display:block; width:100%"> Papua New Guinea </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="PN" title="Pitcairn" style="display:block; width:100%"> Pitcairn </a> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="emea" data-country="WS" title="Samoa" style="display:block; width:100%"> Samoa </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="SB" title="Solomon Islands" style="display:block; width:100%"> Solomon Islands </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="TK" title="Tokelau" style="display:block; width:100%"> Tokelau </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="TO" title="Tonga" style="display:block; width:100%"> Tonga </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="TV" title="Tuvalu" style="display:block; width:100%"> Tuvalu </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="VU" title="Vanuatu" style="display:block; width:100%"> Vanuatu </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="WF" title="Wallis and Futuna" style="display:block; width:100%"> Wallis and Futuna </a> <a href="/apac/en/products/groups/x-ray-inspection-systems-for-unpackaged-products" class="country" data-market="apac" data-country="NM" title="Northern Mariana Islands" style="display:block; width:100%"> Northern Mariana Islands </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-australien', 'a'); }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $("#countryModal a.country[data-country]").click(function() { if ($(this).data('country') != '') { $.cookie("country", $(this).data('country'), { path: '/', expires: 30 }); } }); $("div.region-wrapper").each(function(index, element) { if ($(this).find('.inner-content a.country').length < 1) { $(this).hide(); } }); $("div.region-wrapper p.countries a[href^=http]").each(function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr({ target: "_blank" }); } }); $(function() { var detected_country = $.cookie('geoip.country.iso_code'); var selected_country = $.cookie('country'); // a country has been detected, and no (other) country has been selected // => display message to user in country modal if (typeof(detected_country) === 'string' && detected_country !== '--' && (typeof(selected_country) !== 'string' || selected_country === detected_country)) { $('#country_modal_detected_country').find('.country_name').text( $("a[data-country='" + detected_country.replace(/[^A-Z]+/g,'') + "']").text().trim() ); $('#country_modal_detected_country').show(); } }) // // Open country modal on first page load // $(document).ready(function () { // if (!$.cookie('country-modal-opened-on-first-pageload')) { // $('#country_modal_first_pageload_intro').show(); // $('#countryModal').modal('show'); // $.cookie('country-modal-opened-on-first-pageload', 'true', { path: '/', expires: 365 }); // } // }); </script> <!-- Latest compiled and minified JavaScript --> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap-select-1.12.4/dist/js/bootstrap-select.min.js?1724399351" type="text/javascript" ></script> <script> /**lightbox event listener**/ $(document).on('click', '[data-toggle="lightbox"]', function(event) { event.preventDefault(); $(this).ekkoLightbox(); }); $(function() { $('form select').addClass('selectpicker'); $('.datepicker').addClass('form-control'); }); /*add bootstrapS validator initial to class to every element wrapper container*/ $('div.form-group').addClass('has-feedback'); /* Input event handling */ $('input').on('input focus', function() { $(this).parent().addClass('active'); }).on('input blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* textareas event handling */ $('textarea').on('textarea focus', function() { $(this).parent().addClass('active'); }).on('textarea blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* selectbox event handling */ $(function() { $('.selectpicker').on('change', function () { $(this).parent().parent().addClass('active'); }); $( "select option:selected:not([disabled])" ).each(function() { $(this).closest('.form-group').addClass('active'); }); /* deprectated, Bug 11373 download select box : remove all non-pre-selected options */ /* $('select[name="content[download]"] option:selected:not([disabled])').each(function() { $('select[name="content[download]"] option:not([selected])').remove(); }); */ /* Bug 11373 Sesotec: "Protected" Whitepaper Download - Dropdown incorrectly lists all downloads*/ $('select[name="content[download]"].selectpicker').on('loaded.bs.select', function () { var is_selected = $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="true"]'); console.log(is_optgroup); // remove all non-preselected entries from dropdown list only for case that preselected one exists if ( is_selected.length) { //remove all not-preselected downloads from list $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="false"]').remove(); //remove all not related optgroup entries from list var is_optgroup = is_selected.parent('li').attr('data-optgroup'); $('label[for="content[download]"]').parent().find('li:not([data-optgroup = '+is_optgroup+'])').remove(); } }); }); $( document ).ready(function() { $( ".inner-content iframe" ).wrap( "<div class='videocontainer-wrapper'></div>" ); //extend body with class lp21 if lp21 snippets existst if ($('.lp21').length){ $('body').addClass('lp21'); } }); $( document ).ready(function() { $('div.item.video-wrapper-lightbox[href^="https://v.qq.com"]').each(function() { $(this).attr("data-type","url"); }); }); /* Bug 11159 - Sesotec Forms - Show "Loading" Spinner During Submission Bootstrap validator is used for frontend form validation. According to the official documentation, the bellow function can be used to handle submit events. When the form is invalid .preventDefault is called So we need to show the loading spinner only when there are not frontend validation errors */ $("form").validator().on('submit', function (e) { if (!e.isDefaultPrevented()) { // everything looks good! disable submit button and show spinner $(this).find(':input[type=submit]').prop('disabled', true); $('#loading-spinner-overlay').data('bs.modal',null).modal({backdrop:'static', keyboard:false}); } }); </script> <script> $(document).ready(function () { //hide parent div of input[name="content[cloudamp__data__c] $('input[name="content[cloudamp__data__c]"]').parent('div').hide(); /* SF Campaign Tracker */ window._cloudAmp = window._cloudAmp || {}; _cloudAmp.forms = []; /* extend _cloudAmp.forms with data object {id, name} */ $('form').has('input[name="content[cloudamp__data__c]"]').each(function(n) { if($(this).prop("id").length == 0) $(this).attr("id", "Frm" + n); var data={} var frmId=$(this).attr("id"); data.id = ''+frmId+''; data.name= 'content[cloudamp__data__c]'; _cloudAmp.forms.push(data); }); (function () { var scripts = document.getElementsByTagName('script'), sLen = scripts.length, ca_script = document.createElement('script'), head = document.getElementsByTagName('head'), protocol = document.location.protocol, httpsDomain = '1d5ef9e9369608f625a8-878b10192d4a956595449977ade9187d.ssl.cf2.rackcdn.com', httpDomain = 'trk.cloudamp.net', filename = 'ctk.js', srcDomain = protocol === 'http:' ? httpDomain : httpsDomain; ca_script.type = 'text/javascript'; ca_script.async = true; ca_script.src = protocol + '//' + srcDomain + '/' + filename; head[0].appendChild(ca_script); })(); }); </script> </body> </html>