Under Construction
The road ahead is being mapped. Check back soon.
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
Connect Ignition to Drive Your Andon Lights
Use the Panoptes API response to trigger real-time visual alerts on the floor
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.
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.
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.