User Guide
Programming
27
NSS-Vote Programmer’s Guide
Levels
There are two level types:
Global
Station Specific
The LSO is the level offset for this station. The initial level offset is 40 and there are 3 levels allocated
per station. To calculate the CSO for a given station, use this formula:
LSO = (((StationId - 1) * 3) + 40)
The following is a list of station specific levels:
Strings
There are two types of strings:
Global
Station Specific
The following is a list of global strings:
Global Levels
Level Function Level Function
1
2
3
4
5
6
7
8
9
10
11
12
13
Vote Timer Current Time
Vote Timer Total Time
Vote Warn Time
Default Vote
Voting Results – Yes
Voting Results – No
Voting Results – Abstain
Voting Results – Excuse
Voting Results % - Yes
Voting Results % - No
Voting Results % - Abstain
Voting Results % - Excuse
Voting Outcome
20
21
22
23
24
25
RTS Timer Current Time
RTS Timer Total Time
RTS Warn Time
RTS Speaker Seat
RTS Total Stations in Queue
Public Speaking Station Position in RTS Queue
30
31
32
33
34
35
Station Channel Offset
Station Channel Multiplier
Station Level Offset
Station Level Multiplier
Maximum number of supported stations
Maximum number of registered stations
36 Number of station supported on virtual device
(Used for station internal communications.)
Station Specific Levels
(LSO+) 1
Position in RTS Queue
Global Strings
String Function
'BODY-BodyName'
The current voting body name.
'AGENDA-AgendaName'
The current voting agenda title.
'TOPIC-TopicText'
The current voting topic text.
'WELCOME-WelcomeMessage'
The welcome message.
'RTSNAME-<RTS Speaker Name>;<RTS Speaker TITLE>'
The name and title of the current speaker.
Continued