Bosch Appliances Webcam 0 User Manual

DCN Next Generation  
Video Display  
en Software User Manual  
LBB 4184/00  
Download from Www.Somanuals.com. All Manuals Search And Download.  
DCN Next Generation Video Display  
en | 3  
Table of contents  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
DCN Next Generation Video Display  
en | 4  
1 Video Display  
i
Note  
Since Microsoft launched Windows XP service  
pack 2 it is not possible to use DDE in a  
network. To workaround you have to convert  
the DDE locally to another protocol and  
transport this over the network to the PC where  
the VD Client is running.  
The VD Client at Bosch Security Systems  
Extranet does run on a Windows XP service  
pack 2 network.  
1.1 About Video Display  
1.1.1 What is Video Display?  
The Video Display module is one of the software  
modules designed to be used in conferences and  
discussions using the contribution equipment.  
Its function is to interface the software with  
conference video displays. The Video Display  
module provides a means of displaying conference-  
related information on video displays located in the  
conference venue. The information can consist of  
text, numbers and graphical elements like bar charts.  
All the information displayed is generated by other  
modules, and it is not possible to alter this  
Video Display is unlike all other modules in that  
there is no user action required to operate it. It  
carries out its function - interfacing the software with  
video displays - automatically. This document is  
therefore not a user manual but a reference manual.  
It gives information on the DDE information which  
is the protocol used to transport the information from  
the Video Display module to the Video Client.  
information in Video Display.  
i
Note  
If information is to be displayed on video  
displays, data must be converted within the  
DCN Next Generation control PC or  
transferred to a separate PC via an ethernet  
link.  
To use Video Display, it is necessary to have a Video  
Display (VD) Client application. The VD Client  
application receives the information which is passed  
to it from the Video Display (server) module. The  
user can change settings related to how information is  
displayed on the video screens, such as text or  
background colours. This can be carried out either  
during or after installation of the VD Client software.  
i
Note  
Video Display information is available via the  
windows Dynamic Data Exchange (DDE)  
protocol.  
A VD Client software is available at the Bosch  
Security Systems Extranet or at your dealer.  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
DCN Next Generation Video Display  
en | 5  
2 Starting and exiting Video  
Display  
The Video Display server is started from the Startup  
screen of the PC that will act as DDE server. This is  
shown below:  
Figure 1 The Startup screen  
i
Note  
Video Display does not have a window and is  
always iconized in the Taskbar.  
The Video Display icon  
For details on the Video Display icon and how to  
start Video Display from Startup, please refer to  
paragraph 3.2.2 Opening other modules from Startup’  
of the Startup user manual.  
2.1 Exiting Video Display  
To exit Video Display:  
Click once with the right mouse button on the  
‘Video’ icon.  
Select ‘Close’ from the menu which appears.  
You will exit Video Display on the DDE server.  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
DCN Next Generation Video Display  
en | 6  
3 DDE links  
3.1 Introduction  
The DCN Next Generation Video Display application LBB 4184 provides DDE (Dynamic Data Exchange)  
links. Through these links external programs that have DDE client capability can access information regarding  
the congress. The DDE server implemented in the Video Display application is a so-called “hot” DDE server.  
This means that the server refreshes the DDE links whenever there is new data available. The DDE client  
does not need to ask for an update. The DDE links are also made available as NETDDE links so other PCs  
connected to the DCN Next Generation PC through a MS-Windows compatible network can access the  
information too. Some DCN Next Generation DDE links can transmit large amounts of data. A DDE client  
that wants to access DCN Next Generation DDE links must be able to deal with DDE datablocks up to 64  
kilobyte in size. The VD application must be started by the user before the DDE links can be used.  
3.1.1 DDE link naming conventions  
A DDE link name consists of 3 parts:  
1. The service name: This is the name used to address the DDE server. For DCN Next Generation  
this name will always be “DCNNG”.  
2. The topic name: This name identifies the class of data that must be transported across the DDE  
link. For DCN Next Generation links the topic indicates which DCN Next Generation application  
shall provide the data.  
3. The data-item name: Topics may have more than one data-item at their disposal. This name  
identifies which data-item must be sent through the link.  
Example: To query the voting number  
Service:  
Topic:  
“DCNNG”  
“VOTING”  
Data-item:  
DDE link:  
“NUM”  
DCNNG|VOTING!NUM”  
3.1.2 NETDDE link naming conventions  
NETDDE link names are derived from the normal DDE link name in the following manner:  
1. The service name is replaced by “\\<servername>\NDDE$”. <Servername> is the network name  
of the PC on which the Video application is running. (This name is determined by the Network  
applet in the Windows Control Panel.)  
2. The topic name is replaced by “DCNNG_<topic>$”. <Topic> is the same topic name for the link  
as used for regular DDE.  
3. The data-item name is the same as for regular DDE.  
Example: The same link is described as in the example above, this time provided by a PC that has  
the network name “VIDEO_SERVER”.  
Service:  
Topic:  
“\\VIDEO_SERVER\NDDE$”  
“DCNNG_VOTING$”  
Data-item:  
NETDDE link:  
“NUM”  
“\\’VIDEO_SERVER\NDDE$’|’DCNNG_VOTING$’!NUM”  
The NETDDE part in the previous example is given in MS-Excel syntax. Other DDE client applications  
might require a slightly different syntax especially for the | and ! characters and the quotes that separate the  
different parts of the link-name. Refer to the documentation of your DDE client application for the exact  
syntax required by your application.  
i
Note  
The NETDDE is not supported in Windows XP Service Pack 2. Therefore DDE should be converted  
locally and then send over the network.  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
       
DCN Next Generation Video Display  
en | 7  
3.2 DDE link specifications  
The following section specifies, for each available DDE link, the name and its purpose, the layout of the data  
and the requirements that must be met to make the link available.  
i
i
Note  
If a link is available but does not have any data to transmit, each link will send an empty update. Empty  
updates consist of empty strings for string parts and/or 0 (zero) values for numerical parts.  
Note  
Because commas are used as a separator in DDE links that transmit data consisting of several parts,  
undefined behavior may occur if any string part transmitted through such a DDE link contains commas.  
3.2.1 Topic = SESSION  
Topic = SESSION, data-item = NAMES  
Purpose  
This link provides the screen line information for each delegate in the current names file.  
Layout  
“delegate ID, screen line, delegate ID, screen line, ...”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate database. Each number has a unique ID_number.  
Text of 33 characters which idientifies the delegate as text. Can  
be generated by either the DB application or using the API  
delegate ID  
screen line  
‘Delegate ID’ and ‘Screen line’ are separated by commas. This sequence is repeated for each delegate, again  
separated by commas.  
Requirements  
This link is always available. If there is a names file, the string as described above is sent whenever a change  
in the delegate database occurs. If there is no names file or the names file is empty, an empty update is sent.  
Topic = SESSION, data-item = GROUPS  
Purpose  
This link provides group information for each delegate in the current names file.  
Layout  
“delegate ID, group name, delegate ID, group name, ...”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate database. Each number has a unique ID_number.  
The name of the group for this delegate as determined by the  
names fil. If the delegate is not associated with a group this part is  
empty.  
delegate ID  
group name  
Delegate ID and group name are separated by commas. This sequence is repeated for each delegate, again  
separated by commas.  
Requirements  
This link is always available. If there is a names file the string as described above is sent whenever a change  
in the delegate database occurs. If there is no names file or the names file is empty an empty update is sent.  
Topic = SESSION, data-item = COUNTRIES  
Purpose  
This link provides country information for each delegate in the current names file.  
Layout  
“delegate ID, country name, delegate ID, country name, ...”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate ID  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
         
DCN Next Generation Video Display  
en | 8  
delegate database. Each number has a unique ID_number.  
the name of the country for this delegate as determined by the  
names file. If the delegate is not associated with a country this  
part is empty.  
country name  
Delegate ID and country name are separated by commas. This sequence is repeated for each delegate, again  
separated by commas.  
Requirements  
This link is always available. If there is a names file the string as described above is sent whenever a change  
in the delegate database occurs. If there is no names file or the names file is empty an empty update is sent.  
Topic = SESSION, data-item = AUTH  
Purpose  
This link provides authorization information for each delegate in the current names file.  
Layout  
“delegate ID, authorization, delegate ID, authorization, ...”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate database. Each number has a unique ID_number.  
a number that represents the authorizations the delegate has. It  
will be the sum of 1 or more of the following numbers:  
delegate ID  
authorization  
For no authorization  
0
1
2
4
For microphone authorization  
For voting authorization  
For intercom authorization  
Delegate ID and authorization are separated by commas. This sequence is repeated for each delegate, again  
separated by commas.  
Examples  
1,5,2,2  
In this example delegate 1 has microphone and intercom authorization. Delegate 2 only has voting  
authorization.  
Requirements  
This link is always available. If there is a names file the string as described above is sent whenever a change  
in the delegate database occurs. If there is no names file or the names file is empty an empty update is sent.  
3.2.2 Topic = VOTING  
Topic = VOTING, data-item = NUM  
Purpose  
Supplies the number of the current vote.  
Layout  
A decimal number in the range 1-9999.  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”.  
Topic = VOTING, data-item = NAME  
Purpose  
Supplies the name of the current vote.  
Layout  
A string of at most 20 characters.  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”.  
Topic = VOTING, data-item = SUBJECT  
Purpose  
Supplies the motion subject text of the current vote.  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
         
DCN Next Generation Video Display  
en | 9  
Layout  
A string of at most 132 characters containing the 4 lines of the subject text, without separators between them.  
(If there are commas in the string they are part of the subject text.)  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set  
to “On”.  
Topic = VOTING, data-item = KIND  
Purpose  
Supplies the type of the current vote.  
Layout  
A string containing one of the following texts (or their translations if DCN Next Generation is installed in  
another language):  
“Parliamentary”  
“For/Against”  
“Audience Response”  
“Rating”  
“Multiple Choice”  
“Opinion Poll”  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”.  
Topic = VOTING, data-item = ANSWLEG  
Purpose  
Supplies the legends of the possible answers in a vote.  
Layout  
A string containing the legend texts separated by commas. Each legend is at most 10 characters long.  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”.  
Topic = VOTING, data-item = ANSWTXT  
Purpose  
Supplies the full descriptive texts of the possible answers in a multiple choice or opinion poll vote.  
Layout  
“fixed_legend 1, answer_legend 1, description 1,  
fixed_legend 2, answer_legend 2, description 2,  
...”  
where:  
The legend as shown on the LCD’s. The fixed legend consist of a  
single character.  
The legend of the answer as shown on the numeric hall -displays.  
Each answer legend is at most 10 characters long.  
The full description of the answer. The description is at most 66  
characters (2 lines of 33 characters without separators).  
fixed_legend X  
answer_legend X  
description X  
Requirements  
A multiple choice or opinion poll vote is running and the Hall Display setting in the voting application is set  
to “On”.  
Topic = VOTING, data-item = ANSWCOR  
Purpose  
Indicates which of the possible answers in a multiple choice vote is/are correct and which is/are false.  
Layout  
“legend 1, value 1, legend 2, value 2, ...”  
where:  
the legend of the answer  
The digit “1” if this is a correct answer or digit “0” otherwise.  
legend X  
value X  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
       
DCN Next Generation Video Display  
en | 10  
Requirements  
A multiple choice vote is running and the Hall Display setting in the voting application is set to “On”.  
Topic = VOTING, data-item = DISPSET  
Purpose  
Indicates the display settings as they are used for the voting results window.  
Layout  
“two results, answers”  
where:  
The digit “1” if there are two results displayed on the graphical  
user interface or “0” otherwise.  
The digit “1” if the answer display is on or digit “0 otherwise.  
two results  
answers  
Requirements  
At least one of the voting applications is running and the result-windows is enabled.  
Topic = VOTING, data-item = STATE  
Purpose  
Indicates the current state of the vote.  
Layout  
“statestring, statenr”  
where:  
‘Stop’, ‘Start’ or ‘Hold’ (contents depends on the GUI language).  
0, 1 or 2 ( 0 = Start, 1 = Stop, 2 = Hold ).  
statestring  
statenr  
i
Note  
After a restart is issued the link will send “Start” instead of “Restart”. “Start” should be interpreted as  
“Vote is in progress”.  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”.  
Topic = VOTING, data-item = RVT  
Purpose  
Indicates the remaining vote time when a voting timer is used.  
Layout  
“votingtime”  
where:  
A string containing the remaining vote time in seconds, or empty  
if no voting timer is used.  
votingtime  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”.  
Topic = VOTING, data-item = ROLLCALL  
Purpose  
Indicates which delegate is voting when roll call voting is taking place.  
Layout  
“seat number, screen line”  
where:  
The seat number of the delegate.  
seat number  
screen line  
Text of 33 characters which idientifies the delegate as text. Can  
be generated by either the DB application or using the API If no  
roll call vote is underway an empty string is sent.  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
       
DCN Next Generation Video Display  
en | 11  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”.  
Topic = VOTING, data-item = TOTGRP##  
Purpose  
Returns the number of delegates participating in a vote for group number ##.  
Layout  
“group name, present, not voted”  
where:  
the name of group number ##.  
group name  
## is a number in the range 0-32. If 0 is used the group name is  
always “ALL” and the other fields refer to the total number  
present and not voted.  
the number of delegates in this group who are present  
present  
indication how many did not vote.  
not voted  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”. Unless TOTGRP0 is requested the vote must be an open vote.  
Topic = VOTING, data-item = ANSGRP##  
Purpose  
Returns for all possible answers the number of delegates in group ## who selected that answer.  
Layout  
“group name, legend 1, votes 1, legend 2, votes 2, ...”  
where:  
group name  
the legend text of answer X  
the number of delegates in the group who selected that answer.  
legend X  
votes X  
Requirements  
At least one of the voting applications is running and the Hall Display setting in the voting application is set to  
“On”. Unless ANSGRP0 is requested the vote must be an open vote.  
Topic = VOTING, data-item = VOTGRP##  
Purpose  
Returns for group ## the total percentage in an Audience Response or Rating vote.  
Layout  
“group name, percentage”  
where:  
group name  
a value from 0.0 to 100.0  
percentage  
Requirements  
Audience Response or Rating vote is running and the Hall Display setting in the voting application is set to  
“On”. Unless VOTGRP0 is requested the vote must be an open vote.  
Topic = VOTING, data-item = IRES  
Purpose  
Returns the selected answer for each delegate. (Individual voting results.)  
Layout  
“delegate ID, legend, delegate ID, legend, ...”  
where:  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
         
DCN Next Generation Video Display  
en | 12  
a number in the range 1-1500 that identifies the delegate in the  
delegate database. Each delegate has a unique ID-number.  
the legend text of the selection made by that delegate.  
delegate ID  
legend  
Requirements  
At least one voting application is running and the Hall Display setting in the voting application is set to “On”.  
The vote must be an open vote.  
Topic = VOTING, data-item = RESWIN#  
Purpose  
Returns the contents of Results window 1 (# = 1) or 2 (# = 2) on the PC screen.  
Layout  
“num, group name, present legend, present, not voted legend, not voted,  
answers”.  
where:  
the voting number. A decimal number in the range 1-9999.  
the name of the group currently displayed.  
the legend text of the “Present” string.  
num  
group name  
present legend  
present  
the number of delegates present for this group.  
the legend text of the “Not voted” string.  
not voted legend  
not voted  
answers  
the number of delegates who have not voted in this group.  
a percentage ranging from 0.0-100.0 if it is an Audience  
Response or Rating vote and the display style is set to “Results  
per vote for group/total”. In all other cases the ‘answers’ field  
looks like:  
“legend 1, votes 1, legend 2, votes 2, ...”  
where:  
the answer legend  
the corresponding result  
legend X  
votes X  
Requirements  
At least one voting application is running and the Hall Display setting in the voting application is set to “On”.  
Topic = VOTING, data-item = RESQUO#  
Purpose  
Returns the quorum contents of Results window 1 (# = 1) or 2 (# = 2) on the PC screen. Will only return data  
if quorum enabled and not equal ‘none’.  
Layout  
“required quorum, authorized present”  
where:  
the number of delegates which must be present.  
required quorum  
the number of delegates present with voting authorization.  
authorized present  
Requirements  
At least one voting application is running and the Hall Display setting in the voting application is set to “On”.  
Only for Parliamentary and For/Against kind of voting and if quorum is enabled.  
Topic = VOTING, data-item = RESMAJ#  
Purpose  
Returns the majority contents of Results window 1 (# = 1) or 2 (# = 2) on the PC screen. Will only return data  
if majority enabled and not equal ‘none’.  
Layout  
“required majority, majority”  
where:  
the number of delegates which must approve the voting before  
the voting can be accepted.  
the number of delegates which approve the voting.  
required majority  
majority  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
DCN Next Generation Video Display  
en | 13  
Requirements  
At least one voting application is running and the Hall Display setting in the voting application is set to “On”.  
Only for Parliamentary and For/Against kind of voting and if majority is enabled.  
Topic = VOTING, data-item = RESAPPR  
Purpose  
Returns whether or not the current (active in control window) voting is approved.  
Layout  
“voting result”  
where:  
this will be empty if the vote is running.  
voting result  
When the vote is stopped it will contain the result of the voting.  
I.e. “YES” if the quorum is reached (if quorum is used) and  
majority is reached. Otherwise “NO” will be returned.  
Requirements  
At least one voting application is running and the Hall Display setting in the voting application is set to “On”.  
Only for Parliamentary and For/Against kind of voting, motion approved text enabled, majority is enabled  
and the majority name not equal ‘none’.  
Topic = VOTING, data-item = ACTQUO  
Purpose  
Returns the actual data regarding the quorum settings. Will only return data if majority enabled and not equal  
‘none’.  
Layout  
“quorum name, required quorum, authorized delegates”  
where:  
the name of the quorum calculation algorithm currently used. A  
string of at most 10 characters.  
quorum name  
the number of delegates which must be present.  
the number of delegates present with voting authorization.  
required quorum  
authorized delegates  
Requirements  
At least one voting application is running and the Hall Display setting in the voting application is set to “On”.  
Only for Parliamentary and For/Against kind of voting and if quorum is enabled.  
Topic = VOTING, data-item = ACTMAJ  
Purpose  
Returns the actual data regarding the majority settings. Will only return data if majority enabled and not equal  
‘none’.  
Layout  
“majority name, required majority, majority”  
where:  
the name of the majority calculation algorithm currently used. A  
string of at most 10 characters.  
majority name  
the number of delegates which must approve the voting before  
the voting can be accepted.  
required majority  
the number of delegates which approve the voting.  
majority  
Requirements  
At least one voting application is running and the Hall Display setting in the voting application is set to “On”.  
Only for Parliamentary and For/Against kind of voting and if majority is enabled.  
3.2.3 Topic = MICRO  
Topic = MICRO, data-item = MIC##  
Purpose  
Returns information on the microphones that are currently ON. ## is in the range 1-19.  
Layout  
“delegate ID, screen line, speechtime”  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
         
DCN Next Generation Video Display  
en | 14  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate database. Each number has a unique ID number.  
Text of 33 characters which idientifies the delegate as text. Can  
be generated by either the DB application or using the API  
the remaining or elapsed speechtime for this delegate, depending  
on the speechtime setting in Microphone Management Control.  
delegate ID  
screen line  
speechtime  
i
Note  
This DDE link combines all “speaking delegates” from the notebook and the speaker-list. E.g. if two  
notebook and three regular delegates are speaking, links MIC1 and MIC2 return the notebook delegates  
and links MIC3 to MIC5 return the regular delegates in the same order as they would appear in  
Microphone Management. The first speaking delegate in the notebook in Microphone Management is  
MIC1. The last delegate in the speaker-list is MIC5.  
Requirements  
Either Synoptic Microphone Control or Microphone Management is running.  
Topic = MICRO, data-item = RTS##  
Purpose  
Returns information about the microphones that are currently in the request list. ## is the position in the  
request list (range 1 to <length of request list>). The request list can contain a maximum of 100 delegates.  
Layout  
“delegate ID, screen line”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate database. Each number has a unique ID number.  
Text of 33 characters which idientifies the delegate as text. Can  
be generated by either the DB application or using the API  
delegate ID  
screen line  
Requirements  
Either Synoptic Microphone Control or Microphone Management is running.  
Topic = MICRO, data-item = RTSL  
Purpose  
Returns information about the last entry in the request list.  
Layout  
“delegate ID, screen line”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate ID  
screen line  
delegate database. Each number has a unique ID number.  
Text of 33 characters which idientifies the delegate as text. Can  
be generated by either the DB application or using the API  
Requirements  
Either Synoptic Microphone Control or Microphone Management is running.  
Topic = MICRO, data-item = CR#  
Purpose  
Returns information about the microphones that are currently in the response request list. # is the position in  
the request list (range 1 to 5).  
Layout  
“delegate ID, screen line”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate database. Each number has a unique ID number.  
Text of 33 characters which idientifies the delegate as text. Can  
delegate ID  
screen line  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
     
DCN Next Generation Video Display  
en | 15  
be generated by either the DB application or using the API  
Requirements  
Either Synoptic Microphone Control or Microphone Management is running.  
3.2.4 Topic = ATTREG  
Topic = ATTREG, data-item = TOTALS  
Purpose  
Returns the number of delegates who are registered by the Attendance Registration application.  
Layout  
“present text, number present, absent text, number absent”  
where:  
the string “Present” or the translation if the DCN Next  
Generation is not installed in English.  
present text  
the number of delegates registered as present by Attendance  
Registration.  
the string “Absent” or the translation if the DCN Next  
Generation is not installed in English.  
number present  
absent text  
the number of delegates not registered as present by Attendance  
number absent  
Registration.  
Requirements  
The Attendance Registration application is running and any form of Attendance Registration is enabled.  
Topic = ATTREG, data-item = ATTEND  
Purpose  
Returns the absent/present status and current seat number for each delegate.  
Layout  
“delegate ID 1, seat number 1, status 1, delegate ID 2, seat number 2,  
status 2, ...”  
where:  
A number in the range 1-1000 that identifies the delegate in the  
delegate database. Each number has a unique ID number.  
The seat number of the delegate.  
the text “Present” or “Absent” depending on whether the  
delegate is registered as present by the Attendance Registration  
application. In non-English versions of DCN Next Generation  
the texts “Present” and “Absent” are replaced with the  
appropriate translation.  
delegate Id X  
seat number X  
status X  
Requirements  
The Attendance Registration application is running and any form of Attendance Registration is enabled.  
3.2.5 Topic = MESSAGE  
Topic = MESSAGE, data-item = HALL  
Purpose  
Returns the last message sent to the hall display by the Message Distribution application.  
Layout  
A string containing the message text without any separators. 132 characters maximum.  
Requirements  
The Message Distribution application is running.  
Bosch Security Systems B.V. | 2005 January | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  
         
For more information please visit www.boschsecuritysystems.com  
© 2005 Bosch Security Systems B.V.  
Data subject to change without notice  
January 2005 | 9922 141 70451  
Download from Www.Somanuals.com. All Manuals Search And Download.  

Black Box Switch 410T User Manual
Bushnell Binoculars 26 2024 User Manual
Cadet Electric Heater 10F2500 User Manual
Calphalon Slow Cooker HE400SC User Manual
Campbell Hausfeld Air Compressor FP202801 User Manual
Can Am Offroad Vehicle DS650 User Manual
Canon Camcorder ZR40 User Manual
Carson Optical Binoculars XM Series User Manual
Celestron Telescope 82291 User Manual
Cino Scanner F700BT User Manual