User guide
Table Of Contents
- Copyright
- Introduction
- Getting Started
- Playing Media with BrightSign
- Working with Playlists
- What is a playlist?
- Creating a playlist
- Playlist commands
- BMP, MP3, MPG (HD2000 only), VOB (HD2000 only), TS (HD110, HD210, HD410, HD810, and HD1010), PNG, JPG
- debug
- rem
- print
- (HD2000 only) audiomode # (default is 1)
- (HD2000 only) audiooutput # (default is 0)
- (HD2000 only) audiochan # (default is 2)
- volume # (default is 100)
- videomode
(HD110, HD210, HD410, HD810, and HD1010 default is 1024x768x75p; HD2000 default is 1280x720x60p) - Viewmode
(default is 0) - imagemode # (default is 0)
- slideinterval # (default is 3)
- transition # (default is 0)
- GPIOEnableInput
(HD410, HD810, and HD1010 only) - GPIOEnableOutput
(HD410, HD810, and HD1010 only) - GPIOOn
, ,… - PauseMS #
- PowerSaveModeOn
- PowerSaveModeOff
- lighton # or lightoff #
- waitbuttonany (HD410, HD810, HD1010, and HD2000 only)
- pause #
- stop
- Creating interactive presentations (HD410, HD810, HD1010, and HD2000 only)
- Using Excel to create interactive presentations
- Keywords
- VIDEOMODE
- IMAGEMODE
- VIDEOPLAYERAUDIOMODE
- VIDEOPLAYERAUDIOOUTPUT
- VIDEOPLAYERAUDIOSTEREOMAPPING
(HD2000 only) - VIDEOPLAYERAUDIOVOLUME
(HD2000 only) - AUDIOPLAYERAUDIOOUTPUT
- AUDIOPLAYERAUDIOSTEREOMAPPING
(HD2000 only) - AUDIOPLAYERAUDIOVOLUME
(HD2000 only) - FLIPELO (HD810, HD1010, and HD2000 only)
- GPIOEnableInput
(HD410, HD810, and HD1010 only) - GPIOEnableOutput
(HD410, HD810, and HD1010 only) - SerialPortSpeed
(HD410, HD810, HD1010, and HD2000 only) - SerialPortMode
(HD410, HD810, HD1010, and HD2000 only) - UDPDestinationAddress (HD1010 and HD2000 only)
- UDPDestinationPort
(HD1010 and HD2000 only) - UDPReceiverPort
(HD1010 and HD2000 only) - REGISTRYSECTION
- DELETEREGISTRYSECTION
- DELETEREGISTRYKEY
- EVENTS
- elo (HD810, HD1010, and HD2000 only)
- eloc (HD810, HD1010, and HD2000 only)
- button (HD410, HD810, HD1010, and HD2000 only)
- Keyboard:
(HD810, HD1010, and HD2000 only) - Remote:
(HD810, HD1010, and HD2000 only) - Serial:
(HD410, HD810, HD1010, and HD2000 only) - udp:
(HD1010, and HD2000 only) - timeout
- mstimeout
- videoend
- audioend
- STATE
- Controlling GPIO outputs from an interactive playlist
- Controlling serial output from an interactive playlist
- Controlling udp output from an interactive playlist
- Preloading images
- Simultaneous states within a single interactive playlist (HD2000 only)
- Interactive playlist examples
- Scheduling playback (HD210, HD810, HD1010, and HD2000 only)
- Working with Zones
- Working with Scripts
- Getting Help
- Learning more and support
- Frequently asked questions
- What video frame rates does the HD2000 support?
- How do I create portrait mode content on BrightSign?
- How do I connect a component display to the VGA output on the HD2000?
- How many displays can I connect to the BrightSign?
- Can I synchronize multiple BrightSign units?
- How accurate is synchronization?
- What can I synchronize on BrightSign?
- How do synchronized BrightSign units communicate?
- What is the maximum number of BrightSign units I can synchronize?
- Can I synchronize different BrightSign models?
- Do BrightSign units support Genlock?
- Troubleshooting
- General troubleshooting
- The BrightSign power light is on, but there's no display
- BrightSign isn't booting up properly / Err light is on or flashing (HD110, HD210, HD410, HD810, and HD1010 only)
- CF card is not recognized by BrightSign (HD2000 only)
- USB keyboard is not responding
- Elo touch screen coordinates aren’t working properly
- Problems with automatically playing files
- General playback problems
- Content Playback
- Troubleshooting Playlists
- Troubleshooting Interactive Playlists
- The demo files I downloaded work in my interactive playlist, but my files do not
- The interactive demo I downloaded works, but my interactive playlist does not
- My interactive playlists stops working when I press a button or try to provide any input
- Interactive playlists created using an international version of Excel don't work
- BrightSign and accessories
- BrightSign isn’t booting up properly / random lights lit
- BrightSign software update fails
- SD card works for playback, but can’t update BrightSign
- SD card is not recognized by BrightSign
- Video selector switch does not work
- USB mouse is not responding
- USB keyboard is not responding
- Elo touch screen coordinates aren’t working properly
- General troubleshooting
- Advanced Topics
- Selecting Compact Flash cards
- Other ways to update your BrightSign software
- Generating HD content for an HD2000 using Final Cut Pro
- BrightSign shell
- Using the registry
- Setting the date/time on BrightSign
- Using a custom boot script and logo
- Widescreen vs. 4x3 discussion
- Connecting BrightSign to your network
- Product Specifications

44
•
•
•
•
•
•
Example 5 contains three simultaneous states.
•
The first state specifies the video mode, image mode, and audio output for video. In this case,
the keyword VideoPlayerAudioOutput directs BrightSign to output stereo PCM via the SPDIF
audio connector. This machine uses button 0 and the videoend event to control the videos
and the image.
•
Note the NEXT keyword on line 10; it signals the beginning of another state.
•
The second state uses analog audio output through the Audio 2 connector. It uses button 1
and the audioend event to control the audio playback.
•
The NEXT keyword on line 18 indicates the start of the third state.
•
The third state uses analog audio output through the Audio 3 connector, and it uses button 2
and audioend events to control its audio playback.
Using rollover regions (HD810, HD1010, and HD2000 only)
In the previous section,
Using Excel to create interactive presentations
, you learned that you
can create touchable (clickable) areas on the screen using elo (elor) and eloc keywords in the
EVENTS row of an interactive playlist. You can then use these regions like buttons to playback
content. You can also set up any touch region as a rollover region. Rollover regions enable you to
create more dynamic and interactive presentations that accept mouse and touch input and that
are also sensitive to cursor movement. A rollover region has an ON image and an OFF image.
Whenever the cursor is within a rollover region, BrightSign displays the ON image, and when the
mouse cursor is outside the rollover region, BrightSign displays the OFF image. Therefore,
rollover regions enable you to include features such as highlighting buttons as the user moves
the cursor moves over them.