The
App
component (kit: sys
) is the single, top-level component in a Sedona app.
As shown in Figure 49, properties in Workbench are few: App Name (unlike most naming in Sedona, can exceed 7 characters), and Scan Period — the cycle scan period in milliseconds.
Also shown are actions on the App component, which include:
Save — Saves the current configuration in RAM to the persistent storage (typically Flash memory) of the Sedona node.
Hibernate — A confirmation is required. Initiates hibernate mode of the Sedona node, if supported.
Quit — A confirmation is required. Immediately stops the app and Sedona process (system halt). Of course, any sox connections are also immediately dropped. At the node, a local hardware restart or power cycle will be necessary to restart.
Restart — A confirmation is required. Immediately restarts the app and Sedona process. Any sox connections are also immediately dropped, but access should be possible once the node restarts.
Reboot — A confirmation is required. Immediately restarts the app, Sedona process, and operating system. Any sox connections
are also immediately dropped, but access should be possible once the node reboots and the app restarts. In the case of the
SED-M0x
based nodes (Sedona Dev Board), this action is equivalent to a Restart action.
Copyright © 2000-2014 Tridium Inc. All rights reserved.