Home 

     Process Trend 
     

    Process Trend ActiveX Control

     Installation 

    Introduction

    The installation uses two install files, which can be downloaded here:
    ProcessIT_TrendOCX.msi
    Microsoft Installer Package (Executable). This installs the Process Trend OCX itself (ProcessTrend.OCX) along with a number of supporting files
    Download
    FlpGrfRT.exe
    Flipper Graph Runtime Installer. This installs and registers the Flipper OCX, which provides the main graphing (drawing) functionality
    Download

     

    Dependencies

    The Process Trend OCX is dependent on a number of files for correct operation. The following components will be installed by either the ProcessIT_TrendOCX.msi or FlpGrfRT.exe installation utilities:
    • Visual Basic Runtime
    • Microsoft Common Controls
    • Microsoft XML 3 Parser
    • FloatingPoint.DLL
    • IniFileInterface.DLL
    • Flipper Graph OCX
    • Trend Definition File (ProcessTrend.XML)

    In addition, the Process Trend OCX uses the following file:

    • PHD OLE Automation Object (Visual PHD DLL)
    The Visual PHD DLL is usually installed as part of the PHD Desktop. It is not included in either the ProcessIT_TrendOCX.msi or FlpGrfRT.exe install files.

    The Trend OCX does not require the other components and applications that are installed with the standard installation of the PHD Desktop, so these may be deleted if not required by other applications.

     

    Installation Procedure

    Ensure you are logged on as Administrator.

    The order in which the executable files are run is not critical, however the following procedure is recommended:

    1. Run FlpGrfRT.EXE to install the Flipper Run Time
    2. Run ProcessIT_TrendOCX.msi to install the Trend OCX

     

    Running the Trend OCX

    Two HTML files are included with the download:
    • trend.htm
      This uses the Trend OCX to connect to an existing PHD historian
    • trendSim.htm
      This connects to the Visual PHD Emulator

    trend.htm
    If connecting to PHD, you will need to modify the HTML file to use the correct name of the PHD server, as indicated below in red. You may also need to modify the user name and password, but in most cases the the default PHD_READONLY will work.

    <OBJECT id=trendOcx style="LEFT: 0px; WIDTH: 818px; TOP: 0px; HEIGHT: 617px" 
    height=617 width=818 classid=clsid:7A562DB8-2595-45C8-A983-9EADD52A1C93 
    VIEWASTEXT><PARAM NAME="_ExtentX" VALUE="21643">
    <PARAM NAME="_ExtentY" VALUE="16325">
    <PARAM NAME="PhdHostName" VALUE="PHD">
    <PARAM NAME="PhdMinConfidence" VALUE="100">
    <PARAM NAME="PhdSampleMethod" VALUE="SNAPSHOT">
    <PARAM NAME="PhdUserName" VALUE="PHD_READONLY">
    <PARAM NAME="PhdPassword" VALUE="PHD_READONLY">
    <PARAM NAME="HistoryWindow" VALUE="30m">
    <PARAM NAME="Simulate" VALUE="False">
    <PARAM NAME="NumTags" VALUE="1">
    <PARAM NAME="GraphFrameColour" VALUE="808080">
    <PARAM NAME="GraphBackColour" VALUE="0">
    <PARAM NAME="GridVisible" VALUE="1">
    <PARAM NAME="PtDescVisible" VALUE="1">
    <PARAM NAME="TimebaseVisible" VALUE="1">
    <PARAM NAME="MaxPhdSamples" VALUE="250">
    </OBJECT>