List of set64rs need fix: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
Embeddedrf (talk | contribs)
Embeddedrf (talk | contribs)
Line 2: Line 2:


*glbProcessValue - is no an array - only works for single controller setting > replace with Channel_Temperature(1 To 32) ?
*glbProcessValue - is no an array - only works for single controller setting > replace with Channel_Temperature(1 To 32) ?
*change '''Read_Process_Value''' to a function?
*how does using separate set64rs' differ from using Anafaze cls ?  > how to best handle multiple process values to maintain maximum commonality of code???

Revision as of 22:06, 1 March 2010

Set64rs Need Fixed

  • glbProcessValue - is no an array - only works for single controller setting > replace with Channel_Temperature(1 To 32) ?
  • change Read_Process_Value to a function?
  • how does using separate set64rs' differ from using Anafaze cls ? > how to best handle multiple process values to maintain maximum commonality of code???