Sections in this page:
Table of Contents | ||
---|---|---|
|
Introduction
ATDM's s development kit offers a high-definition 15.6" capacitive touch panel (other display sizes are available) , and processing capability to deliver feature-rich digital instrumentation. ATDM's s hardware platform offers provides unlimited possibilities for creating intuitive and eye-catching human-machine interfaces for monitoring and interacting with electric vehicle vehicles and energy storage applications.
ATDM's kernel operates Linux Yocto, which leaves plenty of commercial and open-source embedded software tools to create embedded graphical user interfaces (GUIseGUIs). ATDM's development kit currently supports supports Crank's Storyboard Suite, which is a commercial GUI design studio and development platform for embedded applications. Qt is another platform we anticipate supporting in the future, but for the purposes of the remaining documentation we will refer to Cranks' Storyboard Suite.
Getting Started
Crank offers a 30-day trial version of their Storyboard Suite. Once downloaded and installed on your development machineThe Storyboard can accelerate embedded eGUI development cycles.
Embedded GUI Environment
You will need to download Storyboard Suite onto your development workstation. Once installed, there are multiple demo applications they provide provided to help get you started on evaluating their development studioStoryboard. Please refer to Crank's online product documentation to learn more about Storyboard Suite.
ATDM comes pre-installed with Crank's Thermostat or Storyboard IO application as shown below. This It is a good starter application for evaluating the interaction of UI's controls and transitioning to other screens. The demo can be loaded into Storyboard Suite from your development machine at Crank's default installation directory "C:\Program Files (x86)\Crank_Software\Samples".
Storyboard IO Sample
There is a script in the root directory labeled "Crank", which allows configuration to launch other applications after boot-up. If you open the script, as shown below, the last line item is where you can configure the .gapp file to run another application. In the example below, the demo application is replaced with TestExample application to launch after boot up. This application takes advantage of Crank's StoryboardIO (SBIO) API to interface with data back and forth from ATDM.
...
While generating awesome looking demo applications on ATDM is great for product demonstrations, this only completes half the puzzle for implementing fully functional display instrumentation. The GUI application will need external communication for mapping data sets to gauges, text readouts and button controls. There are various methods for sending and receiving data to GUI applications, and they will vary based on GUI development platforms. ATDM has a class library known as ATDMIO that handles ATDM utilizes Crank's StoryboardIO, which handles the back end communication channels for various GUI platform APIs. The table below shows current and future supported APIs.
...
You can learn more about StoryboardIO in the Dev Environment - Back End UI section.