Wait-Function-Implementation: Difference between revisions
Jump to navigation
Jump to search
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
*Because Design Profile and Log File time have been decoupled this is very easy now. | *Because Design Profile and Log File time have been decoupled this is very easy now. | ||
== Editor Implementation Notes == | |||
*modify parsing - allow a w entry in the ACTION column | |||
*no mathematical updating | |||
| Line 9: | Line 19: | ||
*Add a conditional | *Add a conditional | ||
* | *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. | *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. | ||
*profile editor must be altered to accept r,w | h,w : possible? | *profile editor must be altered to accept r,w | h,w : possible? - or just use w with no math update in editor? | ||
== Issues == | |||
*putting in two equal temps wipes out the "w" command / replaces with an "h" | |||
== References == | |||
*[[Temperature-Profile-Notes]] - | 0-Segment | 1-Start Time | 2-Duration | 3-Action | 4-Start T | 5-Stop T | 6-Ramp | 7-Error Limits | 8-Command | 9-Notify | | |||
*[[Anafaze-Project-CheckList]] | |||
Latest revision as of 12:37, 4 December 2008
Wait State Implementation Design[edit]
- Because Design Profile and Log File time have been decoupled this is very easy now.
Editor Implementation Notes[edit]
- modify parsing - allow a w entry in the ACTION column
- no mathematical updating
Implementation in code notes[edit]
- Add a conditional
- 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.
- profile editor must be altered to accept r,w | h,w : possible? - or just use w with no math update in editor?
Issues[edit]
- putting in two equal temps wipes out the "w" command / replaces with an "h"
References[edit]
- Temperature-Profile-Notes - | 0-Segment | 1-Start Time | 2-Duration | 3-Action | 4-Start T | 5-Stop T | 6-Ramp | 7-Error Limits | 8-Command | 9-Notify |
- Anafaze-Project-CheckList