Difference between revisions of "AMP Sleep"

From wiki.emacinc.com
Jump to: navigation, search
(Page creation)
 
(Added description of sleep)
Line 1: Line 1:
{{todo|Add sleep description (09.22.2020, BTisler)}}
+
{{todo|Add links to helpful info (09.22.2020, BTisler)}}
  
 
{{#seo:
 
{{#seo:
Line 8: Line 8:
 
}}
 
}}
  
Description Text goes here
+
APM (Advanced Power Management) is a standard in power management, developed by Intel and Microsoft, which allows the operating system to control the amount of power sent to devices. Select EMAC products allow for APM Sleep, a command that puts the device into a lower power "deep sleep" state and minimizes the device's power consumption. <br>
 +
<br>
 +
From the command line, use command:
 +
<syntaxhighlight lang="text">sleep [N]..</syntaxhighlight>
 +
where [N].. is time equal to the total of the args given, where each arg can
 +
have an optional suffix of (s)econds, (m)inutes, (h)ours, or (d)ays<br>
 +
<br>
 +
After the given time, the device will resume normal operation and power consumption.
 +
 
  
 
<br clear=all>
 
<br clear=all>
== See Also ==
+
<!---== See Also ==
 
The following sites may provide some useful background information:
 
The following sites may provide some useful background information:
*  LINKS
+
*  LINKS---!>

Revision as of 12:58, 22 September 2020

TODO: {{#todo:Add links to helpful info (09.22.2020, BTisler)||}}

APM (Advanced Power Management) is a standard in power management, developed by Intel and Microsoft, which allows the operating system to control the amount of power sent to devices. Select EMAC products allow for APM Sleep, a command that puts the device into a lower power "deep sleep" state and minimizes the device's power consumption.

From the command line, use command:

sleep [N]..

where [N].. is time equal to the total of the args given, where each arg can have an optional suffix of (s)econds, (m)inutes, (h)ours, or (d)ays

After the given time, the device will resume normal operation and power consumption.