CONTACT US SEARCH
L Cubed Solutions

Valued Independent Programmers, AMX Certified Experts

Yamaha DPX-1200 Projector Module Information

Home
Module Listings

Back to Corporate

General:

This module is used to communicate with the Yamaha DPX-1200 Projector.

Prerequisites:

None

Module Header:

TypeNameDescription
DevvdvVirtual device for the module
DevdvPhysical device for the module
LongBaudRateOnly used if not an ethernet connection

Send_Commands:

  •  '?' - This causes the module to display all supported commands via messages to the master.
  • 'Ver' - Displays the compilation and version information for the module.
  • 'Pass-<string>' - Put the string onto the transmit queue.
  • 'Debug <n>' - Changes debug state where:

    0 = No Debug status and turn off DEBUG channel on the virtual device.

    1 = Display all minor debug information and turn on DEBUG channel on the virtual device.

    2 = Display all sent and received data to/from the device and minor debug information.

API Calls Supported:

L3_YamahaDPX1200_PowerOn (Dev vdv, Integer PowerOn);
L3_YamahaDPX1200_SendIrCmd (Dev vdv, Char Code, Char ResponseReturned);

API Calls Returned:

Define_Function L3_YamahaDPX1200_AspectNote (Dev vdv, Integer AspectNum)
Define_Function L3_YamahaDPX1200_ConfigNote (Dev vdv, L3_YAMAHA_DPX1200_CONFIG Config)
Define_Function L3_YamahaDPX1200_ErrorNote (Dev vdv, Integer ErrNum)
Define_Function L3_YamahaDPX1200_InputNote (Dev vdv, Integer InputNum)
Define_Function L3_YamahaDPX1200_MemoryNote (Dev vdv, Integer MemoryNum)
Define_Function L3_YamahaDPX1200_PowerNote (Dev vdv, Integer PowerOn)
Define_Function L3_YamahaDPX1200_TriggerNote (Dev vdv, Integer TriggerOn)
Define_Function L3_YamahaDPX1200_VideoMuteNote (Dev vdv, Integer MuteOn)

 

Last Modified: 05/16/2008 08:20:14 PM