Wait-Function-Implementation: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
Line 24: Line 24:
*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?


== References ==
== References ==

Revision as of 10:58, 30 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
  • 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?

References