This driver interfaces with the Nuvo Concerto Six-Source, Eight-Zone Audio Distribution System multi-room audio system.
Manufacturer:
Nuvo TechnologiesPrimary Communications Port: Serial
Table of Contents [Hide/Show] Configuration Settings Events Ready State Changed Macro Executed Instance Properties FirmwareVersion Connected ZoneNames DeviceDisplayName DeviceStartTime DeviceLifecycleStage DeviceIsRunningAndReady Instance Methods SendRawCommand ( String ) TurnAllZonesOff ToggleZonePower ( Number ) TurnZoneOn ( Number ) TurnZoneOff ( Number ) ToggleZoneMute ( Number ) MuteZone ( Number ) UnmuteZone ( Number ) DisplaySourceMessage ( Number, String, Boolean ) DisplayZoneMessage ( Number, String, Boolean ) DisplayGroupMessage ( Number, String, Boolean ) SetZoneVolume ( Number, Number ) IncrementZoneVolume ( Number ) DecrementZoneVolume ( Number ) SetZoneSource ( Number, Number ) CycleZoneSource ( Number ) SetPropertyForDuration ( String, TimeSpan, Object, Object ) SetPropertyForDuration ( String, Number, TimeSpan, Object, Object )
|
Configuration Settings
- Serial Port Name : The name of the serial port that the Nuvo is connected to. Ex. COM1
Events
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.
Macro Executed
Occurs when a macro is executed, which can be caused by a button press on a display pad, or the sending of an rs-232 macro command.
Whenever Filter:
- Source : (optional) The source number (1-6).
- Zone : (optional) The zone number (1-20). For macros in which the zone # does not apply, the zone will be zero (0).
- Macro : (optional) The name of the macro. One of PLAY", "PAUSE", "STOP", "RWD", "FWD", "FRWD", "FFWD", "ENTER", "CONT", "SHUF", "GRP", "DISC", "ZERO", "ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT", "NINE", "+TEN".
EventArgs:
- Number Source : The source number (1-6).
- String Macro : The name of the macro. One of PLAY", "PAUSE", "STOP", "RWD", "FWD", "FRWD", "FFWD", "ENTER", "CONT", "SHUF", "GRP", "DISC", "ZERO", "ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT", "NINE", "+TEN".
- Number Zone : The zone number (1-20). For macros in which the zone # does not apply, the zone will be zero (0).
Instance Properties
FirmwareVersion
Gets the firmware version.
Accessibility : Read Only
Type:
StringConnected
Gets a value indicating if a connection is established with the Nuvo.
Accessibility : Read Only
Type:
BooleanZoneNames
Gets all the zone names.
Accessibility : Read Only
Type:
ArrayDeviceDisplayName
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.
SyntaxParameterscommand : The command string to send. The driver will append the command with a carriage-return .
TurnAllZonesOff
Turn all zones off.
SyntaxParametersnone
ToggleZonePower ( Number )
Toggle the specified zone on and off. This is the same as pushing the PWR button on the DisplayPad.
SyntaxParameterszoneNumber : The zone number to toggle the power.
TurnZoneOn ( Number )
Turn the specified zone on if it is not already on.
SyntaxParameterszoneNumber : The zone number to power on. (1-20)
TurnZoneOff ( Number )
Turn the specified zone off if it is not already off.
SyntaxParameterszoneNumber : The zone number to power off. (1-20)
ToggleZoneMute ( Number )
Turns the mute on and off for a zone. This is the same as pushing the MUTE button on the DisplayPad.
SyntaxParameterszoneNumber : The zone number to toggle muting. (1-20)
MuteZone ( Number )
Turn the mute on for a zone.
SyntaxParameterszoneNumber : The zone number to mute. (1-20)
UnmuteZone ( Number )
Turn the mute off for a zone.
SyntaxParameterszoneNumber : The zone number to unmute. (1-20)
DisplaySourceMessage ( Number, String, Boolean )
Display a message on the DisplayPads of all zones listening to the specified source.
SyntaxParameterssourceNumber : The source number to display the message for. (1-6)
message : The message to display. (50 characters maximum)
permanent : If true, then the message will be displayed for the source until another message is specified.
DisplayZoneMessage ( Number, String, Boolean )
Display a message on the DisplayPad of the specified zone.
SyntaxParameterszoneNumber : The zone number to display the message for. (1-20)
message : The message to display. (50 characters maximum)
permanent : If true, then the message will be displayed for the source until another message is specified.
DisplayGroupMessage ( Number, String, Boolean )
Display a message on the DisplayPads of all zones belonging to the specified group.
SyntaxParametersgroupNumber : The group number to display the message for. (1-4)
message : The message to display. (50 characters maximum)
permanent : If true, then the message will be displayed for the source until another message is specified.
SetZoneVolume ( Number, Number )
Change the Volume for a Zone.
SyntaxParameterszoneNumber : The zone number to set the volume of. (1-20)
volume : Volume (0=loudest, 78=quietest)
IncrementZoneVolume ( Number )
Increase the Volume for a Zone. This is the same as pushing the VOL+ button on the DisplayPad.
SyntaxParameterszoneNumber : The zone number to increment the volume of. (1-20)
DecrementZoneVolume ( Number )
Decrement the Volume for a Zone. This is the same as pushing the VOL- button on the DisplayPad.
SyntaxParameterszoneNumber : The zone number to decrement the volume of. (1-20)
SetZoneSource ( Number, Number )
Sets the source for a zone to the specified source.
SyntaxParameterszoneNumber : The zone number. (1-20)
sourceNumber : The source number. (1-6)
CycleZoneSource ( Number )
Cycles through each of the available sources for a zone. When the last source is reached, the next source is the first available source.
SyntaxParameterszoneNumber : The zone number. (1-20)
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.