Temperature-Profile-Notes: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
New page: == Temperature Profile Structure == |Segment |Start Time | Duration | Action | Start T | Stop T | Ramp | Error Limits | Command | Notify |
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Temperature Profile Structure ==


== 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. Following gets done is ParseEntry is successful.
 
      *Profile_WorkSheet(oldEditRow, oldEditCol) = FloatingTextBox.Text
      *CalculateUpdate
      *WorkSheet_to_FlexGrid
 
*Dim Profile_WorkSheet() As Variant  -- length of entry is not limited / formatted. Conversion of Array to String | String to Array for saving is limited to 7 characters fields.


|Segment |Start Time | Duration | Action | Start T | Stop T | Ramp | Error Limits | Command | Notify |
*ParseEntry - gets done on a per column basis

Latest revision as of 10:30, 22 November 2008

Temperature Profile Structure[edit]

| 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[edit]

  • Profile_FlexGrid_MouseDown - signifies movement to a new entry in the profile table. Following gets done is ParseEntry is successful.
      *Profile_WorkSheet(oldEditRow, oldEditCol) = FloatingTextBox.Text
      *CalculateUpdate
      *WorkSheet_to_FlexGrid
  • Dim Profile_WorkSheet() As Variant -- length of entry is not limited / formatted. Conversion of Array to String | String to Array for saving is limited to 7 characters fields.
  • ParseEntry - gets done on a per column basis