1 / 11

PI-ProcessBook/PI-ActiveView Applications

PI-ProcessBook/PI-ActiveView Applications. Dave Draper, Chris Schifferli. Topics. ActiveX Controls in ProcessBook VBA Scripting in ProcessBook ProcessBook Add-ins ProcessBook Displays in PI-ActiveView. PI-ProcessBook.

laurel
Download Presentation

PI-ProcessBook/PI-ActiveView Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PI-ProcessBook/PI-ActiveView Applications Dave Draper, Chris Schifferli

  2. Topics • ActiveX Controls in ProcessBook • VBA Scripting in ProcessBook • ProcessBook Add-ins • ProcessBook Displays in PI-ActiveView

  3. PI-ProcessBook • PI-ProcessBook is a PC tool for displaying plant information stored in the PI Data Archive and other sources

  4. PI-ProcessBook • Automation Server - write programs using VBA to automate or control objects in a ProcessBook display Private Sub Display_BeforeClose(bCancelDefault As Boolean) ThisDisplay.Close (False) End Sub Private Sub Display_Open() BatchSearch End Sub

  5. PI-ProcessBook • ActiveX Control Container - enables the user to apply objects in displays that are not part the PI-ProcessBook application

  6. PI-ProcessBook Add-in • Custom Data Sets that provides data from sources outside the PI Data Archive to the PI-ProcessBook application • Data can be integrated with PI Data in displays

  7. PI-ProcessBook Add-in • Created in Visual Basic • Included in ProcessBook through the Add-in Manager under Tools • Datasets are setup through Data Sets under Tools • The data set information can then be displayed on trends

  8. PI-ProcessBook Add-in • The interface to custom data sets is provided at PI-ProcessBook’s application level. ProcessBook Application VBA Script or Add-in Display Datasets Collection Trend Dataset1 DatasetProvider1 Value Dataset2 DatasetProvider2

  9. PI-ActiveView • Used to create and view HTML pages that contain PI-ProcessBook displays • Provides an easy path for displaying PI-ProcessBook displays in a Web environment

  10. PI-ActiveView Usage • Publishing PI-ProcessBook displays on an Internet or Intranet • Building multi-media presentations • Casual user viewing

  11. Using Front Page

More Related