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 1: Line 1:
== Set64rs Need Fixed ==
'''Set64rs Need Fixed'''
 
 
 
 
== Multiple Process Value Problem ==


*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?
*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???
*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



Multiple Process Value Problem

  • 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???