Levels; Strings - AMX NSS-VOTE - PROGRAMMER GUIDE Programmer's Manual

Table of Contents

Advertisement

Levels

There are two level types:
Global Levels
Level
Function
1
Vote Timer Current Time
2
Vote Timer Total Time
3
Vote Warn Time
4
Default Vote
5
Voting Results – Yes
6
Voting Results – No
7
Voting Results – Abstain
8
Voting Results – Excuse
9
Voting Results % - Yes
10
Voting Results % - No
11
Voting Results % - Abstain
12
Voting Results % - Excuse
13
Voting Outcome
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:
The following is a list of station specific levels:
Station Specific Levels
(LSO+) 1

Strings

There are two types of strings:
The following is a list of global strings:
Global Strings
String
'BODY-BodyName'
'AGENDA-AgendaName'
'TOPIC-TopicText'
'WELCOME-WelcomeMessage'
'RTSNAME-<RTS Speaker Name>;<RTS Speaker TITLE>'
NSS-Vote Programmer's Guide
Global
Station Specific
Level
20
21
22
23
24
25
30
31
32
33
34
35
36
LSO = (((StationId - 1) * 3) + 40)
Position in RTS Queue
Global
Station Specific
Function
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
Station Channel Offset
Station Channel Multiplier
Station Level Offset
Station Level Multiplier
Maximum number of supported stations
Maximum number of registered stations
Number of station supported on virtual device
(Used for station internal communications.)
Function
The current voting body name.
The current voting agenda title.
The current voting topic text.
The welcome message.
The name and title of the current speaker.
Programming
Continued
27

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nss-vote

Table of Contents