Temperature-Profile-Notes: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
Line 2: Line 2:


| 0-Segment | 1-Start Time | 2-Duration | 3-Action | 4-Start T | 5-Stop T | 6-Ramp | 7-Error Limits | 8-Command | 9-Notify |
| 0-Segment | 1-Start Time | 2-Duration | 3-Action | 4-Start T | 5-Stop T | 6-Ramp | 7-Error Limits | 8-Command | 9-Notify |
== Profile Entry Parsing Procedure ==
*Profile_FlexGrid_MouseDown - signifies movement to a new entry in the profile table
      *Profile_WorkSheet(oldEditRow, oldEditCol) = FloatingTextBox.Text
      *CalculateUpdate
      *WorkSheet_to_FlexGrid
*ParseEntry - gets done on a per column basis

Revision as of 10:01, 22 November 2008

Temperature Profile Structure

| 0-Segment | 1-Start Time | 2-Duration | 3-Action | 4-Start T | 5-Stop T | 6-Ramp | 7-Error Limits | 8-Command | 9-Notify |



Profile Entry Parsing Procedure

  • Profile_FlexGrid_MouseDown - signifies movement to a new entry in the profile table
      *Profile_WorkSheet(oldEditRow, oldEditCol) = FloatingTextBox.Text
      *CalculateUpdate
      *WorkSheet_to_FlexGrid
  • ParseEntry - gets done on a per column basis