0

HD210 Power On/Off Screen



Hi All, is there any documentation on how to make this work correctly?

http://brightsign.zendesk.com/entries/168141-can-i-turn-on-and-off-my-display-using-the-brightsign

We are currently using HD210 devices with commercial grade Samsung plasmas connected via HDMI. The HD210 are connected via Ethernet. I have used the activity of DisablePowerSaveMode & EnablePowerSaveMode in the activities drop down, but when it gets invoked, the HD210 just reboots?

We would like to ulitse the schedule feature and only want the devices playing between 8am -> 5.30pm. I tried to configure it with the activity but that means i need 3 projects; 1 to turn the screen on, 1 with the actual content, and 1 to turn the panel off. Any help would be appreciated. Regards Rob M

4 comments

  • 0
    Avatar
    RokuLyndon


    What firmware is on your brightsign, and what version of brightauthor are you using? Can you publish a project, and send us a link so we can see the rebooting you describe?
  • 0
    Avatar
    Robert Mariani


    Hi Lyndon,
     BrightAuthor is v2.2.039 with fw3.5.77.

    I cannot publish anything publicly as we are using the Simple Network setup with our own webserver.

    Contents of the project (poweroff.bpf) xml are below

    <?xml version="1.0" encoding="utf-8"?>
    <BrightAuthor version="4" BrightAuthorVersion="2.2.0.39" type="publish">
     <meta>
       <name>PowerOff</name>
       <model>HD210</model>
       <videoMode>1920x1080x60i</videoMode>
       <videoConnector>HDMI</videoConnector>
       <backgroundScreenColor a="255" r="0" g="0" b="0" />
       <rssDownloadSpec type="periodic" value="86400" />
       <monitorOverscan>noOverscan</monitorOverscan>
       <gpio0>input</gpio0>
       <gpio1>input</gpio1>
       <gpio2>input</gpio2>
       <gpio3>input</gpio3>
       <gpio4>input</gpio4>
       <gpio5>input</gpio5>
       <gpio6>input</gpio6>
       <gpio7>input</gpio7>
       <SerialPortConfiguration>
         <port>0</port>
         <baudRate>115200</baudRate>
         <dataBits>8</dataBits>
         <parity>N</parity>
         <stopBits>1</stopBits>
       </SerialPortConfiguration>
       <SerialPortConfiguration>
         <port>1</port>
         <baudRate>115200</baudRate>
         <dataBits>8</dataBits>
         <parity>N</parity>
         <stopBits>1</stopBits>
       </SerialPortConfiguration>
       <SerialPortConfiguration>
         <port>2</port>
         <baudRate>115200</baudRate>
         <dataBits>8</dataBits>
         <parity>N</parity>
         <stopBits>1</stopBits>
       </SerialPortConfiguration>
       <SerialPortConfiguration>
         <port>3</port>
         <baudRate>115200</baudRate>
         <dataBits>8</dataBits>
         <parity>N</parity>
         <stopBits>1</stopBits>
       </SerialPortConfiguration>
       <SerialPortConfiguration>
         <port>4</port>
         <baudRate>115200</baudRate>
         <dataBits>8</dataBits>
         <parity>N</parity>
         <stopBits>1</stopBits>
       </SerialPortConfiguration>
       <SerialPortConfiguration>
         <port>5</port>
         <baudRate>115200</baudRate>
         <dataBits>8</dataBits>
         <parity>N</parity>
         <stopBits>1</stopBits>
       </SerialPortConfiguration>
       <udpDestinationAddress>255.255.255.255</udpDestinationAddress>
       <udpDestinationPort />
       <udpReceiverPort />
       <flipCoordinates>false</flipCoordinates>
       <touchCursorDisplayMode>auto</touchCursorDisplayMode>
       <language>English</language>
       <languageKey>eng</languageKey>
     </meta>
     <zones>
       <zone>
         <name>Video or Images</name>
         <x>0</x>
         <y>0</y>
         <width>1920</width>
         <height>1080</height>
         <type>VideoOrImages</type>
         <id>1</id>
         <zoneSpecificParameters>
           <viewMode>Letterboxed and Centered</viewMode>
           <audioOutput>Analog Audio with Raw Multichannel on SPDIF</audioOutput>
           <audioMode>Multichannel Surround</audioMode>
           <audioMapping>Audio-1</audioMapping>
           <videoVolume>100</videoVolume>
           <audioVolume>100</audioVolume>
           <liveVideoInput>S-Video</liveVideoInput>
           <liveVideoStandard>NTSC-M</liveVideoStandard>
           <brightness>128</brightness>
           <contrast>64</contrast>
           <saturation>64</saturation>
           <hue>0</hue>
           <imageMode>Scale to Fit</imageMode>
         </zoneSpecificParameters>
         <playlist>
           <name>Playlist 0</name>
           <type>interactive</type>
           <states>
             <initialState>Boot_Screen.mp4</initialState>
             <state>
               <name>Boot_Screen.mp4</name>
               <videoItem>
                 <file name="Boot_Screen.mp4" />
                 <fileIsLocal>True</fileIsLocal>
               </videoItem>
               <brightSignCmd>
                 <name>EnablePowerSaveMode</name>
                 <command>
                   <name>enablePowerSaveMode</name>
                 </command>
               </brightSignCmd>
             </state>
           </states>
         </playlist>
       </zone>
     </zones>
    </BrightAuthor>


    I have this scheduled to run at the end of the day.  Is it correct that i need to scdedule 3 projects as I mention below?  one for poweron, one for content and one for poweroff?

    Thanks
    Rob M
  • 0
    Avatar
    RokuLyndon


    IF it's something you want to run on a schedule, you can do it with three projects, one to power on, one to power off, and the main project.

    You can also add the power on command to a file in the main project, so you just need two projects. So, the power on would occur when the first projects is played.
  • 0
    Avatar
    Robert Mariani


    Thanks Lyndon,
     We decided after reviewing a few other posts on the forums about the control over HDMI not powering off the screen but rather cutting the signal to invest in a $25, 7 day timer on the power outlet!


    Thanks again

    Robert M
Please sign in to leave a comment.