Open main menu

DAVE Developer's Wiki β

Supported power mode transitions (SBC Lynx)

Revision as of 10:04, 25 October 2016 by U0001 (talk | contribs)

Info Box
AXEL ULite-top.png Applies to AXEL ULite
SBC Lynx-top.png Applies to SBC Lynx

IntroductionEdit

SBC Lynx allows to implement different schemes to manage power mode transitions. The following sections describe the most common modes. If you need to implement a mode that is not listed here, please get in touch with Sales department.

On/off modeEdit

This is the default supported mode. This mode fits the majority of industrial application where device is powered on by the application of supply voltage and it is powered off by the removal of it. The state diagram of power states is depicted in the following image.


 
State diagram of on/off power mode.


It is worth remembering that, in case the systems transitions to the shutdown state [1], it requires a power off/on cycle to start again.


[1] In case Linux operating system is used, transition to shutdown state can be triggered by issuing the following command: shutdown -h now.

Tablet modeEdit