Difference between revisions of "Screen on/off"

From A-SMIL.org
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
  
 
Note. For full sample code, please refer to the SMIL folder that exported by SignApps Express.
 
Note. For full sample code, please refer to the SMIL folder that exported by SignApps Express.
SignApps Express download link:
+
<br>SignApps Express download link: [http://support.iadea.com/hc/en-us/sections/202828806-SignApps-Express]
[http://support.iadea.com/hc/en-us/sections/202828806-SignApps-Express]
+
 
+
 
== Related ==
 
== Related ==
  
 
* [[RS232]]: send custom serial command through RS232 port
 
* [[RS232]]: send custom serial command through RS232 port

Latest revision as of 02:00, 16 June 2017

You can put a display into power-saving, screen-saving stand-by mode by scheduling it to play a special A-SMIL media item adapi:blankScreen as the source of a <ref> item.

For example, to play a playlist that have the display put in stand-by for 2 minutes after play a 5-minute image, you can use the following SMIL script.

<smil>
  <head/>
  <body>
    <seq repeatCount="indefinite">
	<img id="mm1" src="media/CEC_before.jpg" fit="fill" dur="300s"/>
	<ref dur="120s" src="adapi:blankScreen"/>
    </seq>
  </body>
</smil>

Note. For full sample code, please refer to the SMIL folder that exported by SignApps Express.
SignApps Express download link: [1]

Related

  • RS232: send custom serial command through RS232 port