User Guide
Programming
8
NSS-Vote Programmer’s Guide
The remaining parameters of the NSS-VoteTouchPanelStationMod module specify the channel and
variable text resources used by the voting station. These parameters are pre-defined in
NSS-Vote TP Station Channels.axi to simplify programming. If you have not changed any of the
channels of variable text channel in the supplied touch panel files, then no modification of
NSS-Vote TP Station Channels.axi is required.
See NSS-VoteTouchPanelStationMod Module section on page 20 Module for a detailed description of the
parameters used by this module.
Adding Non-Graphical Voting Stations
All non-graphical based voting stations are support by the NSS-VoteMSPStationMod module. To add a
non-graphical voting station:
1. Define the device number for the voting station device.
2. Include this device in the dvMSPStations device array parameter for the
NSS-VoteMSPStationMod module.
The location of the device appears in the array determining the device’s station ID. For instance, if the
device is added as the third element of the device array, it will be the third station.
To skip a station ID: Add the
dvNull device to the array at the position you would like to skip. dvNull
is defined as 0:0:0.
The remaining parameters of the NSS-VoteMSPStationMod module specify the channel numbers used
by the voting station. These parameters are designed for the AXD-MSP8 configuration and are pre-
defined in NSS-Vote MSP Station Channels.axi to simplify programming. If you have not altered the
non-graphical station design, then no modification of NSS-Vote MSP Station Channels.axi is required.
If you have altered the design of the AXD-MSP or are using a custom panel configuration, make sure to
modify the channel numbers in this file.
See NSS-VoteMSPStationMod Module section on page 21 for a detailed description of the parameters
used by this module.
Adding a Public Podium Speaking Station
A non-graphical based speaking station for the public podium is supported by the
NSS-VotePublicSpeakingStation module. To add a public podium speaking station:
1. Define the device number for the station device.
2. Pass this device as the second parameter to NSS-VotePublicSpeakingStation module.
The remaining parameters of the NSS-VotePublicSpeakingStation module specify the channel numbers
used by the station. These parameters are designed for the AXD-MSP8 configuration and defined
directly in NSS-Vote Text.axs. If you have not altered the station design, then no modification of these
parameters is required.
The NSS-VoteTouchPanelStationMod Module is provided as an open source code
module in the event that custom programming is necessary.
The NSS-VoteMSPStationMod Module is provided as an open source code module
in the event custom programming is necessary.