This driver supports the JVC DLA-RS1, DLA-RS2, DLA-RS10, DLA-RS20 and Meridian MF10 Projectors.
Manufacturer:
JVCPrimary Communications Port: Serial
Configuration Settings
- Serial Port : Serial port that the projector is connected to. Ex. COM1
Events
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.
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.
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
Power
Gets or sets the power state (on/off) of the projector.
Accessibility : Read / Write
Type:
BooleanPowerPhase
Gets the current power phase. 0=Standby mode, 1=Power-on mode, 2=During Cool Down mode, 3=Warming mode.
Accessibility : Read Only
Type:
NumberSource
Gets or sets the source selection. 0=S-VIDEO, 1=VIDEO, 2=COMP., 3=HDMI 1, 4=HDMI 2
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
SetVStretch ( Boolean )
Meridian MF10 Only. Allows 2.35:1 images to use the entire D-ILA display area in conjuntion with a third-party amorphic lens.
SyntaxParametersstate : true for On and false for Off
SendRemoteControl ( String )
Send the same code as the supplied remote control. See user guide for available codes.
SyntaxParameterscode : Remote control code.
SendRawCommand ( String )
Sends a command that may otherwise not be supported by the driver. The command should be formatted as a hexidecimal string, eg. 218901505731
SyntaxParameterscommand : The command data to send (do not include the 0A terminator).
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.