Quantum Data - Home Page Quantum Data
HOME ABOUT NEWS PRODUCTS DOWNLOADS SUPPORT CONTACT
quantum data Leading Edge Products for the Video Display Industry

 Knowledge Base

980 Protocol Analyzer for HDMI

Application Note:
Network Connections for 980 Protocol Analyzer


General HDMI

Application Note:
HDMI Compliance Test coverage of Quantum Data Instruments


Implementing AVMUTE on HDMI Sources

780 Handheld Test Instrument for HDMI

Application Note:
780 EDID Loading, Saving, Security


881/882

Changing boot device between internal flash and CompactFlash

Automating Commands with ScriptSDK

Increase Production Throughput with Image Caching Fast Image Draw

Test Point Adapters (TPAs) for CEC Testing

Using Custom Video Format XML Files

Converting 802 Images for use on 881/882

Converting 802 Formats for use on 881/882

About the Auxiliary Channel Analyzer (ACA)

882E-A and 882CA Analyzer Measurement Specifications

CONTENT Menu Missing Images

FTP Browser: Saving snapshots to the CompactFlash card

SOURCE Menu Missing Formats

Why do I get Error 2071 when I change Formats?

Pixel Error Test, Pseudorandom Noise Test, or Cable Test sometimes have different results on 882CA vs 882EA

Understanding and Testing HDMI Quantization Range on 882


HDCP Compliance Testing

882EA HDCP Pre-Test Checklist

Using the EST for 1A-01 and 1B-01

Execution Error 2060 with EST

How to force SDTV timing for Source and Repeater testing


802BT/802R

Testing Composite Displays with 802BT/802R

Initializing the 802 to a Known State


HT-180

How to Make HT-180 Work on a Vista PC

HT-180 Can't Connect: USB Power Considerations

Understanding and Testing HDMI Quantization Range on 882



The Quantum Data 882 Video Test Generator has a variety of settings to provide you with a high degree of flexibility in testing HDMI sink devices. If you are concerned with digital video quantization ranges, you should be aware of how the various settings affect the digital signal as well as the AVI infoframe. This application note describes these commands and explains how to make sure you have the proper settings for your application. You can download the application note from this link:
QD_Quantization_Range_v2.pdf

The XAVI:RGB command sets the AVI Infoframe RGB quantization range indicator bits without changing the acutal quantization range of the digital video. This command is executed from the 882 command prompt, which can be inconvenient when the user is operating the instrument from the front panel. Using Quantum Data's ScriptSDK functionality, we have developed plug-in scripts that allow the user to set the quantization bits from the front panel. These plug-ins can be downloaded from this link:
AVI RGB Plug-In Scripts

These plug-in scripts for the Quantum Data 882E, 882EA, 882C, 882CA, and 882D video generators allow the user to set the Quantization Range bits in the transmitted AVI Infoframe. Three scripts are provided to allow easy front-panel setting of the Q bits to indicate Default, Limited, or Full range.

Without the use of these scripts, changing these settings requires the use of the XAVI:RGB command through the 882 Command Line interface, either through RS-232, ethernet telnet, web CMD Terminal, or GPIB.

Note: These scripts do not affect the actual digital video RGB Quantization Range. They only set the AVI Infoframe bits that are used to indicate the quantization range of the video stream. The 882 is a flexible test instrument, and it is easy to choose combinations of settings that are illegal, so the user should be aware of the proper settings for specific testing needs.

Installation:
  1. Unzip the 3 *.o files to your PC.
  2. Launch the 882 Web Interface and select FTP Browser.
  3. In the left pane of FTP Browser, browse to tffs0:/Library.
  4. If folder tffs0:/Library/Scripts does not already exist, create this folder.
  5. In the right pane of FTP Browser, browse to the unzipped *.o files.
  6. Highlight and download the 3 files to the tffs0:/Library/Scripts folder of the 882.
Usage:
  1. Press the TOOLS key so that you see the Tools menu (with System and Reports at the top.)
  2. Press the down arrow to scroll the menu down so that you see ScriptSDK.
  3. Press the soft key for ScriptSDK.
  4. Press the soft key for the desired script, then watch the front-panel display to verify the proper function.
Note: These settings will be overridden when you select a different video format, and possibly when you make other settings on the 882. Therefore, it is recommended that you re-select your desired script after making other format-related changes.

ZIP File Contents:
  1. avirgb0.o Sets Tx AVI RGB Q bits to 0:0 to indicate Default range
  2. avirgb1.o Sets Tx AVI RGB Q bits to 0:1 to indicate Limited range
  3. avirgb2.o Sets Tx AVI RGB Q bits to 1:0 to indicate Full range
  4. AVIRGB.txt Instructions