home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / pid_loop496371182002.psc / instructions.frm (.txt) next >
Encoding:
Visual Basic Form  |  2002-01-18  |  5.5 KB  |  165 lines

  1. VERSION 5.00
  2. Begin VB.Form instructions 
  3.    Caption         =   "Simple PID Loop Explanation and Instructions"
  4.    ClientHeight    =   7260
  5.    ClientLeft      =   4515
  6.    ClientTop       =   2025
  7.    ClientWidth     =   9390
  8.    LinkTopic       =   "Form2"
  9.    ScaleHeight     =   7260
  10.    ScaleWidth      =   9390
  11.    Begin VB.Label Label17 
  12.       Caption         =   $"instructions.frx":0000
  13.       Height          =   435
  14.       Left            =   600
  15.       TabIndex        =   16
  16.       Top             =   6810
  17.       Width           =   7935
  18.    End
  19.    Begin VB.Label Label16 
  20.       Caption         =   $"instructions.frx":00D1
  21.       Height          =   435
  22.       Left            =   780
  23.       TabIndex        =   15
  24.       Top             =   6360
  25.       Width           =   7755
  26.    End
  27.    Begin VB.Label Label15 
  28.       Caption         =   "Proportional (GAIN):  0-100%, how much to amplify the output based on the error (SP-PV)"
  29.       Height          =   255
  30.       Left            =   510
  31.       TabIndex        =   14
  32.       Top             =   6090
  33.       Width           =   7875
  34.    End
  35.    Begin VB.Label Label14 
  36.       Caption         =   $"instructions.frx":0194
  37.       Height          =   465
  38.       Left            =   900
  39.       TabIndex        =   13
  40.       Top             =   5460
  41.       Width           =   7425
  42.    End
  43.    Begin VB.Label Label13 
  44.       Caption         =   "4)  Make changes to the level setpoint (SP) and watch the PID loop control to the new SP."
  45.       Height          =   285
  46.       Left            =   660
  47.       TabIndex        =   12
  48.       Top             =   5250
  49.       Width           =   6795
  50.    End
  51.    Begin VB.Label Label12 
  52.       Caption         =   "See how well you can manually control the level with an unstable water supply."
  53.       Height          =   315
  54.       Left            =   870
  55.       TabIndex        =   11
  56.       Top             =   4920
  57.       Width           =   6795
  58.    End
  59.    Begin VB.Label Label11 
  60.       Caption         =   "Now you have the ability to control both the inlet valve AND the outlet valve."
  61.       Height          =   255
  62.       Left            =   870
  63.       TabIndex        =   10
  64.       Top             =   4710
  65.       Width           =   6135
  66.    End
  67.    Begin VB.Label Label10 
  68.       Caption         =   "3)  Put the system in MANUAL CONTROL."
  69.       Height          =   225
  70.       Left            =   630
  71.       TabIndex        =   9
  72.       Top             =   4500
  73.       Width           =   7335
  74.    End
  75.    Begin VB.Label Label9 
  76.       Caption         =   "Watch the PID loop control make slight adjustments to correct the unstable supply."
  77.       Height          =   285
  78.       Left            =   840
  79.       TabIndex        =   8
  80.       Top             =   4140
  81.       Width           =   6525
  82.    End
  83.    Begin VB.Label Label8 
  84.       Caption         =   "This button will cause the main supply water to fluctuate, like a real process normally does."
  85.       Height          =   345
  86.       Left            =   840
  87.       TabIndex        =   7
  88.       Top             =   3930
  89.       Width           =   6915
  90.    End
  91.    Begin VB.Label Label7 
  92.       Caption         =   "2)  With the manual input valve fully opened (100%), click the button for unstable water supply. "
  93.       Height          =   255
  94.       Left            =   600
  95.       TabIndex        =   6
  96.       Top             =   3720
  97.       Width           =   7845
  98.    End
  99.    Begin VB.Label Label6 
  100.       Caption         =   "1)  Alter the manual input valve and watch the PID loop in action."
  101.       Height          =   315
  102.       Left            =   600
  103.       TabIndex        =   5
  104.       Top             =   3360
  105.       Width           =   7605
  106.    End
  107.    Begin VB.Label Label5 
  108.       Caption         =   $"instructions.frx":0244
  109.       Height          =   705
  110.       Left            =   600
  111.       TabIndex        =   4
  112.       Top             =   2580
  113.       Width           =   7245
  114.    End
  115.    Begin VB.Label Label4 
  116.       Caption         =   $"instructions.frx":034A
  117.       Height          =   645
  118.       Left            =   630
  119.       TabIndex        =   3
  120.       Top             =   1740
  121.       Width           =   6825
  122.    End
  123.    Begin VB.Label Label3 
  124.       Caption         =   "Explanation of Proportional, Integral, Derivative (PID) control"
  125.       BeginProperty Font 
  126.          Name            =   "MS Sans Serif"
  127.          Size            =   12
  128.          Charset         =   0
  129.          Weight          =   700
  130.          Underline       =   0   'False
  131.          Italic          =   0   'False
  132.          Strikethrough   =   0   'False
  133.       EndProperty
  134.       Height          =   405
  135.       Left            =   300
  136.       TabIndex        =   2
  137.       Top             =   30
  138.       Width           =   8085
  139.    End
  140.    Begin VB.Label Label2 
  141.       Caption         =   $"instructions.frx":0456
  142.       Height          =   645
  143.       Left            =   630
  144.       TabIndex        =   1
  145.       Top             =   1080
  146.       Width           =   6075
  147.    End
  148.    Begin VB.Label Label1 
  149.       Caption         =   $"instructions.frx":051D
  150.       Height          =   465
  151.       Left            =   600
  152.       TabIndex        =   0
  153.       Top             =   570
  154.       Width           =   5925
  155.    End
  156. Attribute VB_Name = "instructions"
  157. Attribute VB_GlobalNameSpace = False
  158. Attribute VB_Creatable = False
  159. Attribute VB_PredeclaredId = True
  160. Attribute VB_Exposed = False
  161. Private Sub Form_load()
  162. instructions.Left = (Screen.Width / 2) - (Form1.Width / 2)
  163. instructions.Top = (Screen.Height / 2) - (Form1.Height / 2)
  164. End Sub
  165.