> ## Documentation Index
> Fetch the complete documentation index at: https://doc.sensolus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MNT MAG 8110

> MNT MAG 8110 Magnet mounting kit

export const HeaderBadge = ({type, checkDms = false}) => {
  function addGroupBadge(h1Id) {
    const h1Element = document.getElementById(h1Id);
    if (!h1Element) {
      console.error(`Element with ID "${h1Id}" not found`);
      return;
    }
    if (h1Element.querySelector('.header-badge')) {
      console.warn('Header badge already exists on this element');
      return;
    }
    const badge = document.createElement('span');
    badge.className = 'header-badge';
    var badgeText;
    var badgeColor;
    switch (type) {
      case 'public':
        badgeText = 'Public';
        badgeColor = '#858585ff';
        break;
      case 'end-user':
        badgeText = 'End-User';
        badgeColor = '#0071a1';
        break;
      case 'multi-org':
        badgeText = 'Multi-Org';
        badgeColor = '#0071a1';
        break;
      case 'partner':
        badgeText = 'Partner';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-eu':
        badgeText = 'Partner-EU';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-us':
        badgeText = 'Partner-US';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-world':
        badgeText = 'Partner-World';
        badgeColor = '#0071a1';
        break;
      case 'sensolus-internal':
        badgeText = 'Sensolus only';
        badgeColor = '#ffa858';
        break;
      default:
        badgeText = type;
        badgeColor = '#ffa858';
    }
    badge.textContent = badgeText;
    badge.style.cssText = `
        background-color: ${badgeColor};
        color: white;
        padding: 0.3em 0.8em 0.3em 0.8em;
        border-radius: 6px;
        font-size: 0.4em;
        margin-left: 20px;
        vertical-align: middle;
    `;
    h1Element.appendChild(badge);
  }
  function checkDocumentationServerAccess(type) {
    fetch('https://cloud.sensolus.com/documentation/user', {
      method: 'GET',
      headers: {
        'Accept': 'application/json'
      },
      credentials: 'include'
    }).then(response => {
      if (!response.ok) {
        console.error('Could not fetch documentation server user:', response);
      }
      return response.json();
    }).then(user => {
      const compatibleGroups = {
        "NORMAL": ["end-user", "public"],
        "PUBLIC": ["public"],
        "PARTNER": ["partner", "public", "end-user", "multi-org"],
        "MULTI_ORG": ["multi-org", "public", "end-user"],
        "SYSTEM": ["public", "end-user", "multi-org", "partner", "sensolus-internal"]
      };
      const allowedGroups = compatibleGroups[user.orgType] || [];
      const compatiblePriceListGroups = {
        "EU": ["partner-pricing-eu"],
        "US": ["partner-pricing-us"],
        "WORLD": ["partner-pricing-eu", "partner-pricing-us", "partner-pricing-world"]
      };
      allowedGroups.push(...compatiblePriceListGroups[user.orgType === "SYSTEM" ? "WORLD" : user.priceList] || []);
      if (!allowedGroups.includes(type)) {
        if (user.orgType === 'PUBLIC') {
          window.location.href = '/login?redirect=' + encodeURIComponent(window.location.pathname);
        } else {
          window.location.href = '/logout';
        }
      }
      addGroupBadge("page-title");
    }).catch(error => {
      console.error('Could not fetch documentation server user:', error);
      addGroupBadge("page-title");
    });
  }
  useEffect(() => {
    console.info("adding badge");
    addGroupBadge("page-title");
  });
  useEffect(() => {
    console.info("checking server access for type" + type);
    if (type && type !== 'public' && checkDms) {
      checkDocumentationServerAccess(type);
    }
  }, [type]);
  return <></>;
};

<HeaderBadge type={'public'} checkDms={false} />

<AccordionGroup>
  {/* Generated: 2026-06-29T22:02:35.217425 | Modified: 2026-06-29T15:26:20Z | Hash: 97e4207c | Folder: DMS_root_folder/00 Spec Sheets and Manuals/Manuals/generated */}

  <Accordion title="MNT MAG 8110 Magnet mounting kit (pdf)" icon="file">
    **Description**: <br />
    **Access level**: public<br />
    **Reference**: SDOC-498608282-1375<br />
    **Download**:  [PDF](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1375)

    <iframe src="https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1375?viewer=true" style={{width: '100%', height: '881px', border: 'none', margin: 0, padding: 0}} />

    <div style={{display: "none"}} data-pdf-text="true">
      MNT MAG 8110 Magnet mounting kit
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      February 4, 2026
      The MNT MAG 8110 is a magnet mounting kit designed for TRACK 1000 and TRACK 1100 trackers. This kit provides a secure
      magnetic mounting solution for metal surfaces.
      Compatible devices
      The MNT MAG 8110 is compatible with the following tracker models:
      • TRACK 1000
      • TRACK 1100
      Kit contents
      The kit includes:
      • 2x M6 x 16 bolts
      • 2x magnets with internal thread
      • 2x washers
      Installation steps
      Step 1: Place the tracker on the magnets
      Place the tracker on top of the magnets. Make sure the metal protection on the magnets is facing up.

      MNT MAG 8110 Magnet mounting kit
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      February 4, 2026
      Step 2: Line the washers
      Line the washers on top of the tracker\&#39;s mounting holes.
      Step 3: Tighten the screws
      Tighten the screws on the magnets to secure the tracker in place.
      After installation, verify that the tracker is securely mounted and the magnets are firmly attached to the metal surface.
      Installation checklist
      Before completing the installation, verify the following:
      • \&#91; \&#93; All kit components are present (2 bolts, 2 magnets, 2 washers)

      MNT MAG 8110 Magnet mounting kit
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      February 4, 2026
      • \&#91; \&#93; Metal protection on magnets is facing up
      • \&#91; \&#93; Washers are properly positioned on mounting holes
      • \&#91; \&#93; Screws are tightened securely
      • \&#91; \&#93; Tracker is firmly mounted and stable
      • \&#91; \&#93; Magnets are securely attached to the metal surface
    </div>
  </Accordion>
</AccordionGroup>
