110 likes | 353 Views
PI-BatchView Applications. Dave Draper. Topics. PI-Batch Overview PI-BatchView PI-Datalink Batch Query for Reports PI-ProcessBook Batch Trends ActiveX Search Control PI-BatchView Applications Examples. PI-Batch. PI-Batch Server runs on the PI Server PI-BatchView runs on the desktop
E N D
PI-BatchView Applications Dave Draper
Topics • PI-Batch Overview • PI-BatchView • PI-Datalink • Batch Query for Reports • PI-ProcessBook • Batch Trends • ActiveX Search Control • PI-BatchView Applications • Examples
PI-Batch • PI-Batch Server runs on the PI Server • PI-BatchView runs on the desktop • Records Unit, Batch ID, Product ID, Batch Start and End Times • Acts as a Pointer into the PI Archive • Supports Tag Aliases
PI-Batch Server • PI-Batch Provides Start and End Times Start End
PI-BatchView • Provides access to all Batch data • Start Times • End Times • Batch ID Number • Unit Name • Product ID • Filter (Conditional Statement) • Tag Alias
PI-BatchView • PI-ProcessBook Add-in • Batch Trend-Automation Interface
PI-BatchView • PI-Datalink • Batch Query – Unit Alias
Programmatic Access • Visual Basic/VBA • Properties identify conditions • (size, query type …) • Events cause or respond to action • (run, update …) • Methods return results • (selected count, results …) • Full Access to the ActiveX Control
.Server = “piserver2” .TimeFrom = “*” .TimeTo = “*-1d” .UnitCond = pibvEqual .UnitTest = “BK-1101” Programmatic Access
Applications • Tracking Coils • Tracking Ingots • Fermenters • Saw Mills • Resin Process • Paper Machine Downtime • Engine Production
Examples • Reports • Batch Trend Builder • Manual Batch Generation • Analyzing Multiple Batches • Copy and Paste Batch Data