Wait-Function-Implementation: Difference between revisions
Jump to navigation
Jump to search
New page: == Wait State Implementation Design == *Because Design Profile and Log File time have been decoupled this is very easy now. == Implementation in code notes == *Add a conditional *... |
|||
| Line 1: | Line 1: | ||
== Wait State Implementation Design == | == Wait State Implementation Design == | ||
| Line 11: | Line 10: | ||
*need to add a Segment Done Flag Array - clearing function before start of a new Design Profile run - Simply clear this array totally after RUN PROFILE BUTTON has been cycled off | *need to add a Segment Done Flag Array - clearing function before start of a new Design Profile run - Simply clear this array totally after RUN PROFILE BUTTON has been cycled off | ||
*Can eliminate SegmentDoneFlag(Current_Segment) = True ??? - just use current temperature as test and do not increment the Design Profile time. This eliminates the complicated flag array. | |||
Revision as of 08:35, 22 November 2008
Wait State Implementation Design
- Because Design Profile and Log File time have been decoupled this is very easy now.
Implementation in code notes
- Add a conditional
- need to add a Segment Done Flag Array - clearing function before start of a new Design Profile run - Simply clear this array totally after RUN PROFILE BUTTON has been cycled off
- Can eliminate SegmentDoneFlag(Current_Segment) = True ??? - just use current temperature as test and do not increment the Design Profile time. This eliminates the complicated flag array.