home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / FUZZGEN.ZIP / FUZZHT.HLP < prev    next >
Text File  |  1992-11-21  |  8KB  |  61 lines

  1. ***0
  2. ABOUT -- This window tells you about FuzzGen, and what revision of the software you are currently running. It will also show you how to contact ASL if you need a question answered.
  3.  
  4. ***1
  5. BOOLEAN FUNCTION -- This decision shape is essentially a mimic of an on/off decision. If data falls within the boundry at all it is 'ON' and otherwise 'OFF.' Boolean decision shapes can be used to act as a "watchdog" over areas that may overlap too closely. They can also be used in areas that need a threshold alarm. I.E. you can have data that, if it falls within a selected region, trips an alarm. The boolean shape allows a convenient way to implement alarms.
  6.  
  7. ***2
  8. CODE GENERATION -- When FuzzGen outputs code it is in the language as selected (checked) in the language menu, and it is written to disk. The name used is the name of the data file used plus the appropriate DOS extension for the source. I.E. code output when you have filename DUMMY.FUZ opened will be DUMMY.C, DUMMY.PAS, and DUMMY.BAS.  Please refer to the documentation for more detailed information.
  9.  
  10. ***3
  11. DECISIONS -- Fuzzy Logic essentially compartmentalises input data such that the input data is checked to see if it is a member of a given data subset. In FuzzGen you can use 3 classes of decision 'shapes' to classify what data will be in what subset and the extent of the membership within the subset. Each subset can be shaped to classify data so that the membership is seen as a matter of degree along a linear slope or as a function of belonging and not-belonging. See the TRIANGULAR, TRAPEZOIDAL and BOOLEAN FUNCTION topics.
  12.  
  13. ***4
  14. EDIT -- The EDIT menu item is used only when the text editor window is open (See EDIT BUTTON.) 
  15.  
  16. ***5
  17. EDIT BUTTON -- The Edit Button allows you to create supporting documentation using a simple text editor. You can copy, paste and delete text by marking it (selecting) with the mouse and choose the appropriate EDIT MENU item. You can also import text files to add notes from other applications. Your documentation will be saved along with the data file.
  18.  
  19. ***6
  20. FUZZGEN OVERVIEW -- FuzzGen allows you to graphically model how decisions are made on varying input data using the concept of data sets and membership. Once the range of data and decisions that need to be made are laid in, FuzzGen will produce source code that will allow you to insert Fuzzy Logic decision making capabilities into any program. You can also document your work and add notes using the text editor, and you can create unique fuzzy rule sets.
  21.  
  22. ***7
  23. FUZZY LOGIC -- Fuzzy Logic is a way of looking at data (and making decisions) that uses something other than simple boolean (ON/OFF) decision making. It allows for a certain amount of imprecision in input data so that decision making based on an input do not need to be overly complicated. In most computer applications input data is tested against a series of conditional statements to determine what range it is in. In real life this is not always the right way to do things. Fuzzy Logic allows you to better simulate human style decision making capabilites. FuzzGen aids in this endeavouor by making it simpler to add decision making by doing it graphically and then outputting the appropriate source code. Fuzzy Logic is used extensively in Japan and is gaining ground in the US as a method to more quickly model and design software around input data.
  24.  
  25. ***8
  26. FILE OPEN -- Allows you to specify drive, directory and filename of a FuzzGen data file to open.
  27. You may type the name into the filename box and click the OK button, or you can click the file name in the list box and click OK, or you can doubleclick the filename in the list box. You can select drive and directory in the right hand box. When you select a new file, the old one in memory is overwritten.
  28.  
  29. ***9
  30. FILE NEW -- Allows you to start a new file from scratch. All that is necessary is giving it a name for future reference. The default name in the name input box is DUMMY. If you choose a name that currently exists in the present drive \ directory, you will be warned. When you enter the name you want for the file, do not enter a DOS extension, as FuzzGen uses it's own default.
  31.  
  32. ***10
  33. FILE SAVE -- Saves the current file in memory using the name it was opened as in the same directory it was opened in.
  34.  
  35. ***11
  36. FILE SAVE AS -- Saves the current file in memory and names it to whatever you enter. FuzzGen will check to see that this name is unused in the current drive \ directory. The name you enter will not be accepted if you add a DOS extension, as FuzzGen will append it's own -- *.FUZ.
  37.  
  38. ***12
  39. GRAPH BUTTON -- This button allows you to draw your graph on the main viewing area.
  40.  
  41. ***13
  42. GRAPHS -- The ability to model decision making with FuzzGen uses a visual model so that it is readily understood. Essentially, FuzzGen uses 2 axis graphs -- the Y axis is used to denote a percentage of membership and the X axis is used to denote the data range. Membership functions appear as triangles, trapezoids, and rectangles. The degree of membership within a given function is determined by where the data value intersects the bounding edges of the function's shape.
  43.  
  44. ***14
  45. LANGUAGES -- FuzzGen supports source code output in 3 of the most popular microcomputer languages: BASIC, PASCAL, and C. Since there is a wide variety of BASIC dialects, we chose to use QUICKBasic/POWERBasic/TURBOBasic as the default model, as these appear to be the most popular and widely available BASICs found on PC's. We used a structured FUNCTION approach. Please refer to the documentation on how to convert this to other BASIC dialects. The PASCAL compiler we chose to use as a target compiler is the BORLAND INTERNATIONAL Turbo PASCAL. The C language output should work with any C complier as it is ANSI compatible C. 
  46.  
  47. ***15
  48. PRINT BUTTON -- This will bring up a checklist of what data to print. You also can copy a drawing of the graphic into the Windows Clipboard. 
  49.  
  50. ***16
  51. SETUP GRAPH -- Allows you to define the data range (X axis) of the data you will need to make decisions on, and also allows you to set up the tick marks to aid in visualisation. The data range is used to limit the membership functions to the available input data. You'll also need to define how many membership functions that you will be using.
  52.  
  53. ***17
  54. SETUP MEMBERSHIPS -- Allows you to define a decision. First, you need to determine the shape of the function. (Refer to the documentation about membership functions, or see the TRIANGULAR, TRAPEZOIDAL, or BOOLEAN FUNCTION topics.) Once you have selected the general shape option you will use, you'll need to "fine-tune" the shape. Click the picture associated with the membership function that you've selected. Each time you click the picture it will change shape characteristics. After you have selected the general shape characteristic, you'll need to enter the X axis data that defines the cutoff points of the regions. This data need to be in context with the limits imposed by the overall range of data. For instance, if you are working with temperature from 0 - 100 degrees, you cannot define a decision that works with data from 90 - 120 degrees, as the decision limit should be less than or equal to the data range high point of 100. Then, you should select a TAG colour that will allow you to easily identify this function on the graph. After you are satisfied that the decision shape and placement are correct, you should click the RECORD button to record this information. 
  55.  
  56. ***18
  57. TRAPEZOIDAL FUNCTION -- The trapezoidal function should be used when there is a region of data that is unchanging relative to one or both extremes. This region becomes boolean in nature as the trapezoidal shape reaches the apex and stays at the 100% level until it reaches the opposite apex point.
  58.  
  59. ***19
  60. TRIANGULAR FUNCTION -- The triangular function should be used when there is but a single point of data in the membership function test that could be considered as 100%. This is the most common shape to use as it allows maximum overlap between functions.
  61.