This driver supports the PLV-Z2000, PLV-Z3000 and PLV-Z700.
Manufacturer:
SanyoPrimary Communications Port: Serial
Configuration Settings
- Serial Port : Serial port that the driver is connected to. Ex. COM1
- Serial Port Speed : (optional) Baud rate for serial port, 9600 or 19200 (default value is 19200).
- Input Polling Interval : (optional) Interval time in msec for polling. Default value is 1000.
Events
Power Phase Changed
Occurs when the projector's current power phase changes.
Whenever Filter:
none
EventArgs:
- Number NewValue : The new property value.
- Number PreviousValue : The previous property value.
Power State Changed
Occurs when the projector's current power state (on/off) changes.
Whenever Filter:
none
EventArgs:
- Number NewValue : The new property value.
- Number PreviousValue : The previous property value.
Source Changed
Occurs when the projector's current source selection changes.
Whenever Filter:
none
EventArgs:
- Number NewValue : The new property value.
- Number PreviousValue : The previous property value.
Ready State Changed
The device's running and ready state changed.
Whenever Filter:
none
EventArgs:
- Number NewValue : The new property value.
- Number PreviousValue : The previous property value.
Instance Properties
Temperatures
Gets the temperatures for all sensors in the projector.
Accessibility : Read Only
Type:
ArrayLampTime
Get the total lamp running time in hours.
Accessibility : Read Only
Type:
NumberPowerPhase
Gets the current power phase. 0=Standby, 1=Power ON, 2=Processing Countdown, 3=Processing Cooling down, 4=Power Failure, 5=Processing cooling dow due to abnormal temperature, 6=Standby after cooling down due to abnormal temperature or due to door failing, 7=Processing Power Save / Cooling down, 8=Processing Cooling down after OFF due to lam failure, 9=Standby after Cooling down due to lamp failure
Accessibility : Read Only
Type:
NumberPower
Gets or sets the power state (on/off) of the projector.
Accessibility : Read / Write
Type:
BooleanSource
Gets or sets the source selection. 0=Video, 1=S-Video, 2=Component1 , 3=Component2, 4=HDMI1, 5=HDMI2, 6=Computer(Analog), 7=Computer(SCART)
Accessibility : Read / Write
Type:
NumberDeviceDisplayName
The display name for this device.
Accessibility : Read Only
Type:
StringDeviceStartTime
The date and time when this device was started.
Accessibility : Read Only
Type:
DateTimeDeviceLifecycleStage
The current lifecycle stage of the device. The stages in order are: Pending Start, Starting, Running, Stopping
Accessibility : Read Only
Type:
NumberDeviceIsRunningAndReady
Indicates if the device is ready for use, ie it is in the Running lifecycle stage and all properties are valid and all methods are ready to be used.
Accessibility : Read Only
Type:
Boolean
Instance Methods
SendRawCommand ( String )
Sends a command that may otherwise not be supported by the driver. eg. C00
SyntaxParameterscommand : The command data to send (do not include the 0D terminator.)
SetImageMode ( Number )
Sets the image mode. Please note that some selection are not available on all models.
SyntaxParametersimageMode : Image
0 = Living
1 = Creative Cinema
2 = Pure Cinema
3 = Vivid
4 = Brilliant Cinema
5 = Dynamic
6 = Natural
7 = x.v.Color
8 = User 1
9 = User 2
10 = User 3
11 = User 4
12 = User 5
13 = User 6
14 = User 7
SetScreenSizeMode ( Number )
Sets the screen size mode. Please note that some selection are not available on all models.
SyntaxParametersscreenSizeMode : Screen
0 = Normal
1 = Full
2 = Zoom
3 = Natural Wide 1
4 = Natural Wide 2
5 = Caption In
6 = Full Through
7 = Normal Through
8 = Anamorphic
SetPropertyForDuration ( String, TimeSpan, Object, Object )
Sets a property for a duration of time and then sets the property to a subequent value asynchronously. This action returns after setting the first value and the timer and subsequent property set run in the background. Subsequent sets of the same property will reset the timer if the subsequent value has not yet been set. This is an advanced feature, be sure to set the property name correctly.
SyntaxParameterspropertyName : The name of the property to set.
duration : The amount of time to wait after setting the initial value to set the subsequent value.
initialValue : The value to set the property to initially.
finalValue : The value to set the property to after the duration of time has passed.
SetPropertyForDuration ( String, Number, TimeSpan, Object, Object )
Sets a property for a duration of time and then sets the property to a subequent value asynchronously. This action returns after setting the first value and the timer and subsequent property set run in the background. Subsequent sets of the same property will reset the timer if the subsequent value has not yet been set. This is an advanced feature, be sure to set the property name correctly.
SyntaxParameterspropertyName : The name of the property to set.
arrayIndex : The property's array index to set.
duration : The amount of time to wait after setting the initial value to set the subsequent value.
initialValue : The value to set the property to initially.
finalValue : The value to set the property to after the duration of time has passed.