Difference between revisions of "ESC/VP"

From HSYCO
Jump to navigation Jump to search
Line 182: Line 182:
  
 
== User Interface ==
 
== User Interface ==
 +
 +
=== UISET Actions ===
 +
 +
{| class="wikitable"
 +
!ID
 +
!Attribute
 +
!colspan="2"|Set to
 +
 +
|-
 +
 +
|rowspan="2"|connection
 +
|rowspan="2"|visible
 +
|true
 +
|when datapoint connection = offline
 +
|-
 +
|false
 +
|when datapoint connection = online
 +
 +
|-
 +
 +
|rowspan="2"|power
 +
|rowspan="2"|value
 +
|ON
 +
|when the projector is on and ready
 +
|-
 +
|OFF
 +
|when the projector is off or not ready
 +
 +
|-
 +
 +
|rowspan="3"|lamp
 +
|value
 +
|colspan="2"|number of hours of activity of the lamp.
 +
|-
 +
|rowspan="2"|visible
 +
|true
 +
|when the projector is on
 +
|-
 +
|false
 +
|when the projector is off
 +
 +
|-
 +
 +
|rowspan="4"|luminance
 +
|rowspan="2"|value
 +
|HIGH
 +
|when the luminance is set to high
 +
|-
 +
|LOW
 +
|when the luminance is set to low
 +
|-
 +
|rowspan="2"|visible
 +
|true
 +
|when the projector is on
 +
|-
 +
|false
 +
|when the projector is off
 +
 +
|-
 +
 +
|rowspan="2"|mute
 +
|rowspan="2"|value
 +
|ON
 +
|when the A/V mute function is on
 +
|-
 +
|OFF
 +
|when the A/V mute function is off
 +
 +
|-
 +
 +
|rowspan="3"|msel
 +
|rowspan="3"|value
 +
|BLACK
 +
|when the mute screen is set to black
 +
|-
 +
|BLUE
 +
|when the mute screen is set to blue
 +
|-
 +
|LOGO
 +
|when the mute screen is set to show the user logo
 +
|}
 +
 +
=== USER Commands ===
 +
 +
{| class="wikitable"
 +
!Name
 +
!Param
 +
!Action
 +
 +
|-

Revision as of 17:21, 10 January 2014

This I/O Server control SEIKO EPSON projectors which include a wide range of multi-source projectors remotely controllable via Ethernet, serial port, and USB connection. HSYCO SERVER integrates these devices through Ethernet connection.

The used protocol is compliant with the ESC/VP21 protocol specifications.

Projector Configuration

In order to be able to control the device with HSYCO some initial configuration of the SEIKO EPSON device is needed.

In the “Network” section of the main menu, assign a suitable fixed IP address to the device and set the DHCP option to off.

Further, in the “Extended” section, make sure the option “Standby mode” is set to “communication on”.

HSYCO Configuration

Options

ID Default Values Description
gui true true enable support for UISET actions and USER commands
false disable UI support
pollinterval 3 n > 0 the data acquisition interval, in seconds

Datapoints

ID Value R/W Description
connection online R connection established
offline R HSYCO can't connect to the device
power 1 R the projector is on and ready
W turn on the projector
0 R the projector is off or not ready
W turn off the projector
status on R the projector is on and ready
off the projector is off
warming the projector is warming up
cooling the projector is cooling down
error the projector is in a standby error state
lamp 0 ... 65535 R the lamp hours
luminance low R the luminance is set to low
W set luminance to low
high R the luminance is set to high
W set luminance to high
mute 1 R the A/V mute is on
W set A/V mute to on
0 R the A/V mute is off
W set A/V mute to off
msel black R the mute screen is set to black
W set the mute screen to black
blue R the mute screen is set to blue
W set the mute screen to blue
logo R the mute screen is set to show the user logo
W set the mute screen to show the user logo
source <src> R the current source is <src>
W set the source to <src>
command <cmd> W send <cmd> as command to the projector. The command must be compliant with the ESC/VP21 protocol

User Interface

UISET Actions

ID Attribute Set to
connection visible true when datapoint connection = offline
false when datapoint connection = online
power value ON when the projector is on and ready
OFF when the projector is off or not ready
lamp value number of hours of activity of the lamp.
visible true when the projector is on
false when the projector is off
luminance value HIGH when the luminance is set to high
LOW when the luminance is set to low
visible true when the projector is on
false when the projector is off
mute value ON when the A/V mute function is on
OFF when the A/V mute function is off
msel value BLACK when the mute screen is set to black
BLUE when the mute screen is set to blue
LOGO when the mute screen is set to show the user logo

USER Commands

Name Param Action