Do you have a question about the VideoReQuest and is the answer not in the manual?
Questions and answers
Subscribe to Our Youtube Channel
Summary of Contents for Request VideoReQuest
Page 1
VideoReQuest Netlinx Module Guide Version 1.1.0 Control of a single VideoReQuest™ from an AMX™ Netlinx™ control system through RS232 or Ethernet ReQuest Incorporated 100 Saratoga Village Blvd. #44 Ballston Spa, NY Direct Line:518.899.1254 Support:800.236.2812 Facsimile:518.899.1251...
Table of Contents Revision History .......................II AMX Netlinx Install Checklist ..................III Introduction:........................1 Rear Serial Port Pinout....................1 Serial Cable Pinout......................1 COM Settings (rear serial port) ..................1 Getting Started:........................2 Customizing the Program....................2 Modifying the Master Source File:................2 Modifying the VRQ Main File:..................3 Modifying the VRQ TP Interface File:................4 Appendix A - Complete List of TP Channel Arrays............
Revision History Revision Number Changes Initial Version 1.0.1 Updated Appendix A with channel changes 1.0.2 Updated for version 1.0.2 of the module 1.1.0 Updated graphics and info for version 1.1.0 of the module - II -...
*NOTE: Please follow VideoReQuest instructions for connecting the DVD changers Software Requirements/Setup Ensure that you have all the latest Netlinx software and components installed. If connecting via RS232, configure the VideoReQuest Baud Rate by going to Menu!Configuration!Control Port. NOTE: All Baud Rates EXCEPT 9600 require HW Flow Control!! Software Configuration Open the VideoReQuest demo program into Netlinx Studio.
C O M S e t t i n g s ( r e a r s e r i a l p o r t ) The rear serial port is used for integrating the VideoReQuest with a control system. These settings can be found by going to Menu!Configuration!Control Port on the VideoReQuest.
VRQ TP UI v1_1_0 module defined FOR EACH touch panel you have in the system. For example, if you have 4 touch panels in the system that will control the VideoReQuest, you will need 4 instances of the module defined. See Modifying the VRQ TP Interface File below for more info.
For serial data, set the BAUD_RATE to one of the following: 9600, 19200, 38400 or 57600. The baud rate should be set to the same baud rate as is set on the VideoReQuest under Menu!Configuration!Control Port. In order for the DVD Cover Art to work, you must still provide...
VRQ_CMDS, VRQ_LET_CH and VRQ_NUM_CH are arrays of the channel numbers for all the VideoReQuest commands. These arrays must remain intact with the same number of entries. You may set any unused commands to channel 9999 to prevent using up channels on commands that will not be used.
Appendix A - Complete List of TP Channel Arrays CHAR VRQ_PAGES[][50] = {'VRQ-Main' //This page is the main VRQ page where all popups are displayed ,'VRQ-Browse' //Page with 6 Browse lines, displayed when VRQ is on Browse page ,'VRQ-Browse CoverArt' //Page with 6 Cover Art dynamic images, displayed when VRQ is on Browse page and Browse By Covers is used.
Page 10
//Go to bottom //Go to HOME //Play Now //Loading... //Enter //Play //Stop //Pause (toggle) ,9999 //Discrete Pause ,9999 //Discrete Unpause //FFwd //Rew //Next Chapter //Prev Chapter //Goto DVD Mode //Goto VRQ Mode //DVD Menu //Eject ,9999 //Power (toggle) ,9999 //Discrete Power ON ,9999 //Discrete Power OFF ,9999 //Search *This feature available in future Firmware...
Page 11
/********************************************************************************* INTEGER VRQ_LET_CH[]: This array contains the channel numbers for all the letters of the alphabet. This has not yet been implemented in the demo program. **NOTE: It is ESSENTIAL that you keep the array IN ORDER and do not delete any of the indexes in the array.
Page 12
,9999 // NAV LINE 8 19 (not used) ,9999 // reserved ,9999 // reserved ,9999 // reserved // Player Ch. Line 1 // Player Ch. Line 2 // Player Ch. Line 3 // Player Ch. Line 4 // Player Ch. Line 5 // Player Ch.
Appendix B - Support: For technical questions on using the Touch Panel file or the sample project, please contact ReQuest at (800) 236-2812 or on the web at www.request.com. For technical support regarding AMX hardware or software, please contact AMX Technical Support at (800) 932-6993 or visit them on the web at http://www.amxcorp.com/techsupport...
Need help?
Do you have a question about the VideoReQuest and is the answer not in the manual?
Questions and answers