

Back to Corporate | | General:This module is used to communicate with the JVC G1000 and Madrigal D-ILA projector. Prerequisites:None Module Header:| Type | Name | Description | | Dev | vdv | Virtual device for the module | | Dev | dv | Physical device for the module | | Char[][] | Queue | Command queue buffer past in | | Integer | BaudRate | Only 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.
- '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:Call 'L3_JVC_G1000_Focus' (Dev vdv, Char Id, Char Forward, Char Start) Call 'L3_JVC_G1000_GetLampTime' (Dev vdv, Char Id) Call 'L3_JVC_G1000_InputSelect' (Dev vdv, Char Id, Char Input) Call 'L3_JVC_G1000_PowerOn' (Dev vdv, Char Id, Char PowerOn) Call 'L3_JVC_G1000_ResetLampTime' (Dev vdv, Char Id) Call 'L3_JVC_G1000_SetAspectWide' (Dev vdv, Char Id, Char SetWide) Call 'L3_JVC_G1000_SetBrightness' (Dev vdv, Char Id, SInteger Level) Call 'L3_JVC_G1000_SetColor' (Dev vdv, Char Id, SInteger Level) Call 'L3_JVC_G1000_SetColorTemperature' (Dev vdv, Char Id, Char Temp) Call 'L3_JVC_G1000_SetHorizPosition' (Dev vdv, Char Id, SInteger Pos) Call 'L3_JVC_G1000_SetSharpness' (Dev vdv, Char Id, SInteger Level) Call 'L3_JVC_G1000_SetSourceArea' (Dev vdv, Char Id, Integer Input, Integer Type) Call 'L3_JVC_G1000_SetTint' (Dev vdv, Char Id, SInteger Level) Call 'L3_JVC_G1000_SetVertPosition' (Dev vdv, Char Id, SInteger Pos) Call 'L3_JVC_G1000_VideoMuteOn' (Dev vdv, Char Id, Char MuteOn) Call 'L3_JVC_G1000_Zoom' (Dev vdv, Char Id, Char Wide, Char Start) API Calls Returned:Define_Call 'L3_JVC_G1000_ErrorNote' (Dev vdv, Char Id, Char ErrorCode[], Char Params[]) Define_Call 'L3_JVC_G1000_PowerNote' (Dev vdv, Char Id, Char PowerOn) Define_Call 'L3_JVC_G1000_LampLifeNote' (Dev vdv, Char Id, Integer Hours, Char NeedsReplacement) |