Under Construction

The road ahead is being mapped. Check back soon.

IMAGE

Image Inspection

Still Image Analysis

Your line cameras capture images and send them to Panoptes for instant analysis. The system compares each image against your quality standards and returns a clear pass/fail verdict — no manual inspection needed.

  • AI-powered visual quality analysis
  • You define what "good" looks like
  • Instant pass/fail results
  • Clear explanations for every decision
  • Connects directly to your floor network
Part under inspection
POST /vision/image/4821
PASS

Connect Ignition to Drive Your Andon Lights

Use the Panoptes API response to trigger real-time visual alerts on the floor

1

Configure Ignition HTTP Client

In Ignition Designer, add a Script or Gateway Timer Event that sends a POST request to the Panoptes endpoint (e.g., /vision/image/{part_id}) each time your camera triggers an inspection.

2

Parse the Response Payload

Read the "result" field from the JSON response. A value of "good" means the part passed inspection. Any other value indicates a defect or deviation that needs attention.

3

Write to Andon Tags

Map the result to your PLC or OPC-UA tags that control Andon lights on the line. Green for pass, red for fail — operators see the result in real time without leaving their station.

Camera Trigger
Ignition POST → Panoptes
JSON Response
Andon Light