Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
labview_embedded_programming_style_guide [2011/04/18 11:13] ablabview_embedded_programming_style_guide [2011/04/21 13:24] ab
Line 8: Line 8:
  
 ===== application programming ===== ===== application programming =====
-  * Use a single loop approach wherever possible. \\ Parallel loops are only suitable for loop times > 200ms. Parallel code introduces timing jitter of 50..200ms.+  * Use a single loop approach wherever possible. \\ Parallel loops are suitable only for loop times > 200ms and they introduce timing jitter of 50..150ms.
   * Do NOT use timed loops, use while loops instead   * Do NOT use timed loops, use while loops instead
   * Do NOT use local variables   * Do NOT use local variables
 
labview_embedded_programming_style_guide.txt · Last modified: 2017/11/07 22:26 by 127.0.0.1
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki