Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "HTP"

From wiki.openlighting.org

Jump to: navigation, search
 
Line 1: Line 1:
HTP stands for "Highest takes precedence" and is a method of merging [[DMX]] data from more than one sources.
+
HTP stands for "Highest takes precedence" and is a method of merging [[DMX]] data from more than one sources. HTP is more expensive in terms of memory to implement than [[LTP]] because it requires a memory buffer per source. Often devices will have limitations on how many sources they can HTP merge at once.
 +
 
 +
 
 +
'''See also'''
 +
* [[LTP]]
  
  
 
[[Category:Definitions]]
 
[[Category:Definitions]]

Latest revision as of 19:13, 10 July 2009

HTP stands for "Highest takes precedence" and is a method of merging DMX data from more than one sources. HTP is more expensive in terms of memory to implement than LTP because it requires a memory buffer per source. Often devices will have limitations on how many sources they can HTP merge at once.


See also