Overview
:

The Sony NetworkProjectors MxM provides an easy way to control
through TCP/IP .SONY video projectors where PJ-Talk is implemented.
You must verify that the PJ-Talk service is started by accessing
the Windows CE setup implemented in the projector. Use the
remote control for that purpose, as described in the projector
manual.
> Top
Installation
(MXM) :
No specific installion is required.
> Top
Creation
(Device) :

TCP/IP address: Address of the projector on the network.
It is the address that you can set by communicating through
a web browser with the projector.
TCP/IP port: The default port is 53484 and you can
change it here if you have set a different port on the projector.
Polling (auto and period): If you want the MxM to
scan the current values of the projector periodically, check
this option and set the period, which is the amount of seconds
between each polling. If this option is unchecked, you can
still poll for each parameter by a command of the MxM.
> Top
Commands
(List Of) :
Set
power :
Description
: Turn on or off the projector.
Parameters :
Value : [Type : Enum] : "On" or "Off".
Set
input :
Description
: Select current input.
Parameters :
Value : [Type : Enum] : "Video", "S video", "Input
A", "Input B"
Set
input A :
Description
: Select input A signal type.
Parameters :
Value : [Type : Enum] : "Computer", "Component",
"Video GBR"
Set
contrast :
Description
: Adjust the contrast
Parameters :
Value : [Type : Integer] : A value from 0 to 100.
Set
brightness :
Description
: Adjust the brightness.
Parameters :
Value : [Type : Integer] : A value from 0 to 100.
Set
color :
Description
: Adjust the color.
Parameters :
Value : [Type : Integer] : A value from 0 to 100.
Set
hue :
Description
: Adjust the hue.
Parameters :
Value : [Type : Integer] : A value from 0 to 100.
Set
sharpness :
Set
RGB enhancer :
Description
: Adjust the RGB enhancer.
Parameters :
Value : [Type : Integer] : A value from 0 to 100.
Set
color temp. :
Description
: Set the color temperature.
Parameters :
Value : [Type : Enum] : "Low" or "High".
Set
aspect :
Description
: Set the aspect.
Parameters :
Value : [Type : Enum] : "16:9" or "4:3".
Set
scan conv. :
Description
: Set the scan conversion.
Parameters :
Value : [Type : Enum] : "Off" or "On".
Set
picture muting :
Description
: Set the picture muting.
Parameters :
Value : [Type : Enum] : "Off" or "On".
Set
volume :
Description
: Adjust the volume
Parameters :
Value : [Type : Integer] : A value from 0 to 100.
Set
audio muting :
Description
: Set the audio muting.
Parameters :
Value : [Type : Enum] : "Off" or "On".
Set
red gain:
Description
: Adjust the red gain
Parameters :
Value : [Type : Integer] : A value from 0 to 255.
Set
green gain:
Description
: Adjust the green gain
Parameters :
Value : [Type : Integer] : A value from 0 to 255.
Set
blue gain:
Description
: Adjust the blue gain
Parameters :
Value : [Type : Integer] : A value from 0 to 255.
Set
red bias:
Description
: Adjust the red bias
Parameters :
Value : [Type : Integer] : A value from 0 to 255.
Set
green bias:
Description
: Adjust the green bias
Parameters :
Value : [Type : Integer] : A value from 0 to 255.
Set
blue bias:
Description
: Adjust the blue bias
Parameters :
Value : [Type : Integer] : A value from 0 to 255.
Get
parameter :
Description
: Use this command if the automatic polling is not
active, to read back all or each parameter. The result
is stored into the variables (see "variables" section
of this document).
Parameters :
Value : [Type : Enum] : The parameter can be :
"All", "Power", "Input", "Input A", "Contrast", "Brightness",
"Color", "Hue", "Sharpness", "RGB enhancer", "Color temp.",
"Aspect", "Scan conv.", "Picture muting", "Volume", "Audio
muting", "Red gain", "Green gain", "Blue gain", "Red bias",
"Green bias", "Blue bias", "Lamp Time", "Status error".
> Top
Variables
(List Of) :
If
the automatic polling is active these variables (other than
"Status") are refreshed periodically at the specified period.
If not, the Medialon Manager project is responsable to call
"Read parameter" for refreshing.
Status:
Type
: Enum
Description : Communication status
Available Values :
"Iddle", "Busy", "IP error", "Timeout", "Undefined command",
"Size error", "Select error", "Range over", "Not applicable",
"Check sum error", "Framing error", "Parity error", "Over
rub error", "Other com error".
Power_status
:
Type
: Enum
Description : Current power status.
Available Values :
"Standby", "Start up", "Startup lamp", "Power On", "Cooling
1", "Cooling 2", "Saving cooling 1", "Saving cooling 2",
"Saving standby".
Input
:
Type
: Enum
Description : Current input.
Available Values :
"Video", "S video", "Input A", "Input B"
Input
A :
Type
: Enum
Description : Input A current signal type.
Available Values :
"Computer", "Component", "Video GBR"
Contrast
:
Type
: Integer
Description : Current contrast
Brightness
:
Type
: Integer
Description : Current brightness.
Color
:
Type
: Integer
Description : Current color.
Hue
:
Type
: Integer
Description : Current hue.
Sharpness
:
RGB_enhancer
:
Type
: Integer
Description : Current enhancer.
Color_temp.
:
Type
: Enum
Description : Current color temperature.
Available Values :
"Low" or "High".
Aspect
:
Type
: Enum
Description : Current aspect.
Available Values :
"16:9" or "4:3".
Scan_conv.
:
Type
: Enum
Description : Current scan conversion mode.
Available Values :
"Off" or "On".
Picture_muting
:
Type
: Enum
Description : Current picture muting mode.
Available Values :
"Off" or "On".
Volume
:
Type
: Integer
Description : Current volume
Audio_muting
:
Type
: Enum
Description : Current audio muting mode.
Available Values :
"Off" or "On".
Red_gain:
Type
: Integer
Description : Current red gain
Green_gain:
Type
: Integer
Description : Current green gain
Blue_gain:
Type
: Integer
Description : Current gain
Red_bias:
Type
: Integer
Description : Current red bias
Green_bias:
Type
: Integer
Description : Current green bias
Blue_bias:
Type
: Integer
Description : Current blue bias
Status_error
:
Type
: Enum
Description : The last error detected.
Parameters :
Value : [Type : Enum] : The parameter can be :
"No Error, "Lamp Error", "Fan Error", "Cover Error", "Temp
Error", "D5V Error", "Power Error", "Warning Error".
Lamp_time
:
Type
: Time
Description : Current lamp duration time.
> Top
Support
(Difference with previous versions) :
V 1.0.1:
- Bug Fixed: a false error message is logged each time a command answer is received.
V 1.0.2:
- Added: Support for Showmaster.
V 1.0.3:
- Added: Support for Showmaster Pro.
> Top
|