{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://oryxcontrols.com/#organization",
      "name": "Oryx Controls",
      "url": "https://oryxcontrols.com",
      "logo": "https://oryxcontrols.com/logo-clean.png",
      "description": "Leading manufacturer of precision thickness measurement systems for plastic, metal strip, and extrusion manufacturing",
      "foundingDate": "2020",
      "industry": "Industrial Measurement Equipment",
      "specialties": [
        "Thickness measurement",
        "Quality control systems",
        "Non-destructive testing",
        "Plastic manufacturing equipment",
        "Metal processing equipment",
        "Extrusion manufacturing equipment",
        "Real-time process monitoring"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+1-704-914-7082",
        "contactType": "sales",
        "email": "info@oryxcontrols.com",
        "availableLanguage": "English"
      },
      "address": {
        "@type": "PostalAddress",
        "addressRegion": "Charlotte NC 28270"
      }
    },
    {
      "@type": "Product",
      "@id": "https://oryxcontrols.com/#product",
      "name": "Oryx Controls",
      "manufacturer": {
        "@id": "https://oryxcontrols.com/#organization"
      },
      "description": "Real-time, non-destructive thickness measurement system for plastic, metal strip, and extrusion manufacturing",
      "category": "Industrial Measurement Equipment",
      "image": "https://oryxcontrols.com/gauge-1.webp",
      "applicationArea": [
        "Plastic manufacturing",
        "Metal strip production",
        "Extrusion processes",
        "Quality control",
        "Industrial measurement"
      ],
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "Resolution",
          "value": "0.015 µm"
        },
        {
          "@type": "PropertyValue",
          "name": "Precision",
          "value": "≤ 0.15 µm"
        },
        {
          "@type": "PropertyValue",
          "name": "Measurement Type",
          "value": "Non-destructive"
        },
        {
          "@type": "PropertyValue",
          "name": "Coverage",
          "value": "1 value per mm cross-web"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://oryxcontrols.com/#website",
      "url": "https://oryxcontrols.com",
      "name": "Oryx Controls",
      "description": "Precision thickness measurement systems for plastic, metal strip, and extrusion manufacturing",
      "publisher": {
        "@id": "https://oryxcontrols.com/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://oryxcontrols.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}