User Guide
Programming
22
NSS-Vote Programmer’s Guide
NSS-VoteDisplayOnlyMod Module
To assist you in your programming the NSS-VoteDisplayOnlyMod Module definition code is displayed
below:
Where:
mdlVDisplay is a unique module name.
NSS-VoteTouchPanelStationMod Module Parameter Definitions
vdvVotingGlobal
A virtual device number for programming NetLinx events and Global
NSS-Vote internal communications.
vdvVotingStation
A virtual device number for programming Station NSS-Vote internal
communications.
dvMSPStations
An array of MSP station device numbers.
MSP_STATION_BUTTON_CHANNEL
An INTEGER array with the following buttons:
• Vote: YES
• Vote: NO
• Vote: ABSTAIN
• Vote: EXCUSED
• Attendance: Present
• RTS: Request to Speak
• RTS: Priority Request
• RTS: Cancel Request
MSP_STATION_LEVEL
An INTEGER array with the following levels:
• Voting/RTS Timer
DEFINE_MODULE 'NSS-VoteDisplayOnlyMod' mdlVDisplay(vdvVotingGlobal,
vdvVotingStations,
dvTPDisplay,
STATION_BUTTON_VAR_TEXT,
STATION_BUTTON_CHANNEL,
STATION_PROGRAM_INFO,
STATION_LEVEL,
DISPLAY_STATION_ID,
DISPLAY_STATION_NAME,
DISPLAY_STATION_TITLE,
DISPLAY_STATION_VOTE)
NSS-VoteDisplayOnlyMod Module Parameter Definitions
vdvVotingGlobal
A virtual device number for programming NetLinx events and Global
NSS-Vote internal communications.
vdvVotingStations
An array of virtual device number for programming Station NSS-Vote
internal communications.
dvTPDisplay
A device number for this station.
Continued