home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / demo / elmark / genie / disk1 / readme.tx_ / readme.tx
Text File  |  1995-08-17  |  6KB  |  125 lines

  1.  
  2.              ********************************************
  3.                 Welcome to Advantech GENIE STARTER V2.0
  4.              ********************************************
  5.  
  6. Advantech Genie Starter Package
  7. MS Windows Based Process Control/Data Acquisition Software Package
  8. **************************************************************************
  9. *   This starter package is to show you how the actual program works.    *
  10. *   This package demonstrates features in Genie regular version as well  *
  11. *   as Genie Plus version.  It works the same way as the full packages   *
  12. *   except the following differences:                                    *
  13. *                                                                        *
  14. *      2 Analog Input Blocks                                             *
  15. *      1 Digital Output Block                                            *
  16. *      1 Digital Input Block                                             *
  17. *      1 Temperature Measurement Block                                   *
  18. *      Analog Output Block disabled                                      *
  19. *      High-speed Analog Input Block (FAI) disabled                      *
  20. *      Counter/Freq Measurement Block disabled                           *
  21. *      Hardware Alarm Block disabled                                     *
  22. *      DDE Server and Client Block disabled                              *
  23. *      Log File Block disabled                                           *
  24. *      RS-232 block disabled                                             *
  25. *      Network Input/Output Blocks disabled                              *
  26. *      User Defined Tool Demo only                                       *
  27. * ************************************************************************
  28. * THIS SOFTWARE PACKAGE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND *
  29. **************************************************************************
  30.  
  31. The first thing you need to do after the installation of GENIE is to setup
  32. GENIE "device(s)" to match any hardware you want to install. This procedure
  33. basically tells GENIE what kind of hardware you will be using with the 
  34. program and what the switch/jumper settings are, etc. There are two ways
  35. to setup the device(s) -- by using the Device Installation Utility (DEVINST) 
  36. directly (by double-clicking on the so-named icon) or by calling the utility
  37. through GENIE's "Setup Device" menu.  Both procedures are identical and
  38. have the same effect. The GENIE manual and on-line help describe the Device 
  39. Installation procedure in detail. To setup the hardware itself, please 
  40. consult your hardware device manuals and use the GENIE device driver
  41. on-line help.
  42.  
  43. *****************************************************
  44. Running the DEMO Strategy using the DEMO I/O Device
  45. *****************************************************
  46.  
  47. The DEMO I/O device is a  software simulated  I/O board that allows
  48. you to demonstrate all GENIE functions that don't connect to the
  49. actual I/O hardware. The DEMO I/O device consists of three channels
  50. of analog input and two channels of digital I/O. Analog input Channel
  51. 0 simulates a +/- 5 volt sine wave; Channel 1  a  +/- 5 volt square
  52. wave; and Channel 2 a +/- 5 volt saw tooth wave. 
  53.  
  54. ***********************************************
  55. New features of Advantech Genie V2.0 (5/1/95)
  56. ***********************************************
  57.  
  58. New Blocks:
  59. 1. The new high speed analog input block can be used to acquire data from I/O
  60.    cards capable of transferring data through Direct Memory Access (DMA) or
  61.    Interrupts.
  62. 2. A block capable of playing a Wavefile based on certain input conditions has
  63.    been added.
  64. 3. An Alarm Log Block for alarm logging and acknowledgement is now supported.
  65.  
  66. New Display Items:
  67. 1. Knob Control Display
  68. 2. Anameter (Analog Meter) Display
  69. 3. Slider Control Display
  70. 4. Historical Trending Display and logfile(s) 
  71. 5. Hi-Speed Historical Trending Display and logfile
  72. 6. Conditional Text Display
  73. 7. Conditional Bitmap Display
  74. 8. Conditional Button Display
  75.  
  76. New Menu Commands:
  77. 1. The Runtime Preference Menu now allows you to enable the Runtime Event Log
  78.    and Password Checking
  79. 2. Change Password Menu 
  80. 3. Administration Menu allows for supervisor changing of user ID's and Passwords
  81. 4. Network Menu allows for changing of the Network Station Name 
  82.  
  83.  
  84.                *****************************************
  85.                           Example Strategies
  86.                *****************************************
  87.                
  88. Since the example strategies all use the DEMO driver if a driver is needed,
  89. you can run them without hardware (I/O Cards) installed.
  90.  
  91. DEMO.GNI -- Simple strategy used to demonstrate an Analog Input block
  92. using the DEMO driver's Sine Wave connected to the display.
  93.  
  94. DEMO2.GNI -- More advanced DEMO strategy used to show various displays and
  95. to demonstrate the USER PROGRAM BLOCK and On/Off Control block.
  96.  
  97. TIMER.GNI -- Demonstrates the timer block features.
  98.  
  99. SHOWALL.GNI -- Demonstrates all of the display designer's features in
  100.                a full screen display window.
  101.  
  102. CONDI.GNI -- Demonstrates conditional text and bitmap display items.
  103.  
  104. COUNTER.GNI -- Demonstrates one possible use of the Counter block.
  105.  
  106. RANDOM.GNI -- Demonstrates the rnd() and sin() function of the user program
  107.               block. 
  108.  
  109. SMETER.GNI -- Demonstrates the slider and anameter display items.
  110.  
  111. ERROR.GNI -- Demonstrates the wrong way to design the strategy. The data
  112.              flow in this strategy forms a infinite loop which cause the
  113.              run-time to ignore some blocks. Use User Programmable
  114.              Blocks and variables to store and retrieve data to accomplish
  115.              this as demonstrated in CORRECT.GNI.
  116.              
  117. CORRECT.GNI -- Demonstrates the correct way to design the strategy. It
  118.              correctly reset a timer every 10 seconds without forming
  119.              a circular dependency problem.
  120.                
  121. SCRTEST.GNI -- This strategy is used to show how you can use script to
  122.              interact with users and control the execution of a strategy.
  123.              Run EXAMPLE.SCR to start this strategy.
  124.               
  125.