Shure SW6000-CDA User Manual
Shure SW6000-CDA User Manual

Shure SW6000-CDA User Manual

Customized displays, cda conference display application, sw6000 conference management software, version 6.7.8
Table of Contents

Advertisement

Quick Links

SW6000 Conference Management Software, Version 6.7.8
SW6000-CDA
Customized Displays
CDA Conference Display Application
@2018 Shure Incorporated

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SW6000-CDA and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Shure SW6000-CDA

  • Page 1 SW6000 Conference Management Software, Version 6.7.8 SW6000-CDA Customized Displays CDA Conference Display Application @2018 Shure Incorporated...
  • Page 2: Table Of Contents

    Order option ..........16 Voting, List and Individual ....... 45 GroupBy option ........16 Voting, Individual ........46 GroupHeaderFormat ......16 Conference Variables ......47 ItemsToSkip......... 17 MaxItemsBefore ........17 @2018 Shure Incorporated User Manual SW6000 CDA Customized ver 6.7.8.docx...
  • Page 3: Introduction

    SW6000 Conference Management Software User Manual 1 Introduction The CDA Conference Display Application is application to a large screen projector placed an application in the SW6000 suite of inside the meeting room or hall. applications designed to show various The CDA application has when used in the displays for a large audience like: meeting no user interface.
  • Page 4: Cda Configuration>Cda Screen Configuration>Custom Screens

    SW6000 Conference Management Software User Manual 2 CDA Configuration>CDA Screen Configuration>Custom Screens Purpose The purpose of this screen is to allow client-side customizations. The editing is simple, not using special tools. The definition is essentially a small text file. CDA Screen Definition The ‘CDA Custom Screen’...
  • Page 5: Xml Description

    SW6000 Conference Management Software User Manual 3 XML description Syntax A screen definition consist of three types of elements: Screen Definition • Controls • • Comments Screen The main element in the screen definition is Screen. It has the following attributes: Name –...
  • Page 6: Screen Elements

    SW6000 Conference Management Software User Manual 4 Screen Elements Screen Margin From the available CDA screen space a margin is subtracted. The a=1/18 total margin thickness is by default 1/18 of the screen height. The rectangle within that margin is divided into a grid, where the elements should be placed.
  • Page 7: Grid Definition Example

    SW6000 Conference Management Software User Manual Grid definition example To define a logical grid with 5 rows, of which first and last take up 1 unit, second – 2 units, and the other two take up the available room and have 1:2 ratio, the following definition is used: “1,2,1*,2*,1”.
  • Page 8: Row And Column Priorities

    SW6000 Conference Management Software User Manual Row and column priorities Each logical element (row or column) has a priority, 1 or larger. Lower number means higher priority, 1 is top priority. If no priority is defined, it defaults to 1. Each logical grid element also has a minimum size.
  • Page 9: Placement Of Controls

    SW6000 Conference Management Software User Manual Placement of Controls Each cell in this logical grid has two coordinates: row and column. Each coordinate is an integer number 1 to Max. Each control is placed in the space, occupied by crossing of a number of rows with a number of columns.
  • Page 10: Formatted And List Controls

    SW6000 Conference Management Software User Manual 5 Formatted and list controls Most of the controls are either formatted controls or list controls. The former controls only show one data item (or nothing), the latter — potentially many items. Both kinds of controls share a number of properties: ItemSize •...
  • Page 11 SW6000 Conference Management Software User Manual Align • • Format Overflow • By default, all same fields in the same list have the same width, which is just enough to show the largest item in that column. This behavior can be modified by assigning the following values to Width option: ItemFit –...
  • Page 12 SW6000 Conference Management Software User Manual but not always correspond to ItemFormat fields defined ‘Table 1. Supported controls’ and ‘Table 2. ItemFormat fields’. They are also shown on the CDA screen in case of a mistyped property. The format should not use characters ‘{‘, and ‘}’ for other purposes than described above. Example 1 Square brackets and commas should be preceded by a backslash (‘\[‘, ‘\]’, ‘\,’).
  • Page 13: Horizontalcontentalignment, Verticalcontentalignment

    SW6000 Conference Management Software User Manual HorizontalContentAlignment, VerticalContentAlignment These properties regulate how the list data area as a whole is placed inside its cell. For lists HorizontalContentAlignment only has effect when ColumnCount is not 1 (see Figure 4). For non-lists HorizontalContentAlignment only affects Text control. Figure 4.
  • Page 14: List Definition

    SW6000 Conference Management Software User Manual 6 List definition Many of the controls are lists (these are marked in Table 1). Most lists support the following parameters: ColumnCount • ColumnPadding • AlternationCount • ShowHeader • HeaderFormat • HeaderTextId • GroupHeaderFormat •...
  • Page 15: Autoscroll

    SW6000 Conference Management Software User Manual identical vertical sizes. Horizontal (from 6.1) places its items on a single line. Generally, this attribute shouldn’t be changed. AutoScroll Tells the list, whether it shall scroll automatically, or not scroll at all. The scrolling speed / delay is predefined.
  • Page 16: Order Option

    SW6000 Conference Management Software User Manual Order option Each filtered group can be sorted Ascending (default) or Descending (or not sorted at all – value None is to be used). For Agenda items the value Original can be used, which orders the Agenda in the original order.
  • Page 17: Itemstoskip

    SW6000 Conference Management Software User Manual ItemsToSkip Items in the list can be skipped via the ItemsToSkip parameter. A number of items from the beginning of the list will simply not be shown in the UI. The skipping is done after sorting, if there is sorting defined. Default value for ItemsToSkip is 0.
  • Page 18: Simple Controls

    SW6000 Conference Management Software User Manual 7 Simple controls A number of controls have only few parameters to adjust. This section describes some of them. All controls are briefly described in ‘Table 1. Supported controls’. HorizontalLine, VerticalLine Draw a line in the given cell, according to the specified direction and alignment. Properties: Thickness –...
  • Page 19: Messageviewer

    SW6000 Conference Management Software User Manual The following attributes are adjustable. Attribute Type Description ImageId String The ID as defined in CAA (Setup  Configurations  CDA Configuration, Custom images). IsCustomImage Boolean True by default. When set to False, the ImageId can refer to a system- defined image, like participant picture.
  • Page 20: Conference Variables

    SW6000 Conference Management Software User Manual Conference Variables The following variables are available in this control: Variable name Type Description DelegatesOnList Integer The number of participants expected according to meeting-defined participant list; if there is no participant list, 0. The value of this variable is the same as the variable ‘DelOnList’ used in Voting Configurations.
  • Page 21: Text

    SW6000 Conference Management Software User Manual Text This is the basic control showing text with a large number of properties. Content properties TextId – ID from labels database, which text should be shown. Shows the text in the current • language, if not defined –...
  • Page 22: Skin Colors And Styles

    SW6000 Conference Management Software User Manual 8 Skin colors and styles Some properties accept a skin color/style enumeration, which allows reuse of skin-defined colors (see the document ’User Manual SW 6090 CDA’). Values are described in the following table. Name Stroke color Background color Other...
  • Page 23: Advanced Objects' Properties

    SW6000 Conference Management Software User Manual 9 Advanced objects’ properties The following properties are being described in this section. Property Mic mimic Vote mimic Bar chart Pie chart Elevation RotationAngle OscillationPoint OscillationAngle DotSize ItemStyle Filter Thickness ItemPadding ItemThickness ItemOrientation BarStyle BarContentFormat MaxBarThickness InternalRadius...
  • Page 24: Mimic Item-Level Properties

    SW6000 Conference Management Software User Manual Mimic item-level properties DotSize allows changing the dot size on a per-control basis. The default is set in the mimic definition. ItemStyle defines how the items (dots) on the mimic look like. These styles are predefined. None –...
  • Page 25: Data Tables

    SW6000 Conference Management Software User Manual 10 Data tables Supported controls If control’s name is mistyped, a list of available controls is shown on CDA screen. All controls support the following properties: • Row – on which Screen row the control’s left top corner is located (1 or more) Column –...
  • Page 26 SW6000 Conference Management Software User Manual Control name Content Type Additional properties QueueList A list of all activated microphones, be it List speak, request, or reply (from 6.1) RemainingRequestTime How much time is left until request list is ClosedTextId closed. ClosedTextFormat RequestCounter How many persons are on the request...
  • Page 27: Itemformat Fields

    SW6000 Conference Management Software User Manual ItemFormat fields The available fields are also shown on CDA in case of a mistyped field. Table 2. ItemFormat fields Control Field Comments Default format Agenda, Indentation Horizontal space, corresponding to the agenda item level multiplied by row unit CurrentAgendaItem, size.
  • Page 28 SW6000 Conference Management Software User Manual Control Field Comments Default format TimeHhMm The running time of the meeting. %h:mm TimeHhMmSs The running time of the meeting. %h:mm:ss CustomTime The running time of the meeting. ScheduledStart The date/time of the scheduled meeting start.
  • Page 29 SW6000 Conference Management Software User Manual Control Field Comments Default format Default value for Width option is Rest. LastSpeakerList, Text Name or show-name for this participant’s meeting role. LatestSpeaker, Default value for Width option is Rest. RequestList, Position Position in the list (1 is the first position, 2 SpeakerList –...
  • Page 30 SW6000 Conference Management Software User Manual Control Field Comments Default format TimeBar A progress bar for the elapsed time. Space Nothing at all is shown, empty space. Default value for Width option is Rest. SpeechTimeStatus Text Text, when speech timer is paused, nothing when running.
  • Page 31 SW6000 Conference Management Software User Manual Control Field Comments Default format Options The number of available voting options for the session. The same hiding rules as above. Space Nothing at all is shown, empty space. Default value for Width option is Rest. VoteResultBarChart Text Vote item text (like “Yes”...
  • Page 32: Headerformat Fields

    SW6000 Conference Management Software User Manual HeaderFormat fields The header format can be set for any list control. Table 3. HeaderFormat fields Field Comments Default format Text Header text, fetched from the database with HeaderTextId. ItemCount Item count. Show the number of items in the list ({0}) PageList For page-scrolling lists identifies the current page.
  • Page 33: Customized Displays, Examples

    SW6000 Conference Management Software User Manual 11 Customized displays, examples The following are examples of customized screen which can be created in SW6000. Some screens are shown with grid lines. This is very useful when creating the screens, but should be disabled (set to ‘False’) after the screen has been created. The examples can be copy/pasted directly into ‘Screen Definition’...
  • Page 34: Agenda And Speakers With Picture

    SW6000 Conference Management Software User Manual Agenda and Speakers with Picture <Screen Name="Agenda and Speakers with Picture" RowSizes="1,2,*,*" ColumnSizes="*,0.5,*"> <CurrentTime Row="1" ColumnSpan="0" ItemFormat="[Time][Space][Date]"/> <CurrentConference Row="2" ColumnSpan="0"/> <Agenda Row="3" RowSpan="2"/> <SpeakerList Row="3" Column="3" ItemSize="Large" ItemFormat="[MicrophoneState,Format=Thin] [Text] [DelegatePicture]"/> <RequestList Row="4" Column="3" ItemFormat="[MicrophoneState,Format=Thin] [Text] [DelegateSpeechTime] [SeatNumber]"/> </Screen>...
  • Page 35: Agenda, Speakers And Mimic

    SW6000 Conference Management Software User Manual Agenda, Speakers and Mimic <Screen Name="Agenda, Mimic and Speakers" RowSizes="1,1,1,*,*" ColumnSizes="*,0.5,*" ShowGridLines="False"> <CurrentTime Row="1" ColumnSpan="0" ItemFormat="[DayOfMonth][MonthName] [Space,Width=Rest][Time]"/> <CurrentConference Row="2" RowSpan="2" ColumnSpan="0" ItemSize="Large" /> <MicrophoneMimic Row="4" RowSpan="2"/> <Agenda Row="4" Column="3" ItemFormat="[Id][TitleEmphasized, Overflow=OneLineNoScroll]"/> <SpeakerList Row="5" Column="3" ItemFormat="...
  • Page 36: Agenda, Speakers And Mimic With Lines

    SW6000 Conference Management Software User Manual Agenda, Speakers and Mimic with lines <Screen Name="Agenda, Mimic, Speakers and Lines" RowSizes="1,1,1,*,0.15,*,0.15" ColumnSizes="0.1,*,0.1,0.2,*,0.1" ShowGridLines="False"> <CurrentTime Row="1" ColumnSpan="0" ItemFormat="[MonthName] [DayOfMonth] [Space,Width=Rest][Time]"/> <CurrentConference Row="2" RowSpan="2" ItemSize="Large" ColumnSpan="0"/> <MicrophoneMimic Row="4" RowSpan="3" Column="2" /> <Agenda Row="4" Column="5" ItemFormat="[Id][TitleEmphasized, Overflow=OneLineNoScroll]"/>...
  • Page 37: Long Description, Speakers

    SW6000 Conference Management Software User Manual Long Description, Speakers <Screen Name="Current Subject, Description of Current Subject, Speakers" RowSizes="1,1.2,1,0.8,1.3*,1,*" ColumnSizes="*,0.8,*" ShowGridLines="False"> <CurrentTime Row="1" ColumnSpan="0" ItemFormat="[Time][Space][Date]"/> <CurrentConference Row="2" ColumnSpan="2" /> <Text Text="Current Subject" Row="4" ColumnSpan="3" ItemSize="Auto" VerticalContentAlignment="Bottom" /> <Text Text="Description of Current Subject, Level 1"...
  • Page 38: Long Description, Speakers, Group Time

    SW6000 Conference Management Software User Manual Long Description, Speakers, Group Time <Screen Name="Current Subject List and Speakers" RowSizes="1,1.2,1,0.8,1.3*,1,*" ColumnSizes="*,1.4*,0.2,*,0.2,*,0.2,*,*" ShowGridLines="False"> <CurrentTime Row="1" ColumnSpan="0" ItemFormat="[Time][Space][Date]"/> <CurrentConference Row="2" ColumnSpan="4"/> <LatestSpeaker Row="2" Column="6" ColumnSpan="4" ItemSize="Auto" ItemFormat="[Text, Width=Rest][DelegatePicture, Align=Right]"/> <Text Text="Current Subject" Row="4" ColumnSpan="3" ItemSize="Auto" VerticalContentAlignment="Bottom" />...
  • Page 39: Short Description, Speakers

    SW6000 Conference Management Software User Manual Short Description, Speakers This layout shown the current subjects and the Short Description associated with each level. <Screen Name="Current Subject List and Speakers" RowSizes="1,1.2,1,0.8,1.3*,1,*" ColumnSizes="*,0.8,*" ShowGridLines="False"> <CurrentTime Row="1" ColumnSpan="0" ItemFormat="[Time][Space][Date]"/> <CurrentConference Row="2" ColumnSpan="2"/> <LatestSpeaker Row="2"...
  • Page 40: Speakers

    SW6000 Conference Management Software User Manual Speakers Speakers, Requests and Group <Screen Name="Speakers, Requests, Group" RowSizes="0.7,0.8,3,0.1,0.7*,*,*" ColumnSizes="*" ShowGridLines="False"> <CurrentTime Row="1" ColumnSpan="0" ItemSize="Auto" ItemFormat="[Date][Space][Time]"/> <Text Text="Active Subjects" Row="2" ColumnSpan="0" VerticalContentAlignment="Bottom" ItemSize="Auto" TextStyle="Header" /> <CurrentAgendaItem Row="3" ColumnSpan="0" RowSpan="1" ItemSize="1.5" VerticalContentAlignment="Top ItemFormat="[TitleLine, Overflow=MultiLine]" " />...
  • Page 41: Speech Time Display

    SW6000 Conference Management Software User Manual Speech Time Display The following examples are for creating a display showing the speech time. If pulsation of the red color at speech time expiration is not needed, the CDA must be started with the command line parameter “pulsation none”.
  • Page 42: Sub-Title For Croma Key

    SW6000 Conference Management Software User Manual Sub-title for croma key The following screens are intended to be used when text are to be place in the bottom of the screen using chroma key. The color of the screen can be configured in the following way: Background screen color set in the CDA Screen/Skin •...
  • Page 43 SW6000 Conference Management Software User Manual This example has the ‘SeatComment’ field replaced with the DelegateSpeechTime:: <Screen Name="Speakers, Subtitle, Speech Time " RowSizes="*,1" ColumnSizes="*" ShowGridLines="False" Margin="0"> <Image ="1" ImageId="Chroma Key 255-128-255" Opacity="1" Stretch="UniformToFill" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" /> <LatestSpeaker Row="2" ItemSize="1" TextStyle="ConferenceTitle" ItemFormat="[MicrophoneState,Format=Thin] [Text,Width=ColumnFit] [Space] [SeatNumber, Format=Seat {0}][Space][DelegateSpeechTime]"...
  • Page 44: Voting

    SW6000 Conference Management Software User Manual Voting Voting, List and Pie <Screen Name="Voting, List and Pie" RowSizes="1,0.7,2,*,1" ColumnSizes="*,0.5,*"> <CurrentTime Row="1" ColumnSpan="0"/> <Text Text="Current Subjects" Row="2" ColumnSpan="0" ItemSize="Auto" VerticalContentAlignment="Bottom" /> <CurrentAgendaItem Row="3" ColumnSpan="0" VerticalContentAlignment="Center" ItemFormat="[TitleLine, Overflow=MultiLine]" /> <VoteResultTable Row="4" RowSpan="4" ShowHeader="True" HorizontalContentAlignment="Left" VerticalContentAlignment="Top" />...
  • Page 45: Voting, List And Individual

    SW6000 Conference Management Software User Manual Voting, List and Individual The following example is for creating a display showing the total and individual voting result. The individual results are shown in 3 columns. <Screen Name="Voting, Total and Individual" RowSizes="1,1,2,1,1,*,1" ColumnSizes="*,0.5,3*" ShowGridLines="False">...
  • Page 46: Voting, Individual

    SW6000 Conference Management Software User Manual Voting, Individual The following example is for creating a display showing individual voting result grouped by the result. The individual results are shown in 4 columns. <Screen Name="Voting List, Individual Votes" RowSizes="0.7,1.5,1.5*,*,1" ShowGridLines="False" Margin="15" >...
  • Page 47: Conference Variables

    SW6000 Conference Management Software User Manual Conference Variables The following example shows the conference variable available. <Screen RowSizes="2*,*,*,*,*,*,*,*,*,*,*" ColumnSizes="*,*" > <Text Row="1" ItemSize="Auto" ColumnSpan="0" HorizontalAlignment="Center" Text="Variables"/> <ConferenceVariable Row="2" Column="1" HorizontalAlignment="Right" ItemFormat="[Expression, Format=DelegatesOnList in: {DelegatesOnList}]"/> <ConferenceVariable Row="3" Column="1" HorizontalAlignment="Right" ItemFormat="[Expression, Format=DelegatesPresent: {DelegatesPresent}]"/> <ConferenceVariable Row="4"...
  • Page 48 United States, Canada, Latin Europe, Middle East, Africa: Asia, Pacific: America, Caribbean: Shure Incorporated Shure Europe Gmbh Shure Asia Limited 22/F, 625 King's Road 5800 West Touhy Avenue Jakob-Dieffenbacher-Str. 12 North Point, Island East, 75031 Eppingen Niles, IL 60714-4608 Hong Kong...

Table of Contents