var fDesc=new Array(); fDesc[0] = "The Sniffer is an RDM/DMX monitoring and diagnosis application that will decode and print all RDM/DMX packets on a DMX network. You can test a new RDM product, implementation or simply monitor your existing DMX RDM network.
The Sniffer will also peform timing analysis and statistics on your DMX network. The RDM sniffer relies on RDM USB Pro.

Main features:
-Live Mode: Captures all RDM/DMX packets and displays them live
-Diagnosis: Processes packets as received for possible errors/ timing delays
-Import/Export: Save the packet list for future usage & import later to compare
-Disk Mode: Captures all RDM/DMX packets to disk for future use
-DMX Flicker Finder: Identifies Flicker within captured DMX packets
-RDM Packet Breakdown: Breaks down RDM Packet into easliy readable chunks.
-Raw Packet Data: Shows packet data per byte, on double click.
-Statistics: Displays average, max and min values for RDM/DMX packets received."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }