Reviews & Opinions
Independent and trusted. Read before buy Samsung Syncmaster 400DXN!

Samsung Syncmaster 400DXN


Bookmark
Samsung Syncmaster 400DXN

Bookmark and Share

 

Samsung Syncmaster 400DXNAbout Samsung Syncmaster 400DXN
Here you can find all about Samsung Syncmaster 400DXN like manual and other informations. For example: review.

Samsung Syncmaster 400DXN manual (user guide) is ready to download for free.

On the bottom of page users can write a review. If you own a Samsung Syncmaster 400DXN please write about it to help other people.
[ Report abuse or wrong photo | Share your Samsung Syncmaster 400DXN photo ]

 

 

Manual

Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Manual - 1 page 

Download (English)
Samsung Syncmaster 400DXN Monitor, size: 8.7 MB
Related manuals
Samsung Syncmaster 400DXN Quick Guide (ver.1.0)

 

Samsung Syncmaster 400DXN

 

 

User reviews and opinions

<== Click here to post a new opinion, comment, review, etc.

Comments to date: 7. Page 1 of 1. Average Rating:
civiltongue 4:03am on Sunday, October 17th, 2010 
The 460DXN is a networkable TV that has a built in PC and has the capability to hook to the...
bitstone 4:58pm on Sunday, October 10th, 2010 
Mune-Pi review Samsung 32" review An excellent monitor...especially for the price.
ORiON 10:44am on Thursday, October 7th, 2010 
Fine computer monitor for those who want 1360 x 768 pixel resolution in a forty inch display.
kerrick 12:26am on Wednesday, September 22nd, 2010 
Better than Apple 30 in After finished all the reviews and price compression , It came down to Apple 30 lcd monitor@ 1799.95 .
viagrakaufen 4:01pm on Saturday, June 12th, 2010 
Buy it, it will change your life! This thing can display in 4 dimensions - simply amazing! Who needs kids and a wife when you can watch the NBA Finals like O Canada in Disney World. Still not as good as that though, they have 9 of these.
rmunk 10:15pm on Friday, June 4th, 2010 
about Samsung SyncMaster 400DX The Samsung SyncMaster? 400DX is the 40-inch Wide Analog RGB with DVI-D support LCD monitor.
gagan 11:47am on Thursday, April 22nd, 2010 
about Samsung SyncMaster 400DX The Samsung SyncMasterâ"¢ 400DX is the 40-inch Wide Analog RGB with DVI-D support LCD monitor.

Comments posted on www.ps2netdrivers.net are solely the views and opinions of the people posting them and do not necessarily reflect the views or opinions of us.

 

Documents

doc1

2) Volume Control in Application
The data format mentioned in '4.1 Detailed Description of Commands' below is as follows. Command Data Length 0xData 1 Volume
The application can only retrieve data that corresponds to the parameter. Sample Code #define CMD_VOLUME { UCHAR SendBuff[3] = {0, 0, 0}; SendBuff[0] = CMD_VOLUME; //Volume Control Command SendBuff[1] = 0x01; //Data Length SendBuff[2] = data; //Volume Data DWORD dRetSend = MLS_HAL_I2C_Send(SendBuff, 3); } 0x12
3) When the Application Receives the Current Volume Values
For command explanations mentioned below, the data formats are as follows. Library receives data in the formats described below. Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x12 Val 1 Volume Check Sum
When library receives data from the firmware, it sends a Windows Message [::RegisterWindowMessage(_T("MSG_MDC_COMM"))] for confirmation, and transfers commands and data lengths to WPARAM, a Windows message parameter. When the application receives the [::RegisterWindowMessage(_T("MSG_MDC_COMM"))] Windows Message above, it can translate WPARAM and get the data that library received from the firmware. Sample Code const UINT MDC_COMM_MSG = ::RegisterWindowMessage(_T("MSG_MDC_COMM")); #define CMD_VOLMUE 0x12
WindowProc(UINT message, WPARAM wParam, LPARAM lParam) { if(message == MDC_COMM_MSG)//The Message that library receives data from the firmware { unsigned char* ReadBuff = (PUCHAR)wParam; if(ReadBuff[0] == 0xFF) { if((ReadBuff[2] == 0x01) // Replied data is ACK { if (ReadBuff[3] == CMD_VOLMUE) ) // Volume Data is received ShowVolume(ReadBuff[4]); } } //MDC Command

4. Command

No Type of Command Status Control Time Control On Time Control Off Time Control Video Control Audio Control RGB Control PIP Status Control Maintenance Control Display Status Control SW Version Control Model Number Control Power Control Volume Control Mute Control Input Source Control Image Size Control Direct Channel Control Contrast Control Brightness Control Sharpness Control Color Control Tint Control Red Gain Control Green Gain Control Blue Gain Control Treble Control Bass Control Balance Control Coarse Control Fine Control H-Position Control Command 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x0D 0x0E 0x10 0x11 0x12 0x13 0x14 0x15 0x17 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 1 Range of Value(Decimal) -

V-Position Control Clear Menu Control Remote Control RGB Contrast Control RGB Brightness Control PIP On/Off Control Auto Adjustment Control Color Tone Control Color Temperature Control PIP Source Control Main-PIP Swap Control PIP Size Control PIP Locate Control Sound Select Control Auto Lamp Control Manual Lamp Control Safety Screen Control Video Wall Mode Control Safety Lock Panel Lock OSD On/Off P. Mode Control S. Mode Control NR Mode Set PC Color Tone Control Auto AutoAdjustment All Keys Lock SRS TSXT Control Film Mode Signal Balance SB Gain SB Sharpness Panel On Time Video Wall On Temperature Control Brightness Sensor
0x32 0x34 0x36 0x37 0x38 0x3C 0x3D 0x3E 0x3F 0x40 0x41 0x42 0x43 0x47 0x57 0x58 0x5B 0x5C 0x5D 0x5F 0x70 0x71 0x72 0x73 0x75 0x76 0x77 0x78 0x79 0x7A 0x7E 0x7F 0x83 0x84 0x85 0x86
0 ~ 0 ~ ~ ~ ~ 0 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 1
Dynamic Contrast Safety Screen On Video Wall User Control Model Name Control MagicNet PIP Panel On/Off
0x87 0x88 0x89 0x8A 0xE0 0xF9

0 ~ ~ ~ 1

Note : "-" indicates when the values to be set are multiple. See "4.1. Detailed Description of Commands" for details
4.1. Detailed Description of Commands

1) Status Control

Function The Computer shows the current settings for the TV/Monitor. Get Status Command Data Length 0x00 0
Ack Command Data Length 0xFF Val 3 Mute 9 Val 4 Input Ack/Nak 'A' Val 5 Aspect r-CMD 0x00 Val 6

N Time NF

Val 1 Power Val 7

F Time NF

Val 2 Volume Check Sum
Power : The Power Code for the TV / Monitor Volume : The Volume value for the TV / Monitor ( 0 ~ 100 ) Mute : The Mute Code for the TV / Monitor Input : The Input Source Code for the TV / Monitor Aspect : The Image Size Code for the TV / Monitor N Time NF : On Time On/Off value for the TV / Monitor F Time NF : Off Time On/Off value for the TV / Monitor
Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x00 Val 1 ERR Check Sum

ERR : Error Code that shows the type of the error that occurrederror that occurred. Check Sum Error Others

2) Time Control

Function The Computer controls the current the for the TV/Monitor Get Time Status Command Data Length 0x01 0
Set Time Command Data Length 0x01 Data 5

Data 1 AP Time

Data 2 H Time

Data 3 M Time

Data 4 0

AP Time 1 0

: The AM/PM value for the TV / Monitor AM PM
H Time : The Hour Value for the TV / Monitor ( 1 ~ 12 ) M Time : The Minute Value for the TV / Monitor ( 0 ~ 59 ) Ack Command Data Length 0xFF Val 3 M Time 7 Val Ack/Nak 'A' Val 5

r-CMD 0x01 Check Sum

Val 1 AP Time

Val 2 H Time

AP Time, H Time, M Time : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x01 Val 1 ERR Check Sum
ERR : Error Code that shows the type of the error that occurrederror that occurred

3) On Time Control

Function The Computer controls when the TV / Monitor turns on. Get On Time Status Command Data Length 0x02 0
Set On Time Command Data Length 0x02 Data 5

Data 1

Data 2

Data 3

N M Time

Data 4

N Time VR

6 Data 6

N Time SC

N AP Time N H Time

N AP Time : The On Time AM/PM value for the TV / Monitor. AM PM
N H Time : The On Time Hour Value for the TV / Monitor ( 1 ~ 12 ) N M Time : The On Time Minute Value for the TV / Monitor ( 0 ~ 59 ) N Time VR : The On Time Volume for the TV / Monitor ( 0 ~ 100 ) N Time NF : The On Time On/Off value for the TV / Monitor On Time ON On Time OFF
N Time SC : The source value for the On Time Control(See 'Input Source Control ')
Ack Command Data Length 0xFF Val Val 4 Ack/Nak 'A' Val 5 r-CMD 0x02 Val 6
N M Time N Time VR N Time NF
N AP Time, N H Time, N M Time, N Time VR, N Time NF, N Time SC : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x02 Val 1 ERR Check Sum

4) Off Time Control

Function The Computer controls when the The Computer turn off. Get Off Time Status Command Data Length 0x03 0
Set Off Time Command Data Length 0x03 Data 5
F AP Time F H Time F M Time

F AP Time 1 0

: The Off Time AM/PM value for the TV / Monitor AM PM
F H Time : The Off Time Hour Value for the TV / Monitor ( 1 ~ 12 ) F M Time : The Off Time Minute Value for the TV / Monitor ( 0 ~ 59 ) F Time NF: The Off Time On/Off value for the TV / Monitor. Off Time ON Off Time OFF

Ack Command Data Length 0xFF Val 3

F M Time

Ack/Nak 'A' Val 5

r-CMD 0x03 Val 6

8 Val 4

F AP Time F H Time

F AP Time, F H Time, F M Time, F Time NF : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x03 Val 1 ERR Check Sum
ERR : Error Code that shows the type of the error that occurred
5) Video Control (ATV, DTV, AV, S-Video, Component, HDMI Only)
Function The Computer shows the screen settings for the TV / Monitor Get Video Status Command Data Length 0x04 0
Ack Command Data Length 0xFF Val 3 Sharpnes s 0x0A Val 4 Color Ack/Nak 'A' Val 5 Tint r-CMD 0x04 Val 6 Val 1 Val 2
Contrast Brightness Val 7 Val Check Sum

ColorTone ColorTemp

Contrast, Brightness, Sharpness, Color, Tint, ColorTone, ColorTemp : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x04 Val 1 ERR Check Sum

6) Audio Control

Function The Computer controls the audio settings for the TV/ Monitor. Get Audio Status Command Data Length 0x05 0
Ack Command Data Length 0xFF Val 3 Balance 0x05 Check Sum Ack/Nak 'A' r-CMD 0x05 Val 1 Treble Val 2 Bass
Treble, Bass, Balance : Same as above Nak Header 0xAA Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x05 Val 1 ERR Check Sum
7) RGB Control (PC, BNC, DVI, MagicNet Only)
Function The Computer controls the screen settings of the TV / Monitor. Get Video Status Command Data Length 0x06 0
Ack Command Data Length 0xFF Val 3 0x0A Val 4 Ack/Nak 'A' Val r-CMD 0x06 Val 6 Val 1 Val 2
Contrast Brightness Val 7 Val 8 Check Sum
Red Gain Green Gain Blue Gain
Contrast, Brightness, Red, Green, Blue : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x06 Val 1 ERR Check Sum

8) PIP Status Control

Function The Computer shows the PIP settings for TV / Monitor. Get PIP Status Command Data Length 0x07 0
Ack Command Data Length 0xFF Val 6 Val Ack/Nak 'A' Check Sum r-CMD 0x07 Val 1 P.Size Val 2 P.Source
P.Size : The PIP size Value Code of the TV / Monitor 0x00 0x06 0x08 0x04 0x05 0x09 PIP Off Large Small Double 1 Double 2 Double 3

P.Source : The PIP Source Value Code of the TV / Monitor
Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x07 Val 1 ERR Check Sum

9) Maintenance Control

Function The Computer shows the maintenance setting of the TV / Monitor Get Maintenance Status Command Data Length 0x08 0
Ack Command Data Length 0xFF Val 3 P.Source Val 9 LMin_M Val 15 ScreenType 0x15 Val 4 LMax_H Val 10 LMin_AP Val 16 V.Wall Ack/Nak 'A' r-CMD 0x08 Val 5 LMax_M Val 11 LMinValue Val 17 V.WallFormat Val 1 Power Val 6 LMax_AP Val 12 LampValue Val 2 P.Size Val 7 LMaxValue Val 13 Val 8 LMin_H Val 14
ScreenInterval ScreenTime Val 19 V.WallSet

Val 18 V.WallDivid

Power : The Power Code for the TV / Monitor P.Size : The value code for the PIP Size of the TV / Monitor P.Source : The value code for the PIP Source of the TV / Monitor LMax_H : The value code for the Auto Lamp Max Time Hour of the TV / Monitor (1 ~ 12) LMax_M : The value code for the Auto Lamp Max Time Minute of the TV / Monitor (0 ~ 59) LMax_AP : The value code for the Auto Lamp Max Time AM/PM of the TV / Monitor LMaxValue : The value code for the Auto Lamp Max value of the TV / Monitor (0 ~ 100) LMin_H : The value code for the Auto Lamp Min Time Hour of the TV / Monitor (1 ~ 12) LMin_M : The value code for the Auto Lamp Min Time Minute of the TV / Monitor (0 ~ 59) LMin_AP : The value code for the Auto Lamp Min Time AM/PM of the TV / Monitor LMinValue : The value code for the Auto Lamp Min Value of the TV / Monitor (0 ~ 100, 0xFF) LampValue : The value code for the Manual Lamp Control value of the TV / Monitor (0 ~ 100, 0xFF) ScreenInterval : The value code for the Safety Screen Interval of the TV/Monitor(Per Hour, 0(Off) ~ 10) ScreenTime : The value code for the Safety Screen Time of the TV / Monitor (0(Off) ~ 5) ScreenType : The value code for the Safety Screen Type of the TV / Monitor (3 ~ 6) V.Wall : The value code for the Video Wall Mode of the TV / Monitor V.WallFormat : The value code for the Video Wall Format of the TV / Monitor V.WallDivid : The value code for the Video Wall Divider of the TV / Monitor V.WallSet : The value code for the Video Wall Set Number of the TV / Monitor Note : if LMinValue returns to 0xFF, it means Auto Lamp Control is in off mode If LampValue returns to 0xFF, it means Maunal Lamp Control is in off mode. Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x08 Val 1 ERR Check Sum

10) Display Status Control
Function The Computer shows the Display status of the TV / Monitor Get Display status Command Data Length 0x0D 0
Ack Command 0xFF Val 3 Bright_Sensor

Data Length

Ack/Nak 'A' Val 4
r-CMD 0x0D Val 5 Cur_Temp

Val 1 Lamp Val 6 Fan

Val 2 Temperature

No_Sync

Lamp : The Error code for the lamp of the TV / Monitor (0 : Normal, 1: Error) Temperature : The Error code for the temperature of the TV / Monitor (0 : Normal, 1: Error) Bright_Sensor : The Error code for the Bright Sensor of the TV / Monitor (0 : Normal, 1: Error) No_Sync : The Error code for the Sync of the TV / Monitor (0 : Normal, 1: Error) Cur_Temp : The value code for the Current Temperature of the TV / Monitor Fan : The Error code for the Fan of the TV / Monitor (0 : Normal, 1: Error) Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x0D Val 1 ERR Check Sum

11) SW Version Control

Function The Computer shows the version information of the TV / Monitor Get SW Version Command Data Length 0x0E 0
Ack Command Data Length 0xFF Val 3 Version3 Val 9 Version9 Val 15 Version1 0x11 Val 4 Version4 Val 10 Version10
r-CMD 0x0E Val 5 Version5 Val 11 Version11
Val 1 Version1 Val 6 Version6 Val 12 Version12
Val 2 Version2 Val 7 Version7 Val 13 Version13 Val 8 Version8 Val 14 Version14
Version1 ~ Version11 : The Project Info of the TV / Monitor Version12 ~ Version15 : The SW Version of the TV / Monitor Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x0E Val 1 ERR Check Sum

12) Model Number Control

Function The Computer identifies and display the TV / Monitor's Model Number. Get Model Number Status Command Data Length 0x10 0
Ack Command Data Length 0xFF 0x05 Ack/Nak 'A' r-CMD 0x10 Val 1 Species Val 2 Model Val Check Sum
Species : Type of panel used used for the TV / Monitor 0x01 0x02 0x03 PDP LCD DLP
Model : TV / Monitor's model name 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E PPM50H2 PPM42S2 PS-42P2ST PS-50P2HT SyncMaster 400T SyncMaster 403T PPM42S3, SPD-42P3SM PPM50H3, SPD-50P3HM PPM63H3, SPD-63P3HM PS-42P3ST SyncMaster 323T SyncMaster 403T - CT40CS(N) PPMxxM5x SyncMaster 320P(n) SyncMaster 400P(n) SyncMaster 4600P(n)

21) Sharpness Control (ATV, DTV, AV, S-Video, Component, HDMI Only)
Function The Computer adjusts the Sharpness of the TV / Monitor. Get Sharpness Status Command Data Length 0x26 0
Set Sharpness Command Data Length 0xData 1 Sharpnes s
Sharpness : The Sharpness Value Code for the TV / Monitor ( 0 ~ 100 ) Note : Sharpness can be set up within 50 Step(0, 2, 4, 6. 100) Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x26 Val 1 Sharpnes s Check Sum
Sharpness : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x26 Val 1 ERR Check Sum
22) Color Control (ATV, DTV, AV, S-Video, Component, HDMI Only)
Function The Computer adjusts the Color settings of the TV / Monitor. Get Color Status Command Data Length 0x27 0
Set Color Command Data Length 0xData 1 Color
Color : The Color Value Code for the TV / Monitor ( 0 ~ 100 ) Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x27 Val 1 Color Check Sum
Color : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x27 Val 1 ERR Check Sum
23) Tint Control (ATV, DTV, AV, S-Video, Component, HDMI Only)
Function The Computer adjusts the Tint of the TV / Monitor when the video format is NTSC Note : It does not work in PAL signal. Get Tint Status Command Data Length 0x28 0
Set Tint Command Data Length 0xData 1 Tint
Tint : The Tint Value Code for the TV / Monitor ( 0 ~ 100 ) R G Tint Value (100 - Tint) Value
Note : Tint can be set up within 50Step (0, 2, 4, 6. 100) Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x28 Val 1 Tint Check Sum
Tint : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x28 Val 1 ERR Check Sum
24) Red Gain Control (PC, BNC, MagicNet Only)
Function The Computer adjusts the Red Gain of the TV / Monitor. Get Red Gain Status Command Data Length 0x29 0
Set Red Gain Command Data Length 0xData 1 Red
Red : The Red Gain Value Code for the TV / Monitor ( 0 ~ 100 ) Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x29 Val 1 Red Check Sum
Red : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x29 Val 1 ERR Check Sum
25) Green Gain Control (PC, BNC, MagicNet Only)
Function The Computer adjusts the Green Gain of the TV / Monitor Get Green Gain Status Command Data Length 0x2A 0
Set Green Gain Command Data Length 0x2A 1 Data 1 Green
Green : The Green Gain Value Code of the TV / Monitor ( 0 ~ 100 ) Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x2A Val 1 Green Check Sum
Green : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x2A Val 1 ERR Check Sum
26) Blue Gain Control (PC, BNC, MagicNet Only)
Function The Computer adjusts the Blue Gain of the TV / Monitor. Get Blue Gain Status Command Data Length 0x2B 0

Set Sound select Command Data Length 0xData 1 S.Select
S.Select : The Sound select Code for TV / Monitor Main Sub
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x47 Val 1 S.Select Check Sum
S.Select : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x47 Val 1 ERR Check Sum

47) Auto Lamp Control

Function The Computer adjusts the Auto Lamp Function Settings of the TV / Monitor. When Manual Lamp Control is set to ON, Auto Lamp Control is turned Off automatically. Get Auto Lamp Command Data Length 0x57 0
Set Auto Lamp Command Data Length 0x57 Data 5 LMin_H 8 Data 6 LMin_M Data 1 LMax_H Data 2 Data 3 Data 4
LMax_M LMax_AP LMaxValue Data 8 LMinValue

Data 7 LMin_AP

Ack Command Data Length 0xFF Val 3 0x0A Val 4 Ack/Nak 'A' Val 5 r-CMD 0x57 Val 6 LMin_M Val 1 LMax_H Val 7 LMin_AP Val 2 LMax_M Val 8 LMinValue Check Sum

LMax_AP LMaxValue LMin_H

LMax_H : The value code for the Auto Lamp Max Time Hour of the TV / Monitor.(1 ~ 12) LMax_M : The value code for the Auto Lamp Max Time Minute of the TV / Monitor.(0 ~ 59) LMax_AP : The value code for the Auto Lamp Max Time AM/PM of the TV / Monitor. LMaxValue : The value code for the Auto Lamp Max Value of the TV / Monitor. (0 ~ 100) LMin_H : The value code for the Auto Lamp Min Time Hour of the TV / Monitor. (1 ~ 12) LMin_M : The value code for the Auto Lamp Min Time Minute of the TV / Monitor. (0 ~ 59) LMin_AP : The value code for the Auto Lamp Min Time AM/PM of the TV / Monitor. LMinValue : The value code for the Auto Lamp Min Value of the TV / Monitor.(0 ~ 100) Note : If LMinValue returns to 0xFF, it means Auto Lamp Control is in OFF mode. If Dynamic contrast is set to on, Auto Lamp Control is not work. Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x57 Val 1 ERR Check Sum

48) Manual Lamp Control

Function The Computer adjusts the Manual Lamp Function settings of the TV / Monitor. When Auto Lamp Control is set to ON, Manual Lamp Control is turned off automatically. Get Manual Lamp Status Command Data Length 0x58 0
Set Manual Lamp Command Data Length 0xData 1 LampValue
LampValue : The Manual Lamp Value code for the TV / Monitor(0 ~ 100) Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x58 Val 1 LampValue Check Sum
LampValue : Same as above Note : If Lamp Value returns to 0xFF ,it means Manual Lamp Control is in OFF mode If Dynamic contrast is set to on, Auto Lamp Control is not work. Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x58 Val 1 ERR Check Sum
49) Safety Screen Control
Function The Computer turns the Safety Screen Control of the TV/Monitor Get Safety Screen Status Command Data Length 0x5B 0
Set Safety Screen Command Data Length 0x5B 1 Data 1 Type Data 2 Interval Data 3 Second

Set SBGain Command Data Length 0x7E 1 Data 1 SBGain
SBGain : Gain value which will be set up into Monitor.Code (0~ 100)
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x7E Val 1 SBGain Check Sum
SBGain : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x7E Val 1 ERR Check Sum
64) SB Sharpness (PC,BNC Only)
Function The Computer changes the Sharpness value of Signal Balance for Monitor. Get SB Sharpness Status Command Data Length 0x7F 0
Set SB Sharpness Command Data Length 0x7F 1 Data 1 SBSharpness
SBSharpness : Sharpness value which will be set up into Monitor.Code (0~ 100)
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x7F Val 1 SBSharpness Check Sum
SBSharpness : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x7F Val 1 ERR Check Sum

65) Panel On Time

Function The Computer show the Panel On Time status for Monitor. Get Panel On Time Status Command Data Length 0x83 0
Ack Command Data Length 0xFF 4 Ack/Nak 'A' r-CMD 0x83 Val 1 PTime_H Val 2 PTime_L Check Sum
PTime_H : Panel On Time High PTime_L : Panel On Time Low Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x83 Val 1 ERR Check Sum

66) Video Wall On

Function The Computer enables ON/OFF of Video Wall for Monitor. Get Video Wall Status Command Data Length 0x84 0
Set Video Wall Command Data Length 0xData 1 V.Wall_On
V.Wall_On : Video Wall On Code which will be set up into Monitor Video Wall On Video Wall Off
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x84 Val 1 V.Wall_On Check Sum
V.Wall_On : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x84 Val 1 ERR Check Sum

67) Temperature Control

Function The Computer set the Max temperature of TV/Monitor. Get Temperature Status Command Data Length 0x85 0
Set Temperature Command Data Length 0xData 1 Temperature
Temperature : Temperature Code which will be set up into TV/Monitor Data 46 ~ 125( )
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x85 Val 1 Temperature Check Sum
Temperature : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x85 Val 1 ERR Check Sum

68) Brightness Sensor

Function The Computer enables ON/OFF of Brightness Sensor for TV/Monitor. Get Brightness Sensor ON/OFF Status Command Data Length 0x86 0

Set Brightness Sensor ON/OFF Command Data Length 0xData 1 BR_Sensor
BR_Sensor : Brightness Sensor Code which will be set up into Monitor Brightness Sensor On Brightness Sensor Off
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x86 Val 1 BR_Sensor Check Sum
BR_Sensor : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x86 Val 1 ERR Check Sum
69) Dynamic Contrast(ATV, DTV, AV, S-Video, Component, HDMI Only)
Function The Computer enables ON/OFF of Dynamic Contrast for TV/Monitor. Get Dynamic Contrast ON/OFF Status Command Data Length 0x87 0
Set Dynamic Contrast ON/OFF Command Data Length 0xData 1 DY_Cont
DY_Cont : Dynamic Contrast Code which will be set up into Monitor Dynamic Contrast On Dynamic Contrast Off
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x87 Val 1 DY_Cont Check Sum
DY_Cont : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x87 Val 1 ERR Check Sum

70) Safety Screen On

Function Allows Safety Screen function for current TV/Monitor screen Get Safety screen Status None Set Safety screen Command Data Length 0xData 1 Second
Second : Time to function Scroll for TV/Monitor. (Per Second 1 ~ 5)
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0x88 Val 1 Second Check Sum
Second : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x88 Val 1 ERR Check Sum

71) Video Wall Control

Function The Computer control the ON/OFF operation of the Video Wall feature for the TV / Monitor. Not available in MagicNet. Get Video Wall Status Command Data Length 0x89 0
Set Video Wall Command Data Length 0xData 1 Data 2

Wall_Div Wall_SNo

Wall_Div : The Video Wall Divider code for the TV / Monitor V H OFF 0x00 0x11 0x21 0x31 0x41 0x0x00 0x12 0x22 0x32 0x42 0x0x00 0x13 0x23 0x33 0x43 0x0x00 0x14 0x24 0x34 0x44 0x0x00 0x15 0x25 0x35 0x45 0x55
Wall_SNo : The Video Wall Number code for the TV / Monitor Set Number 1 2. Data 0x01 0x02. 0x18 0x19
Ack Command Data Length 0xFF 4 Ack/Nak 'A' r-CMD 0x89 Val 1 Val 2 Check Sum
Wall_Div : Same as above Wall_SNo : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0x89 Val 1 ERR Check Sum

72) Model Name Control

Function The Computer shows the Model Name information of the TV / Monitor Get Model Name Status Command Data Length 0x8A 0
Ack Command Data Length 0xFF Val 6 0x12 Val 7 Ack/Nak 'A' Val_8 r-CMD 0x8A Val_9 Val 1 Val 2 Val_3 Val_4 Val_5
M_Name1 M_Name2 M_Name3 M_Name4 M_Name5 Val_10 Val 11 Val_12 Val_13
M_Name6 M_Name7 M_Name8 M_Name9 M_Name10 M_Name11 M_Name12 M_Name13 Val_14 M_Name14 Val_15 M_Name15 Val_16 M_Name16 Check Sum
M_Name1 ~ M_Name16 : The Model Name code for the TV / Monitor M_Name1 M_Name2 M_Name3 M_Name4 M_Name5 M_Name6 M_Name7 M_Name8 M_Name9 M_Name10 M_Name11 M_Name12 M_Name13 M_Name14 M_Name15 M_Name16 'S' 'y' 'n' 'c' 'M' 'a' 's' 't' 'e' 'r' '4' '0' '0' 'D' 'X' 'N'

73) MagicNet PIP (MagicNet Only)
Function The Computer turns the PIP function ON/OFF at MagicNet. Get MagicNet PIP status None Set MagicNet PIP On - (Data in Red font is for model 460Txn) Command Data Length 0xE0 Data 6 0x0C (0x13) Data 7

PIP ON

Data 1 H Position High-Byte Data 9 P.Source Data 17
Data 2 H Position Low-Byte Data 10 TV Channel Data 18 Minor_CH Low_Byte
Data 3 V Position High-Byte
Data 4 V Position Low-Byte
Data 5 H Size High-Byte Data 13 AirCable

0x01 Data 8

Data 11 Data 11 Data 12 S.Select Country ATV/DTV
H Size V Size Low-Byte High-Byte Data 14 Data 15

V Size Low-Byte Data 16

CH_NUM CH_NUM Minor_CH High_Byte Low_Byte Sel_Minor High_Byte
H Position High-Byte : The Position value code for PIP H-Start High-Byte. H Position Low-Byte : The Position value code for PIP H-Start Low-Byte. V Position High-Byte : The Position value code for PIP V-Start High-Byte. V Position Low-Byte : The Position value code for PIP V-Start Low-Byte. H Size High-Byte : The Size value code for PIP H-width High-Byte. H Size Low-Byte : The Size value code for PIP H-width Low-Byte. V Size High-Byte : The Size value code for PIP V-width High-Byte. V Size Low-Byte : The Size value code for PIP V-width Low-Byte. Note : The PIP Start Position and Size do not over 1366 X 768 or 1920 X 1080 P.Source : The Input source Code 0x14 0x1E 0x18 0x0C 0x04 0x08 0x21 0x30 0x40 PC BNC DVI AV S-Video Component HDMI TV DTV
TV Channel : Channel Number (0~99) Note : 460Txn Only S.Select : The Sound select Code MagicNet Sound PIP Sound
Country : The value code for the country of the TV / Monitor (0 : Korea, 1: U.S.A,.) ATV_DTV : The value code for the ATV/DTV of the TV / Monitor (0 : Analog TV, 1: Digital TV) AirCable : The value code for the Air/Cable of the TV / Monitor (0 : Air, 1: Cable) CH_NUM High_Byte : The value code for the Major Channel High-Byte of the TV / DTV (Analog TV : 1 ~ 135, Digital TV : 0 ~ 999) CH_NUM Low_Byte : The value code for the Major Channel Low-Byte of the TV / DTV (Analog TV : 1 ~ 135, Digital TV : 0 ~ 999) Sel_Minor : The value code for the Minor Channel Enable/Disable of the TV / Monitor (0 : Enable, 1 : Disable)(DTV Only) Minor_CH High_Byte : The value code for the Minor Channel High-Byte of the TV / Monitor (0 ~ 999)(DTV Only) Minor_CH Low_Byte : The value code for the Minor Channel Low-Byte of the TV / Monitor (0 ~ 999)(DTV Only) Ack(Data in Red font is for model 460Txn) Command Data Length 0xFF Val 5 H Size Low-Byte Val 13 ATV_DTV 0x15 Val 6 H Size High-Byte Val 14 AirCable Ack/Nak 'A' Val 7 r-CMD 0xE0 Val 8

Val 3 V Position Low-Byte
Val 4 V Position High-Byte
H Position H Position Low-Byte High-Byte Val 10 TV Channel
Val 11 S.Select Val 19 Minor_CH Low_Byte

Val 12 Country

V Size V Size Low-Byte High-Byte P.Source Val 15 CH_NUM High_Byte Val 16 CH_NUM Low_Byte Val 17
Val 18 Minor_CH High_Byte

Sel_Minor

H Position Low-Byte : Same as above H Position High-Byte : Same as above V Position Low-Byte : Same as above V Position High-Byte : Same as above H Size Low-Byte : Same as above H Size High-Byte : Same as above V Size Low-Byte : Same as above V Size High-Byte : Same as above P.Source : Same as above TV Channel : Same as above S.Select : Same as above Country : Same as above ATV_DTV : Same as above CH_NUM High_Byte : Same as above CH_NUM Low_Byte : Same as above Sel_Minor : Same as above Minor_CH High_Byte : Same as above Minor_CH Low_Byte : Same as above
Set MagicNet PIP Off (Data in Red font is for model 460Txn) Command Data Length 0xE0 0x0C 0x13

PIP Off

Ack (Data in Red font is for model 460Txn) Command Data Length 0xFF 0x0E 0x15 Ack/Nak 'A' r-CMD 0xE0
Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0xE0 Val 1 ERR Check Sum

74) Panel ON/OFF

Function The Computer control ON/OFF status of Panel for TV/Monitor. Get Panel ON/OFF Status Command Data Length 0xF9 0
Set Panel ON/OFF Command Data Length 0xFData 1 Panel
Panel : Panel On/Off Code which will be set up into Monitor Panel On Panel Off
Ack Command Data Length 0xFF 3 Ack/Nak 'A' r-CMD 0xF9 Val 1 Panel Check Sum
Panel : Same as above Nak Command Data Length 0xFF 3 Ack/Nak 'N' r-CMD 0xF9 Val 1 ERR Check Sum

 

Tags

VL125 EL-506V 546V LT-32R70BU NSU MAX Psone S60362KG8 I1035 TI-89 Onis2 SL-9000 DTH4000 EH-TW4400 Dvdr3330H-02 NAD T770 AS-IP70 DR-BT10CX NWZ-A728 Mouse RTA 15TL Reference Card 42LG51RC TH-42PW5EX EW757F KS-FX950R 5705R F5D7632 FM-8500 BRC-250M Fujifilm A230 KP-53S4 Focus-2000 4406B DI620PE Tvsiii DG100-212 TC-377 ESF66030X Life 300 Facile LE26R87BD Ecofibres Start Universelle H510 ER-A250 Boitier HD Celestron C8-S Review WG311T Motion FP71G Client Roland E-10 Audiohub SPH-B6650 776FM-FM776c-cp- ZEW2500P 2550L SMC2804WBR Digimax I5 DTR320-05 Control FOR SDR SP-URC-f17c-LE Sup 012 3500 X DMP-BD35 FS-C5020N GR-20GK CD6501B DCS-2121 CP-8531 Iphone RZ-50PY10 Plugin CVA-1014 CDX-GT45IP AT2008 W400SE 50 F SGH-C450 42PFL7603D P4I45d Track KD-G441 Photosnap 9 FL411CN MB-3917H WD-10130NUP 32LB125B5 RP-21FC60 2006 Plus Special RM-PP413 XS202S SV-0602H V50REE8K GR-D30 Fujifilm E900 Econetic Deskjet 880C Rally 2005

 

manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding

 

Sitemap

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101