Dell SDK for Monitors Application Programming Interface Guide. for SDK version 1.4

Size: px
Start display at page:

Download "Dell SDK for Monitors Application Programming Interface Guide. for SDK version 1.4"

Transcription

1 Dell SDK for Monitors Application Programming Interface Guide for SDK version 1.4

2 Information in this document is subject to change without notice Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without the written permission of Dell Inc. is strictly forbidden. Trademarks used in this text: Dell, the DELL logo, and UltraShrap are trademarks of Dell Inc.; Microsoft, Windows, and the Windows start button logo are either trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries; Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and names or their products. Dell Inc. disclaims any proprietary interest in trademarks and trade names other than its own Rev. A00

3 Contents Contents... 3 Introduction... 6 Codes... 6 Monitor Management... 7 GetAvailableMonitors... 7 ConnectMonitor... 7 DisconnectMonitor... 7 SetAssetTag... 7 GetAssetTag... 7 GetMonitorName... 8 GetMonitorSerialNumber... 8 GetBacklightHours... 8 Power Management... 9 GetPowerState... 9 SetPowerState... 9 GetPowerLED... 9 SetPowerLED... 9 GetPowerUSB SetPowerUSB Reset Power Image Management GetBrightness SetBrightness GetContrast SetContrast GetDynamicContrast SetDynamicContrast GetAspectRatio SetAspectRatio GetSharpness SetSharpness GetResponseTime SetResponseTime Color Management Contents 3

4 GetSaturation SetSaturation GetHue SetHue GetColorTempCaps GetColorTemp SetColorTemp GetColorSpaceCaps GetColorSpaceState SetColorSpaceState GetInputColorFormat SetInputColorFormat GetColorPresetCaps GetColorPreset SetColorPreset GetCustomColor SetCustomColor GetGammaMode SetGammaMode GetUniformityCompensation SetUniformityCompensation ResetColor LUT Management GetCalibrationHours GetCalBrightness SetCalBrightness SetColorControl SetLUT SetLUT Video Input Management GetAutoSelect SetAutoSelect GetVideoInputCaps GetVideoInput SetVideoInput PIP/PBP Management GetPxPMode Contents

5 SetPxPMode GetPxPSubInput SetPxPSubInput GetPxPLocation SetPxPLocation OSD GetOSDTransparency SetOSDTransparency GetOSDLanguage SetOSDLanguage GetOSDRotation SetOSDRotation GetOSDTimer SetOSDTimer GetOSDButtonLock SetOSDButtonLock GetButtonSound SetButtonSound ResetOSD System Management GetVersionFirmware GetVersionSDK GetMST SetMST GetLCDConditioning SetLCDConditioning FactoryReset SetDebugLevel Contents 5

6 Introduction This document describes the s for supported Dell UltraSharp monitors on Linux(x86), OSX and Windows platforms. These s are to be used for remote display management and control from a Host PC to supported Dell UltraSharp monitors via a USB connection. A USB 3.0 A to B cable should be used for the connection between the host and the display. The following monitors are supported: 1. UP2516D 2. UP2716D 3. UP UP3218K The described in this document corresponds to SDK version 1.4. Codes All s return a MONITOR_CODE as described below: MONITOR_CODE Code describing the result of the call 0 Success 1 Timeout 2 Parameters Error 3 Connection error with monitor 4 Communications error with monitor 5 Wrong state for call 6 not supported by monitor -1 Other Failure 6 Introduction

7 Monitor Management GetAvailableMonitors s the number of supported monitor(s) MONITOR_CODE GetAvailableMonitors(BYTE *pbcount) bymonitors[] pbcount Array for return values Number of supported monitors connected ConnectMonitor Connect to monitor and start session MONITOR_CODE ConnectMonitor(BYTE iid) iid Index of monitor as returned by GetAvailableMonitors to connect to. Index starts at 0 for the first monitor. DisconnectMonitor Disconnect to monitor and end session MONITOR_CODE DisconnectMonitor(void) - SetAssetTag Set the asset tag of the monitor. MONITOR_CODE SetAssetTag(BYTE *pbyassettag) *pbyassettag Pointer to asset tag ID string (max 10 chars) GetAssetTag s the monitor asset tag. Asset Tag will be empty until set by SetAssetTag. Monitor Management 7

8 MONITOR_CODE GetAssetTag(BYTE *pbyassettag) *pbyassettag pbyassettag Pointer to return asset tag ID string Asset tag ID string (max 10 chars) GetMonitorName s the monitor name MONITOR_CODE GetMonitorName(BYTE *pbymonitorname) *pbymonitorname pbymonitorname Pointer to return monitor name Monitor name string (max 10 chars) GetMonitorSerialNumber s the monitor serial number MONITOR_CODE GetMonitorSerialNumber(BYTE *pbyserialnumber) *pbyserialnumber pbyserialnumber Pointer to return monitor serial number Monitor serial number string (max 12 chars) GetBacklightHours s the monitor backlight hours MONITOR_CODE GetBacklightHours(SWORD16 *ps16val) *ps16val ps16val Pointer to return monitor backlight hours Monitor backlight hours 8 Monitor Management

9 Power Management GetPowerState s the current power state of the monitor MONITOR_CODE GetPowerState(UBYTE *p) *p p Pointer to return power state Power State 0 Off 1 On 2 Standby SetPowerState Set the monitor on or standby MONITOR_CODE SetPowerState(UBYTE ) Power state to set 0 Off 1 On 2 Standby GetPowerLED s the power LED setting of the monitor MONITOR_CODE GetPowerLED(UBYTE *p) *p p Pointer to return power LED setting Power LED Setting 0 Off during Active 1 On during Active SetPowerLED Set the power LED setting Power Management 9

10 MONITOR_CODE SetPowerLED(UBYTE ) Power LED Setting 0 Off during Active 1 On during Active GetPowerUSB s the power USB setting of the monitor MONITOR_CODE GetPowerUSB(UBYTE *p) *p p Pointer to return power USB setting Power USB Setting 0 Off during Standby 1 On during Standby SetPowerUSB Set the power USB setting MONITOR_CODE SetPowerUSB(UBYTE ) Power USB Setting 0 Off during Standby 1 On during Standby Reset Power Reset power to the monitor MONITOR_CODE ResetPower(void) - 10 Power Management

11 Image Management GetBrightness s the brightness level of the monitor MONITOR_CODE GetBrightness(UBYTE *p) *p p Pointer to return brightness value Brightness value Integer value 0 (dark) to 100 (bright) Default 75 Values in increments of 1 SetBrightness Set the brightness level of the monitor MONITOR_CODE SetBrightness(UBYTE ) Brightness value Integer value 0 (dark) to 100 (bright) Default 75 Values in increments of 1 GetContrast s the contrast level of the monitor MONITOR_CODE GetContrast(UBYTE *p) *p p Pointer to return contrast value Contrast value Integer value 0 (minimal) to 100 (maximum) Default 75 Values in increments of 1 SetContrast Set the contrast level of the monitor. Image Management 11

12 NOTE: Uniformity Compensation must be turned off for this to work. MONITOR_CODE SetContrast(UBYTE ) Contrast value Integer value 0 (minimal) to 100 (maximum) Default 75 Values in increments of 1 GetDynamicContrast s the dynamic contrast setting. Applicable for Movies and Gaming. NOTE: Only works in Color Preset Game or Movie. MONITOR_CODE GetDynamicContrast(UBYTE *p) *p p Pointer to return dynamic contrast value Dynamic Contrast 0 Off 1 On SetDynamicContrast Turns on/off the dynamic contrast setting. Applicable for Movies and Gaming. NOTE: Only works in Color Preset Game or Movie. MONITOR_CODE SetDynamicContrast(UBYTE ) Dynamic Contrast 0 Off 1 On GetAspectRatio s the aspect ratio MONITOR_CODE GetAspectRatio(UBYTE *p) *p p Pointer to return aspect ratio Aspect Ratio 0 Wide 16:9 12 Image Management

13 1 Auto Resize 2 4:3 3 1:1 SetAspectRatio Sets the aspect ratio MONITOR_CODE SetAspectRatio(UBYTE ) Aspect Ratio 0 Wide 16:9 1 Auto Resize 2 4:3 3 1:1 GetSharpness s the sharpness level MONITOR_CODE GetSharpness(UBYTE *p) *p p Pointer to return sharpness value Sharpness value Integer value 0 to 100 Default 50 Values in increments of 10 SetSharpness Sets the sharpness level MONITOR_CODE SetSharpness(UBYTE ) Sharpness value Integer value 0 to 100 Default 50 Values in increments of 10 GetResponseTime s the response time MONITOR_CODE GetResponseTime(UBYTE *p) Image Management 13

14 *p p Pointer to return response time value Response Time 0 Normal 1 Fast SetResponseTime Sets the response time MONITOR_CODE SetResponseTime(UBYTE ) Response Time 0 Normal 1 Fast 14 Image Management

15 Color Management GetSaturation s the color saturation level NOTE: Only works in Color Preset Game or Movie. MONITOR_CODE GetSaturation(UBYTE *p) *p p Pointer to return color saturation level Color Saturation level Integer value 0 to 100 Default 50 Values in increments of 1 SetSaturation Sets the color saturation level NOTE: Only works in Color Preset Game or Movie. MONITOR_CODE SetSaturation(UBYTE ) Color Saturation level Integer value 0 to 100 Default 50 Values in increments of 1 GetHue s the hue level NOTE: Only works in Color Preset Game or Movie. MONITOR_CODE GetHue(UBYTE *p) *p p Pointer to return hue level Color Saturation level Integer value 0 to 100 Default 50 Values in increments of 1 Color Management 15

16 SetHue Sets the hue level NOTE: Only works in Color Preset Game or Movie. MONITOR_CODE SetHue(UBYTE ) Hue level Integer value 0 to 100 Default 50 Values in increments of 1 GetColorTempCaps s the supported color temperatures of the monitor NOTE: Only works in Color Preset Color Temp. MONITOR_CODE GetColorTempCaps(UWORD32 *pu32val) *pu32val pu32val Pointer to return color temperature capabilities Bitwise representation of color temperature capabilities 0x K 0x K 0x K 0x K 0x K 0x K For example: 0x would indicate 5000K, 5700K and 9300K supported GetColorTemp s the current color temperature NOTE: Only works in Color Preset Color Temp. MONITOR_CODE GetColorTemp(UWORD32 *pu32val) *pu32val pu32val Pointer to return color temperature Color temperature 0x K 16 Color Management

17 0x x x x x K 6500K 7500K 9300K 10000K SetColorTemp Sets the color temperature NOTE: Only works in Color Preset Color Temp. MONITOR_CODE SetColorTemp(UWORD32 u32val) u32val Color temperature 0x K 0x K 0x K 0x K 0x K 0x K GetColorSpaceCaps s the supported color spaces of the monitor NOTE: Only works in Color Preset Color Space. MONITOR_CODE GetColorSpaceCaps(UWORD32 *pu32val) *pu32val pu32val Pointer to return color space capabilities Bitwise representation of supported color spaces 0x Adobe RGB 0x srgb 0x Rec 709 0x DCI-P3 0x CAL 1 0x CAL 2 For example: 0x would indicate Adobe RGB, srgb and CAL 1 supported GetColorSpaceState s the current color space state NOTE: Only works in Color Preset Color Space. Color Management 17

18 MONITOR_CODE GetColorSpaceState(UWORD32 *pu32val) *pu32val pu32val Pointer to return color space state Color space 0x Adobe RGB 0x srgb 0x Rec 709 0x DCI-P3 0x CAL 1 0x CAL 2 SetColorSpaceState Sets the color space state NOTE: Only works in Color Preset Color Space. MONITOR_CODE SetColorSpaceState(UWORD32 u32val) u32val Color space 0x Adobe RGB 0x srgb 0x Rec 709 0x DCI-P3 0x CAL 1 0x CAL 2 GetInputColorFormat s the input color format MONITOR_CODE GetInputColorFormat(UBYTE *p) *p p Pointer to return response time value Input Color Format 0 RGB 1 YPbPr SetInputColorFormat Sets the input color format MONITOR_CODE SetInputColorFormat(UBYTE ) 18 Color Management

19 Input Color Format 0 RGB 1 YPbPr GetColorPresetCaps s the available color presets MONITOR_CODE GetColorPresetCaps(UWORD32 *pu32val) *pu32val pu32val Pointer to return color space capabilities Bitwise representation of supported color presets 0x Standard 0x Multimedia 0x Movie 0x Game 0x Paper 0x Color Temp. 0x Color Space 0x Custom Color For example: 0x would indicate Standard, Multimedia and Paper presets available GetColorPreset s the current color preset MONITOR_CODE GetColorPreset(UWORD32 *pu32val) *pu32val Pointer to return color preset pu32val Color preset 0x x x x x x x x Standard Multimedia Movie Game Paper Color Temp. Color Space Custom Color SetColorPreset Sets the color preset Color Management 19

20 MONITOR_CODE SetColorPreset(UWORD32 u32val) u32val Color preset 0x x x x x x x x Standard Multimedia Movie Game Paper Color Temp. Color Space Custom Color GetCustomColor s the current custom color NOTE: Only works in Color Preset Custom Color. MONITOR_CODE GetCustomColor(UBYTE, UBYTE *pr, UBYTE *pg, UBYTE *pb, UBYTE *pc, UBYTE *pm, UBYTE *py) *pr *pg *pb *pc *pm *py Custom color type to return values Pointer to return R value Pointer to return G value Pointer to return B value Pointer to return C value Pointer to return M value Pointer to return Y value Custom color type 0 Gain 1 Offset 2 Hue 3 Saturation pr R value, 0 to 100 pg G value, 0 to 100 pb B value, 0 to 100 pc pm py C value, 0 to 100 (Only valid for custom color types Hue and Saturation) M value, 0 to 100 (Only valid for custom color types Hue and Saturation) Y value, 0 to 100 (Only valid for custom color types Hue and Saturation) SetCustomColor Sets the custom color 20 Color Management

21 NOTE: Only works in Color Preset Custom Color. MONITOR_CODE SetCustomColor (UBYTE, UBYTE R, UBYTE G, UBYTE B, UBYTE C, UBYTE M, UBYTE Y) Custom color type 0 Gain 1 Offset 2 Hue 3 Saturation R R value, 0 to 100 G G value, 0 to 100 B B value, 0 to 100 C M Y C value, 0 to 100 (Only valid for custom color types Hue and Saturation) M value, 0 to 100 (Only valid for custom color types Hue and Saturation) Y value, 0 to 100 (Only valid for custom color types Hue and Saturation) GetGammaMode s the gamma mode MONITOR_CODE GetGammaMode(UBYTE *p) *p p Pointer to return gamma mode Gamma Mode 0 PC 1 MAC Note Not supported on UP3218K SetGammaMode Sets the gamma mode MONITOR_CODE SetGammaMode(UBYTE ) Gamma Mode 0 PC 1 MAC Color Management 21

22 Note Not supported on UP3218K GetUniformityCompensation s the uniformity compensation setting MONITOR_CODE GetUniformityCompensation(UBYTE *p) *p p Pointer to return uniformity compensation setting Uniformity Compensation 0 Off 2 On SetUniformityCompensation Sets the uniformity compensation MONITOR_CODE SetUniformityCompensation(UBYTE ) Uniformity Compensation 0 Off 2 On ResetColor Reset all color settings to default MONITOR_CODE ResetColor(void) - 22 Color Management

23 LUT Management GetCalibrationHours s the calibration hours of CAL1 or CAL2 since last SetLUT. NOTE: Only works in Color Preset Color Space CAL1 or CAL2. MONITOR_CODE GetCalibrationHours(SWORD16 *ps16val) *ps16val ps16val Pointer to return monitor calibration hours Monitor calibration hours GetCalBrightness Get the brightness level of CAL1 or CAL2. NOTE: Only works in Color Preset Color Space CAL1 or CAL2. MONITOR_CODE GetCalBrightness(UBYTE *p) *p p Pointer to return CAL brightness value CAL brightness value Integer value 0 (dark) to 100 (bright) Values in increments of 1 SetCalBrightness Set the brightness level of CAL1 or CAL2. NOTE: Only works in Color Preset Color Space CAL1 or CAL2. MONITOR_CODE SetCalBrightness(UBYTE ) CAL brightness value Integer value 0 (dark) to 100 (bright) Values in increments of 1 SetColorControl Enables or disables color engine for native color. LUT Management 23

24 NOTE: Only works in Color Preset Color Space CAL1 or CAL2. MONITOR_CODE SetColorControl(UBYTE ) 0 Disable 1 Enable SetLUT Setup the LUT (Look Up Tables) for CAL1 or CAL2. NOTE: Only works in Color Preset Color Space CAL1 or CAL2. MONITOR_CODE SetLUT(UWORD16 arrpregamma[3][1025], UWORD16 arrpostgamma[3][1025], UWORD16 arrcolormatrix[9]) arrpregamma arrpostgamma arrcolormatrix Array with bit color values for RGB channels, where [0][1025] for Red channel, [1][1025] for Green channel and [2][1025] for Blue channel Array with bit color values for RGB channels, where [0][1025] for Red channel, [1][1025] for Green channel and [2][1025] for Blue channel 2 s complement values of the 3x3 16-bit color matrix, in the order from a 1 to a 9 R out = (1+a 1 )R in + a 2 G in + a 3 B in G out = a 4 R in + (1+a 5 )G in + a 6 B in B out = a 7 R in + a 8 G in + (1+a 9 )B in Note The SetLUT has been deprecated since SDK 1.4. Please use SetLUT2 instead. SetLUT2 Setup the LUT (Look Up Tables) for CAL1 or CAL2. NOTE: Only works in Color Preset Color Space CAL1 or CAL2. MONITOR_CODE SetLUT2 (UWORD16 arrgammalen, UWORD16 *arrpregamma, UWORD16 *arrpostgamma, UWORD16 arrcolormatrix[9]) arrgammalen Buffer length for arrpregamma and arrpostgamma 24 LUT Management

25 *arrpregamma *arrpostgamma arrcolormatrix Array with arrgammalen-size 16-bit color values for RGB channels, where [0][arrGammaLen] for Red channel, [1][arrGammaLen] for Green channel and [2][arrGammaLen] for Blue channel Array with arrgammalen-size 16-bit color values for RGB channels, where [0][arrGammaLen] for Red channel, [1][arrGammaLen] for Green channel and [2][arrGammaLen] for Blue channel 2 s complement values of the 3x3 16-bit color matrix, in the order from a 1 to a 9 R out = (1+a 1 )R in + a 2 G in + a 3 B in G out = a 4 R in + (1+a 5 )G in + a 6 B in B out = a 7 R in + a 8 G in + (1+a 9 )B in LUT Management 25

26 Video Input Management GetAutoSelect s the input source auto select setting MONITOR_CODE GetAutoSelect(UBYTE *p) *p p Pointer to return auto select setting Auto Select 0 Off 1 On SetAutoSelect Turns on/off input source auto select MONITOR_CODE SetAutoSelect(UBYTE ) Auto Select 0 Off 1 On GetVideoInputCaps s the available video inputs MONITOR_CODE GetVideoInputCaps(UWORD32 *pu32val) *pu32val pu32val Pointer to return available video inputs Bitwise representation of available video inputs 0x HDMI1 0x HDMI2 0x HDMI3 0x DP1 0x DP2 0x DP3 0x VGA1 0x VGA2 0x DVI1 0x DVI2 26 Video Input Management

27 For example: 0x would indicate HDMI1, DP1, VGA1 and DVI1 available GetVideoInput s the current video input source MONITOR_CODE GetVideoInput(UWORD32 *pu32val) *pu32val pu32val Pointer to return video input source Video Input Source 0x HDMI1 0x HDMI2 0x HDMI3 0x DP1 0x DP2 0x DP3 0x VGA1 0x VGA2 0x DVI1 0x DVI2 SetVideoInput Sets the video input source MONITOR_CODE SetVideoInput(UWORD32 u32val) u32val Video Input Source 0x HDMI1 0x HDMI2 0x HDMI3 0x DP1 0x DP2 0x DP3 0x VGA1 0x VGA2 0x DVI1 0x DVI2 Video Input Management 27

28 PIP/PBP Management GetPxPMode s the current PIP/PBP mode MONITOR_CODE GetPxPMode(UBYTE *p) *p p Pointer to return PIP/PBP mode PIP/PBP Mode 0 Off 1 PIP Small 2 PIP Large 3 PBP Aspect Ratio 4 PBP Fill Note Not supported on UP3218K SetPxPMode Sets the PIP/PBP mode MONITOR_CODE SetPxPMode(UBYTE ) PIP/PBP Mode 0 Off 1 PIP Small 2 PIP Large 3 PBP Aspect Ratio 4 PBP Fill Note Not supported on UP3218K GetPxPSubInput s the current PxP sub video input source MONITOR_CODE GetPxPSubInput(UWORD32 *pu32val) *pu32val Pointer to return PxP sub video input source 28 PIP/PBP Management

29 pu32val Video Input Source 0x HDMI1 0x HDMI2 0x HDMI3 0x DP1 0x DP2 0x DP3 0x VGA1 0x VGA2 0x DVI1 0x DVI2 Note Not supported on UP3218K SetPxPSubInput Sets the PxP sub video input source MONITOR_CODE SetPxPSubInput(UWORD32 u32val) u32val Video Input Source 0x HDMI1 0x HDMI2 0x HDMI3 0x DP1 0x DP2 0x DP3 0x VGA1 0x VGA2 0x DVI1 0x DVI2 Note Not supported on UP3218K GetPxPLocation s the current PIP/PBP location MONITOR_CODE GetPxPLocation(UBYTE *p) *p p Pointer to return PIP/PBP location PIP/PBP Location 0 Top-Right 1 Top-Left 2 Bottom-Right PIP/PBP Management 29

30 3 Bottom-Left Note Not supported on UP3218K SetPxPLocation Sets the PIP/PBP location MONITOR_CODE SetPxPLocation(UBYTE ) PIP/PBP Location 0 Top-Right 1 Top-Left 2 Bottom-Right 3 Bottom-Left Note Not supported on UP3218K 30 PIP/PBP Management

31 OSD GetOSDTransparency Get the OSD Transparency MONITOR_CODE GetOSDTransparency(UBYTE *p) *p p Pointer to return OSD Transparency value OSD Transparency Integer value 0 (opaque) to 100 (transparent) Default 20 Values in increments of 20 SetOSDTransparency Set the OSD Transparency MONITOR_CODE SetOSDTransparency(UBYTE ) OSD Transparency Integer value 0 (opaque) to 100 (transparent) Default 20 Values in increments of 20 GetOSDLanguage Get the OSD Language MONITOR_CODE GetOSDLanguage(UBYTE *p) *p p Pointer to return OSD Language value OSD Language 0 English 1 Espanol 2 Francais 3 Deutsch 4 Português (Brasil) 5 Русский 6 简体中文 OSD 31

32 7 日本語 SetOSDLanguage Set the OSD Language MONITOR_CODE SetOSDLanguage(UBYTE ) OSD Language 0 English 1 Espanol 2 Francais 3 Deutsch 4 Português (Brasil) 5 Русский 6 简体中文 7 日本語 GetOSDRotation Get the OSD Rotation MONITOR_CODE GetOSDRotation(UBYTE *p) *p p Pointer to return OSD Rotation value OSD Rotation 0 0 degree 1 90 degrees degrees SetOSDRotation Set the OSD Rotations MONITOR_CODE SetOSDRotation(UBYTE ) OSD Rotation 0 0 degree 1 90 degrees degrees GetOSDTimer Get the OSD Timer 32 OSD

33 MONITOR_CODE GetOSDTimer(UBYTE *p) *p p Pointer to return OSD Timer value OSD Timer Integer value 5 to 60 seconds Default 20 seconds Values in increments of 1 SetOSDTimer Set the OSD Timer MONITOR_CODE SetOSDTimer(UBYTE ) OSD Timer Integer value 5 to 60 seconds Default 20 seconds Values in increments of 1 GetOSDButtonLock Get the OSD Timer MONITOR_CODE GetOSDButtonLock(UBYTE *p) *p p Pointer to return OSD Timer value OSD Button Lock 0 Unlock 1 Lock SetOSDButtonLock Set the OSD Timer MONITOR_CODE SetOSDButtonLock(UBYTE ) OSD Button Lock 0 Unlock 1 Lock OSD 33

34 GetButtonSound s if the button sound is on or off MONITOR_CODE GetButtonSound(UBYTE *p) *p p Pointer to return Button Sound value Button Sound 0 Off 1 On Note Not supported on UP3218K SetButtonSound Set the button sound on or off MONITOR_CODE SetButtonSound(UBYTE ) Button Sound 0 Off 1 On Note Not supported on UP3218K ResetOSD Reset OSD to default settings MONITOR_CODE ResetOSD(void) - 34 OSD

35 System Management GetVersionFirmware s the firmware version of the monitor MONITOR_CODE GetVersionFirmware(BYTE *ps16val) *pbyfirmwareversion Pointer to firmware version for return pbyfirmwareversion Version string (max 10 chars) GetVersionSDK s the SDK version MONITOR_CODE GetVersionSDK(SWORD16 *ps16val) *pbyversion Pointer to firmware version for return ps16val Version value where MSB = major version and LSB = minor version. Eg) 0x0100 will mean Version 1.0 GetMST s if the MST is on or off MONITOR_CODE GetMST(UBYTE *p) *p Pointer to return MST value p MST value 0 Off 1 On Note System Management 35

36 Not supported on UP3218K SetMST Turns on / off the MST MONITOR_CODE SetMST(UBYTE ) MST value to set 0 Off 1 On Note Not supported on UP3218K GetLCDConditioning s if the LCD Conditioning is enabled or disabled MONITOR_CODE GetLCDConditioning(UBYTE *p) *p Pointer to return LCD Conditioning value p LCD Conditioning 0 Disabled 1 Enabled SetLCDConditioning Enable / Disable the LCD Conditioning MONITOR_CODE SetLCDConditioning (UBYTE ) LCD Conditioning value to set 0 Disable 1 Enable FactoryReset Reset to factory settings 36 System Management

37 MONITOR_CODE FactoryReset(void) - SetDebugLevel Set the level of debug for the SDK MONITOR_CODE SetDebugLevel(UBYTE ) Debug Level 0 Turn off debug 1 Errors 2 Warnings 3 Debug 4 Trace System Management 37

PV Series LCD Monitor User Manual

PV Series LCD Monitor User Manual PV Series LCD Monitor User Manual Copyright Copyright 2016 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

OPERATING GUIDE. M-Vision Cine 3D series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A August A

OPERATING GUIDE. M-Vision Cine 3D series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A August A OPERATING GUIDE M-Vision Cine 3D series High Brightness Digital Video Projector 16:9 widescreen display 112-022A Digital Projection M-Vision Cine 3D series CONTENTS Operating Guide CONTENTS About this

More information

P Series LCD Monitor User Manual

P Series LCD Monitor User Manual P Series LCD Monitor User Manual Copyright Copyright 2016 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

32 Channel Auto Searching Wireless FPV Monitor with Dual Receiver LCD Monitor. User Manual

32 Channel Auto Searching Wireless FPV Monitor with Dual Receiver LCD Monitor. User Manual 32 Channel Auto Searching Wireless FPV Monitor with Dual Receiver LCD Monitor User Manual Product description: Wireless FPV monitor with dual receiver LCD monitor is a new multi-function product; adopts

More information

USER MANUAL. VP-425 PC / Component to HDMI Scaler MODEL: P/N: Rev 3

USER MANUAL. VP-425 PC / Component to HDMI Scaler MODEL: P/N: Rev 3 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-425 PC / Component to HDMI Scaler P/N: 2900-300111 Rev 3 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port.

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port. Serial Command Structure The Optika Collaborate UHD series feature an RJ-45 Ethernet port for control and monitoring over a network. This application note introduces the two user interface modes: Command

More information

Video Wall Display User s Manual

Video Wall Display User s Manual Video Wall Display User s Manual Manual Version TL46-55H1.1 Our Full Product Range Page 1 Safety Instructions Please handle the display with extreme care, significant impact will damage the LCD panel.

More information

PG2401PT LCD Monitor User Manual

PG2401PT LCD Monitor User Manual PG2401PT LCD Monitor User Manual Copyright Copyright 2013 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

TABLE OF CONTENTS Important Safety Instructions Package Content Setting Up the Display Trouble shooting Specifications Product Dimensions

TABLE OF CONTENTS Important Safety Instructions Package Content Setting Up the Display Trouble shooting Specifications Product Dimensions TABLE OF CONTENTS Important Safety Instructions...1 1.1 Safety precautions and maintenance....1 1.2 Use.......4 1.3 Installation Notes.......7 Package Content...9 2.1 Unpacking...9 2.2 Accessories......10

More information

User Manual. Innovative LCD Display Solutions AP-20 Series DP-20 Series OP-20 Series NAP-20 Series

User Manual. Innovative LCD Display Solutions AP-20 Series DP-20 Series OP-20 Series NAP-20 Series Innovative LCD Display Solutions AP-20 Series DP-20 Series OP-20 Series NAP-20 Series 1. Table of Content 1. Table of Content P.1 2. Introduction 3. Installation A) Overview P.2 B) Features P.2 C) Dimension

More information

DP Tuner 80 Remote Control Software User Manual. Version:08 Issue Date:May 10, 2018

DP Tuner 80 Remote Control Software User Manual. Version:08 Issue Date:May 10, 2018 DP Tuner 80 Remote Control Software User Manual Version:08 Issue Date:May 10, 2018 Copyright Information Copyrights Lumens Digital Optics Inc. All rights reserved. Lumens is a registered trademark of Lumens

More information

CP-255ID Multi-Format to DVI Scaler

CP-255ID Multi-Format to DVI Scaler CP-255ID Multi-Format to DVI Scaler Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

Multi-function Portable. HD LCD Monitor. User Manual

Multi-function Portable. HD LCD Monitor. User Manual Multi-function Portable HD LCD Monitor User Manual Product description: Thank you for purchasing our photography, broadcast color LCD Monitor kit. This product adopts proprietary digital signal processing

More information

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A OPERATING GUIDE HIGHlite 660 series High Brightness Digital Video Projector 16:9 widescreen display 111-9714A Digital Projection HIGHlite 660 series CONTENTS Operating Guide CONTENTS About this Guide...

More information

SW Series LCD Monitor User Manual

SW Series LCD Monitor User Manual SW Series LCD Monitor User Manual Power Safety Please follow these safety instructions for best performance, and long life for your monitor. The AC plug isolates this equipment from the AC supply. The

More information

XR Series User Manual

XR Series User Manual XR Series User Manual Copyright Copyright 2015 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated

More information

288P

288P 288P6 www.philips.com/welcome 1 37 43 1....1...1...2...3...4...4...6...9...12...13...14...14...15...15...22...27...29...30...31...37...37...39...43...43...44..45 48 1 1. 1.1 2 1.2 3 1.3 Philips and the

More information

RMS 8424S Quick Start

RMS 8424S Quick Start VIEWSIZE THE WORLD RMS 8424S Quick Start Standard 4 unit rack mount size 8 inch LCD 2 1024 3 (RGB) 600 16:9 / 4:3 adjustable SDI/HDMI embedded audio output via 3.5mm earphone socket Support SDI/DVI audio

More information

E Series LCD Monitor User Manual

E Series LCD Monitor User Manual E Series LCD Monitor User Manual Copyright Copyright 2016 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

Dell D3218HN. User s Guide. Regulatory model: D3218HNo

Dell D3218HN. User s Guide. Regulatory model: D3218HNo Dell D3218HN User s Guide Regulatory model: D3218HNo Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Dell 2209WA Flat Panel Monitor User's Guide

Dell 2209WA Flat Panel Monitor User's Guide Dell 2209WA Flat Panel Monitor User's Guide About Your Monitor Setting Up the Monitor Operating the Monitor Troubleshooting Appendix Notes, Cautions, and Warnings NOTE: A NOTE indicates important information

More information

SW Series LCD Monitor User Manual

SW Series LCD Monitor User Manual SW Series LCD Monitor User Manual Copyright Copyright 2018 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

User s Guide. Version

User s Guide. Version User s Guide Version 1.3.40 2 NEC MULTIPROFILER - USER S GUIDE Software Updates Occasionally updates and enhancements to the MultiProfiler software will be made available. Visit the MultiProfiler section

More information

User s Guide. Version

User s Guide. Version User s Guide Version 1.3.70 Software Updates Occasionally, updates and enhancements to the MultiProfiler software will be made available. Visit the MultiProfiler section of the NEC DISPLAY SOLUTIONS website

More information

PROLITE B2791HSU-B1 HAS + PIVOT FLICKER FREE + BLUE LIGHT

PROLITE B2791HSU-B1 HAS + PIVOT FLICKER FREE + BLUE LIGHT PROLITE B2791HSU-B1 27 solid Full HD monitor your e will love Looking at a screen for long hours can be quite tiring for the e. But it doesn t have to. The new 27 iiyama ProLite B2791HSU is big enough

More information

Contents V1.0. ONE Instruction TWO Installation THREE Remote Control Guide FOUR Operation...10 FIVE FAQ...16

Contents V1.0. ONE Instruction TWO Installation THREE Remote Control Guide FOUR Operation...10 FIVE FAQ...16 Contents V1.0 ONE Instruction...02 1.1 Features...02 1.2 Output Source & Resolution...02 1.3 Input Resolution Support...03 1.4 Package Content...03 1.5 Specification...03 TWO Installation...04 2.1 Connection

More information

Dell E1909W Flat Panel Monitor User's Guide

Dell E1909W Flat Panel Monitor User's Guide Dell E1909W Flat Panel Monitor User's Guide About Your Monitor Setting Up the Monitor Operating the Monitor Troubleshooting Appendix Notes, Notices, and Cautions NOTE: A NOTE indicates important information

More information

BL Series LCD Monitor User Manual

BL Series LCD Monitor User Manual BL Series LCD Monitor User Manual Copyright Copyright 2014 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

G-106Ex Single channel edge blending Processor. G-106Ex is multiple purpose video processor with warp, de-warp, video wall control, format

G-106Ex Single channel edge blending Processor. G-106Ex is multiple purpose video processor with warp, de-warp, video wall control, format G-106Ex Single channel edge blending Processor G-106Ex is multiple purpose video processor with warp, de-warp, video wall control, format conversion, scaler switcher, PIP/POP, 3D format conversion, image

More information

I. Safety Prevention Measures

I. Safety Prevention Measures I. Safety Prevention Measures Please always place this device on a stable surface; otherwise, it may fall and be damaged. The altitude and the tropical environment the adapter fits depend on which adapter

More information

USER MANUAL. VP-427 HDBaseT to HDMI Receiver/Scaler MODEL: P/N: Rev 5

USER MANUAL. VP-427 HDBaseT to HDMI Receiver/Scaler MODEL: P/N: Rev 5 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-427 HDBaseT to HDMI Receiver/Scaler P/N: 2900-300328 Rev 5 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

GW2760HS LCD Monitor User Manual

GW2760HS LCD Monitor User Manual GW2760HS LCD Monitor User Manual Copyright Copyright 2012 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

PD Series LCD Monitor User Manual

PD Series LCD Monitor User Manual PD Series LCD Monitor User Manual Copyright Copyright 2017 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

42 Freestanding Infrared Multi Touch Screen Kiosk User s Manual

42 Freestanding Infrared Multi Touch Screen Kiosk User s Manual 42 Freestanding Infrared Multi Touch Screen Kiosk User s Manual Manual Version L42HD-T2.2 Safety Instructions Please keep the display away from any heat sources such as radiators or direct sunlight. Place

More information

V Series LCD Monitor User Manual

V Series LCD Monitor User Manual V Series LCD Monitor User Manual Copyright Copyright 2017 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

NEC MultiSync PA Series with SpectraView II

NEC MultiSync PA Series with SpectraView II Professional Desktop NEC MultiSync PA Series with Color calibration solution ideal for color-critical applications Thoughtfully designed and individually factory calibrated to deliver reliable, accurate

More information

USER MANUAL KGN1080P32VD

USER MANUAL KGN1080P32VD USER MANUAL KGN1080P32VD USB... Power cord Remote control/batteries Power/Standby button Picture mode button Sound mode button Multi-digits channel buttton P.MODE S.MODE FREEZE SLEEP 1 2 3 4 5 6 7 8 9

More information

G-106 GWarp Processor. G-106 is multiple purpose video processor with warp, de-warp, video wall control, format conversion,

G-106 GWarp Processor. G-106 is multiple purpose video processor with warp, de-warp, video wall control, format conversion, G-106 GWarp Processor G-106 is multiple purpose video processor with warp, de-warp, video wall control, format conversion, scaler switcher, PIP/POP, 3D format conversion, image cropping and flip/rotation.

More information

BL Series LCD Monitor User Manual

BL Series LCD Monitor User Manual BL Series LCD Monitor User Manual Copyright Copyright 2016 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

EX Series LCD Monitor User Manual

EX Series LCD Monitor User Manual EX Series LCD Monitor User Manual Copyright Copyright 2017 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

G Series LCD Monitor User Manual

G Series LCD Monitor User Manual G Series LCD Monitor User Manual Copyright Copyright 2014 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior notice

More information

User s Guide. Version

User s Guide. Version User s Guide Version 1.4.00 Software Updates Occasionally, updates and enhancements to the MultiProfiler software will be made available. Visit the MultiProfiler section of the NEC DISPLAY SOLUTIONS website

More information

Setup Guide. EIZO Monitors. Rev. 1.4

Setup Guide. EIZO Monitors. Rev. 1.4 Setup Guide EIZO Monitors Rev. 1.4 Introduction CalMAN Display Calibration Software can automatically create optimized calibration 1D or 3D LUTs for EIZO monitors equipped with a self-calibration sensor.

More information

28 4K LED monitor. User Manual M284K

28 4K LED monitor. User Manual M284K 28 4K LED monitor User Manual M284K CONTENTS Safety Information... 2 What s included..... 4 Getting Started....... 8 Troubleshooting.... 14 Specification.... 15 2 of 15 SAFETY INFORMATION Read these instructions

More information

Dell ST2010-BLK Flat Panel Monitor User's Guide

Dell ST2010-BLK Flat Panel Monitor User's Guide Dell ST2010-BLK Flat Panel Monitor User's Guide About Your Monitor Setting Up the Monitor Operating the Monitor Solving Problems Appendix Notes, Notices, and Cautions NOTE: A NOTE indicates important information

More information

USER MANUAL PROFESSIONAL

USER MANUAL PROFESSIONAL USER MANUAL PROFESSIONAL e-screen FLEX 65 Full HD LCD touchscreen monitor Important: Please read this user manual thoroughly and completely before operating this monitor. ENGLISH CONTENTS: 1 Important

More information

VW Series LCD Monitor User Manual

VW Series LCD Monitor User Manual VW Series LCD Monitor User Manual Copyright Copyright 2013 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

USER MANUAL. VP-435 Component / UXGA HDMI Scaler MODEL: P/N: Rev 13

USER MANUAL. VP-435 Component / UXGA HDMI Scaler MODEL: P/N: Rev 13 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-435 Component / UXGA HDMI Scaler P/N: 2900-000262 Rev 13 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

G Series LCD Monitor User Manual

G Series LCD Monitor User Manual G Series LCD Monitor User Manual Copyright Copyright 2016 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

USER MANUAL. VP-426 HDMI-PC Scaler MODEL: P/N: Rev 4.

USER MANUAL. VP-426 HDMI-PC Scaler MODEL: P/N: Rev 4. USER MANUAL MODEL: VP-426 HDMI-PC Scaler P/N: 2900-300277 Rev 4 www.kramerav.com Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions 2 2.3 Recycling

More information

CSLUX-300 Multi-Format to HDMI Scaler

CSLUX-300 Multi-Format to HDMI Scaler CSLUX-300 Multi-Format to HDMI Scaler Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

USER S MANUAL MANUEL DE L UTILISATEUR MANUAL DEL USUARIO VM-42F140S VM-47F140S. 1080p Monitor Moniteur 1080p

USER S MANUAL MANUEL DE L UTILISATEUR MANUAL DEL USUARIO VM-42F140S VM-47F140S. 1080p Monitor Moniteur 1080p USER S MANUAL MANUEL DE L UTILISATEUR MANUAL DEL USUARIO VM-42F140S VM-47F140S 1080p Monitor Moniteur 1080p TABLE OF CONTENTS 1. IMPORTANT SAFETY AND PRECAUTIONS.... 1 1.1 Important Information. 1 1.2

More information

E-Vision D Series High Brightness Digital Video Projector

E-Vision D Series High Brightness Digital Video Projector LENS SHIFT ZOOM MENU E-Vision 6800 3D Series High Brightness Digital Video Projector 4INSTALLATION AND QUICK-START GUIDE 4CONNECTION GUIDE 4OPERATING GUIDE 4REMOTE COMMUNICATIONS GUIDE AUTO ENTER RETURN

More information

USER MANUAL. VP-427A HDBaseT to HDMI+Audio Receiver/Scaler MODEL: P/N: Rev 1

USER MANUAL. VP-427A HDBaseT to HDMI+Audio Receiver/Scaler MODEL: P/N: Rev 1 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-427A HDBaseT to HDMI+Audio Receiver/Scaler P/N: 2900-300425 Rev 1 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety

More information

Table of Contents TABLE OF CONTENTS. Vivid Drive 23N User Manual Rev. 1

Table of Contents TABLE OF CONTENTS. Vivid Drive 23N User Manual Rev. 1 User Manual TABLE OF CONTENTS Table of Contents 1. Before You Begin... 1 What Is Included... 1 Unpacking Instructions... 1 Claims... 1 Text Conventions... 1 Symbols... 1 Disclaimer... 1 Safety Notes...

More information

RS-232 Protocol and Command SB-3879 RS-232 V1.0 PROTOCOL DOCUMENTATION

RS-232 Protocol and Command SB-3879 RS-232 V1.0 PROTOCOL DOCUMENTATION RS-232 Protocol and Command SB-3879 RS-232 V1.0 PROTOCOL DOCUMENTATION Part No.: ENCL00RS23200A0 Document Version:11.2012.1 FEB 2016 RS-232 Protocol and Command Matrix / Routing Switcher Series RS-232

More information

For safe and correct use, be sure to read the Safety Information in Read This First before using the machine. Operating Instructions

For safe and correct use, be sure to read the Safety Information in Read This First before using the machine. Operating Instructions For safe and correct use, be sure to read the Safety Information in Read This First before using the machine. Operating Instructions Table of Contents 1 Disclaimer...2 1. Using the Remote control... 3

More information

I.Safety Prevention Measures

I.Safety Prevention Measures I.Safety Prevention Measures Please always place this device on a stable surface; otherwise, it may fall and be damaged. The altitude and the tropical environment the adapter fits depend on which adapter

More information

LED LCD MONITOR. (LED Monitor*) OWNER S MANUAL

LED LCD MONITOR. (LED Monitor*) OWNER S MANUAL OWNER S MANUAL LED LCD MONITOR (LED Monitor*) * LG LED Monitor applies LCD screen with LED backlights. Please read this manual carefully before operating your set and retain it for future reference. 34WK95U

More information

32 Channel Auto Searching Wireless FPV Monitor with Diversity Receiver LCD Monitor User Manual

32 Channel Auto Searching Wireless FPV Monitor with Diversity Receiver LCD Monitor User Manual 32 Channel Auto Searching Wireless FPV Monitor with Diversity Receiver LCD Monitor User Manual Product description: Wireless FPV monitor with dual receiver LCD monitor is a new multi-function product,

More information

22" Touchscreen LED Monitor USER'S GUIDE

22 Touchscreen LED Monitor USER'S GUIDE 22" Touchscreen LED Monitor USER'S GUIDE Content Operation Instructions...1 Unpacking Instructions...2 Safety Precautions...2 Front View of the Product...3 Rear View of the Product...4 Quick Installation...5

More information

Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter referred to as NovaStar ). It is our great

Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter referred to as NovaStar ). It is our great LED Display Configuration Software SmartLCT User s Manual Software Version: V3.0 Rev3.0.0 NS110100239 Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter

More information

E Series LCD Monitor User Manual

E Series LCD Monitor User Manual E Series LCD Monitor User Manual Copyright Copyright 2015 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

BL912 LCD Monitor User Manual

BL912 LCD Monitor User Manual BL912 LCD Monitor User Manual Copyright Copyright 2013 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or

More information

Simply Exceptional Color. LCD Monitors for Graphics

Simply Exceptional Color. LCD Monitors for Graphics Simply Exceptional Color LCD Monitors for Graphics 27" Vivid Color with Spacious Screen Sizes FlexScan SX2762W The SX Series Built for Color Professionals The EIZO FlexScan SX series is the preferred choice

More information

MONOPRICE. 27" WQHD Monitor. User's Manual P/N 24659

MONOPRICE. 27 WQHD Monitor. User's Manual P/N 24659 MONOPRICE 27" WQHD Monitor P/N 24659 User's Manual CONTENTS SAFETY WARNINGS AND GUIDELINES... 3 FEATURES... 4 CUSTOMER SERVICE... 4 PACKAGE CONTENTS... 4 PRODUCT OVERVIEW... 5 Front... 5 Rear... 5 Rear

More information

CP-255ID CV, SV, VGA and DVI to DVI Scaler / Converter OPERATION MANUAL

CP-255ID CV, SV, VGA and DVI to DVI Scaler / Converter OPERATION MANUAL CP-255ID CV, SV, VGA and DVI to DVI Scaler / Converter OPERATION MANUAL DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. CYP (UK) Ltd assumes no responsibility

More information

CSC K UHD+ HDMI and PC/HD to HDMI Scaler

CSC K UHD+ HDMI and PC/HD to HDMI Scaler CSC-6011 4K UHD+ HDMI and PC/HD to HDMI Scaler Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

NEC MultiSync PA Series Wide Gamut LED-backlit color accurate desktop displays

NEC MultiSync PA Series Wide Gamut LED-backlit color accurate desktop displays NEC MultiSync PA Series Wide Gamut LED-backlit color accurate desktop displays Color Accurate Professional Desktop 24" 30 Color accuracy that you can trust. The 24 PA242W-BK, 30 PA302W-BK and PA302W in

More information

USER MANUAL. VP-424 HDMI to HDMI Scaler MODEL: P/N: Rev 2

USER MANUAL. VP-424 HDMI to HDMI Scaler MODEL: P/N: Rev 2 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-424 HDMI to HDMI Scaler P/N: 2900-000765 Rev 2 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

BL Series LCD Monitor User Manual

BL Series LCD Monitor User Manual BL Series LCD Monitor User Manual Power Safety Please follow these safety instructions for best performance, and long life for your monitor. The AC plug isolates this equipment from the AC supply. The

More information

Operating Instructions

Operating Instructions Operating Instructions For safe and correct use, be sure to read the Safety Information in Read This First before using the machine. TABLE OF CONTENTS Disclaimer...3 1. Using the Remote Control Names

More information

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior

More information

Technical Developments for Widescreen LCDs, and Products Employed These Technologies

Technical Developments for Widescreen LCDs, and Products Employed These Technologies Technical Developments for Widescreen LCDs, and Products Employed These Technologies MIYAMOTO Tsuneo, NAGANO Satoru, IGARASHI Naoto Abstract Following increases in widescreen representations of visual

More information

KGNϭϬϴϬWWZKϮϮs USER MANUAL

KGNϭϬϴϬWWZKϮϮs USER MANUAL USER MANUAL KGN X P.MODE S.MODE SLEEP AUDIO 1 2 3 4 5 6 7 8 9 USB/SD A/DTV FAV + 0 SOURCE MENU OK INFO EXIT MUTE VOL CH ASPECT /C AN CE L TTX /SIZE D.MENU/HOLD U P G /AUTO DVD.SETU P /S B A E TITLE EPG

More information

NEC MultiSync PA243W. Wide Gamut color critical accurate desktop display

NEC MultiSync PA243W. Wide Gamut color critical accurate desktop display NEC MultiSync PA243W Wide Gamut color critical accurate desktop display Trusted color accuracy The 24 MultiSync PA243W delivers in applications where precise color is essential. The wide-gamut W-LED backlight

More information

SCHD24K 4K UHD + HDMI to HDMI Scaler

SCHD24K 4K UHD + HDMI to HDMI Scaler SCHD24K 4K UHD + HDMI to HDMI Scaler Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Ampronix assumes no responsibility for any infringements

More information

USER MANUAL KGNPRO19VD

USER MANUAL KGNPRO19VD USER MANUAL KGNPRO19VD X P.MODE S.MODE SLEEP AUDIO 1 2 3 4 5 6 7 8 9 A/DTV USB/SD FAV + 0 SOURCE MENU OK INFO EXIT MUTE VOL CH ASPECT TTX TITLE /AUTO DVD.SETU P EPG SU BTITL E D.MENU ZOOM/REC.LIST GOTO

More information

Operating Instructions

Operating Instructions Broadcast A/V Division Model No. M-LYNX-702W Dual 7 High Resolution Rack Mount Display with Waveform Operating Instructions V.1.0 Table of Contents 1. PRODUCT DESCRIPTION... 3 2. MENU SETTING... 6 3. SPECIFICATIONS...

More information

On-Camera Field HD Monitor. 7Inch high resolution monitor

On-Camera Field HD Monitor. 7Inch high resolution monitor On-Camera Field HD Monitor 7Inch high resolution monitor 1 Dear users: Thank you for purchasing our On-Camera Field HD Monitor Kit. This 7" Pro HD Monitor is designed to be used as an external video display,

More information

DH551C/DH550C/DL550C Double Sided Display User Manual

DH551C/DH550C/DL550C Double Sided Display User Manual DH551C/DH550C/DL550C Double Sided Display User Manual Disclaimer BenQ Corporation makes no representations or warranties, either expressed or implied, with respect to the contents of this document. BenQ

More information

BL2411PT LCD Monitor User Manual

BL2411PT LCD Monitor User Manual BL2411PT LCD Monitor User Manual Copyright Copyright 2013 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

DVI/PC/HD to DVI/PC Scaler - ID# 15320

DVI/PC/HD to DVI/PC Scaler - ID# 15320 DVI/PC/HD to DVI/PC Scaler - ID# 15320 Operation Manual Introduction This DVI/PC/HD to DVI/PC Scaler is capable of scaling and sourceswitching from PC (VGA), Component Video (SD/HD) and DVI input signals

More information

CSLUX-300I Multi-Format to HDMI Scaler

CSLUX-300I Multi-Format to HDMI Scaler CSLUX-300I Multi-Format to HDMI Scaler Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

For safe and correct use, be sure to read the Safety Information in Read This First before using the machine. Operating Instructions

For safe and correct use, be sure to read the Safety Information in Read This First before using the machine. Operating Instructions For safe and correct use, be sure to read the Safety Information in Read This First before using the machine. Operating Instructions Table of Contents 1 Disclaimer...2 1. Using the Remote control... 3

More information

VGA to Video Converter ID# 424 Operation Manual

VGA to Video Converter ID# 424 Operation Manual VGA to Video Converter ID# 424 Operation Manual Introduction Features The VGA to Video converter provides automatic conversion of PC desktop images to high quality video images for standard television

More information

Component Video Matrix Switcher Series ITEM NO.: YS04MA, YS04MD

Component Video Matrix Switcher Series ITEM NO.: YS04MA, YS04MD Component Video Matrix Switcher Series ITEM NO.: YS04MA, YS04MD Our component video switcher allows four different component video and stereo/digital audio sources to share two video displays. Manage multiple

More information

VENUS X1PRO-E Quick Start

VENUS X1PRO-E Quick Start VENUS X1PRO-E Quick Start 4K input support in DP, HDMI and Dual Link DVI Support 8K x 1K, 4K x 2K Seamless Splicing EDID management Modular 2K input: Three slots for 2K input options 2K-2K and/or 4K-2K

More information

BSM-093N3G / BSM-173N3G BSM-183N3G / BSM-213N3G BSM-243N3G / BSM-463N3G BSM-553N3G BSM-212i / BSM-242i

BSM-093N3G / BSM-173N3G BSM-183N3G / BSM-213N3G BSM-243N3G / BSM-463N3G BSM-553N3G BSM-212i / BSM-242i BSM-093N3G / BSM-173N3G BSM-183N3G / BSM-213N3G BSM-243N3G / BSM-463N3G BSM-553N3G BSM-212i / BSM-242i Contents Safety Instructions...3 Front...4 Rear...6 MENU Description...8 VIDEO...9 DISPLAY 1...10

More information

USER MANUAL. 28" 4K Ultra HD Monitor L28TN4K

USER MANUAL. 28 4K Ultra HD Monitor L28TN4K USER MANUAL 28" 4K Ultra HD Monitor L28TN4K TABLE OF CONTENTS 1 Getting Started 2 Control Panel/ Back Panel 3 On Screen Display 4 Technical Specs 5 Care & Maintenance 6 Troubleshooting 7 Safety Info &

More information

BL Series LCD Monitor User Manual

BL Series LCD Monitor User Manual BL Series LCD Monitor User Manual Copyright Copyright 2013 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

35 INCH CURVED QHD LED MONITOR

35 INCH CURVED QHD LED MONITOR 35 INCH CURVED QHD LED MONITOR eiq-35cmuwq60gafs Thank you for choosing electriq Please read this user manual before using this monitor and keep it safe for future reference. Visit our page www.electriq.co.uk

More information

MP 35" Zero-G 100Hz Curved Monitor with AMD FreeSync 2.0

MP 35 Zero-G 100Hz Curved Monitor with AMD FreeSync 2.0 MP 35" Zero-G 100Hz Curved Monitor with AMD FreeSync 2.0 P/N 31005 User's Manual SAFETY WARNINGS AND GUIDELINES Please read this entire manual before using this device, paying extra attention to these

More information

V Series LCD Monitor User Manual

V Series LCD Monitor User Manual V Series LCD Monitor User Manual Copyright Copyright 2013 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

MP Zero-G 27" WQHD 144Hz TN-LED Monitor with AMD FreeSync

MP Zero-G 27 WQHD 144Hz TN-LED Monitor with AMD FreeSync MP Zero-G 27" WQHD 144Hz TN-LED Monitor with AMD FreeSync P/N 31004 User's Manual SAFETY WARNINGS AND GUIDELINES Please read this entire manual before using this device, paying extra attention to these

More information

USER MANUAL. VP-422 HDMI to PC Scaler MODEL: P/N: Rev 5

USER MANUAL. VP-422 HDMI to PC Scaler MODEL: P/N: Rev 5 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-422 HDMI to PC Scaler P/N: 2900-000580 Rev 5 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions 3

More information

LED LCD MONITOR. (LED Monitor*) OWNER S MANUAL

LED LCD MONITOR. (LED Monitor*) OWNER S MANUAL OWNER S MANUAL LED LCD MONITOR (LED Monitor*) * LG LED Monitor applies LCD screen with LED backlights. Please read this manual carefully before operating your set and retain it for future reference. 32UL950

More information

Safety warning Important Safety Instructions. Wall Mount Specifications. Electronic Program Guide. Lock Menu 18. PVR File System

Safety warning Important Safety Instructions. Wall Mount Specifications. Electronic Program Guide. Lock Menu 18. PVR File System LT-32N370Z 32 INPUT Safety warning Important Safety Instructions Wall Mount Specifications Electronic Program Guide Lock Menu 18 PVR File System 11 11 11 14 15 16 17 19 20 21 21 22 23 24 25 INPUT AAA

More information

CP-291N PC/HD to PC/HD Scaler

CP-291N PC/HD to PC/HD Scaler CP-291N PC/HD to PC/HD Scaler Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility for any

More information