Wait-Function-Implementation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 6: | Line 6: | ||
== Editor Implementation Notes == | == Editor Implementation Notes == | ||
*modify parsing - allow a w entry | *modify parsing - allow a w entry in the ACTION column | ||
*no mathematical updating | |||
Revision as of 10:42, 23 November 2008
Wait State Implementation Design
- 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
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.
- profile editor must be altered to accept r,w | h,w : possible?
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