Difference between revisions of "SW Service/API/SUSI4.0 USER MANUAL"

From ESS-WIKI
Jump to: navigation, search
Line 15: Line 15:
 
=== 1.1.1 GPIO ===
 
=== 1.1.1 GPIO ===
  
[[File:1.1.1 GPIO.png|100x150px]]
+
[[File:1.1.1 GPIO.png|100x150px|1.1.1 GPIO.png]]
  
 
General Purpose Input/Output is a flexible parallel interface that allows a variety of custom connections. It supports various Digital I/O devices – input devices like buttons, switches; output devices such as cash drawers, LED lights…etc. And, allows users to monitor the level of signal input or set the output status to switch on/off the device. Our APIs also provided Programmable GPIO and allows developers to dynamically set the GPIO input or output status.
 
General Purpose Input/Output is a flexible parallel interface that allows a variety of custom connections. It supports various Digital I/O devices – input devices like buttons, switches; output devices such as cash drawers, LED lights…etc. And, allows users to monitor the level of signal input or set the output status to switch on/off the device. Our APIs also provided Programmable GPIO and allows developers to dynamically set the GPIO input or output status.
Line 23: Line 23:
 
=== 1.1.2 SMBus ===
 
=== 1.1.2 SMBus ===
  
[[File:1.1.2 SMBus.png|100x150px]]
+
[[File:1.1.2 SMBus.png|100x150px|1.1.2 SMBus.png]]
  
 
SMBus is the System Management Bus defined by Intel® Corporation in 1995. It is used in personal computers and servers for low-speed system management communications. Today, SMBus is used in all types of embedded systems. The SMBus APIs allows a developer to interface a platform to a downstream embedded system environment and transfer serial messages using the SMBus protocols, allowing multiple simultaneous device control.
 
SMBus is the System Management Bus defined by Intel® Corporation in 1995. It is used in personal computers and servers for low-speed system management communications. Today, SMBus is used in all types of embedded systems. The SMBus APIs allows a developer to interface a platform to a downstream embedded system environment and transfer serial messages using the SMBus protocols, allowing multiple simultaneous device control.
Line 29: Line 29:
 
=== 1.1.3 I<sup>2</sup>C ===
 
=== 1.1.3 I<sup>2</sup>C ===
  
[[File:1.1.3 i2c.png|100x150px]]
+
[[File:1.1.3 i2c.png|100x150px|1.1.3 i2c.png]]
  
 
I<sup>2</sup>C is a bi-directional two wire bus that was developed by Philips for use in their televisions in the 1980s. Today, I<sup>2</sup>C is used in all types of embedded systems. The I<sup>2</sup>C API allows a developer to interface a platform to a downstream embedded system environment and transfer serial messages using the I<sup>2</sup>C protocols, allowing multiple simultaneous device control.
 
I<sup>2</sup>C is a bi-directional two wire bus that was developed by Philips for use in their televisions in the 1980s. Today, I<sup>2</sup>C is used in all types of embedded systems. The I<sup>2</sup>C API allows a developer to interface a platform to a downstream embedded system environment and transfer serial messages using the I<sup>2</sup>C protocols, allowing multiple simultaneous device control.
Line 37: Line 37:
 
=== 1.1.4 Watchdog ===
 
=== 1.1.4 Watchdog ===
  
[[File:1.1.4 watchdog.png|100x150px]]
+
[[File:1.1.4 watchdog.png|100x150px|1.1.4 watchdog.png]]
  
 
A watchdog timer (WDT) is a device or electronic card that performs a specific operation after a certain period of time if something goes wrong with an electronic system and the system does not recover on its own.
 
A watchdog timer (WDT) is a device or electronic card that performs a specific operation after a certain period of time if something goes wrong with an electronic system and the system does not recover on its own.
Line 47: Line 47:
 
=== 1.1.5 Hardware Monitor ===
 
=== 1.1.5 Hardware Monitor ===
  
[[File:1.1.5_HardwareMonitor_1.png|100x150px]] &nbsp; [[File:1.1.5_HardwareMonitor_2.png|100x150px]]
+
[[File:1.1.5 HardwareMonitor 1.png|100x150px|1.1.5 HardwareMonitor 1.png]] &nbsp; [[File:1.1.5 HardwareMonitor 2.png|100x150px|1.1.5 HardwareMonitor 2.png]]
  
 
The Hardware Monitor (HWM) APIs is a system health supervision API that inspects certain condition indexes, such as smart fan, fan speed, temperature, current, case open and voltage.
 
The Hardware Monitor (HWM) APIs is a system health supervision API that inspects certain condition indexes, such as smart fan, fan speed, temperature, current, case open and voltage.
Line 55: Line 55:
 
=== 1.1.6 Backlight Control ===
 
=== 1.1.6 Backlight Control ===
  
[[File:1.1.6_Backlight_1.png|100x150px]] &nbsp; [[File:1.1.6_Backlight_2.png|100x150px]]
+
[[File:1.1.6 Backlight 1.png|100x150px|1.1.6 Backlight 1.png]] &nbsp; [[File:1.1.6 Backlight 2.png|100x150px|1.1.6 Backlight 2.png]]
  
 
The Backlight Control APIs allows a developer to interface platform to easily control brightness through PWM and backlight on/off.
 
The Backlight Control APIs allows a developer to interface platform to easily control brightness through PWM and backlight on/off.
Line 63: Line 63:
 
=== 1.1.7 Storage ===
 
=== 1.1.7 Storage ===
  
[[File:1.1.7_Storage.png|100x150px]]
+
[[File:1.1.7 Storage.png|100x150px|1.1.7 Storage.png]]
  
 
Storage is a non-volatile storage, the storage APIs allows a developer to access storage information, read/write data to storage and lock/unlock data area (same like write protection) by a key.
 
Storage is a non-volatile storage, the storage APIs allows a developer to access storage information, read/write data to storage and lock/unlock data area (same like write protection) by a key.
Line 71: Line 71:
 
=== 1.1.8 Thermal Protection ===
 
=== 1.1.8 Thermal Protection ===
  
[[File:1.1.8_Thermal_1.png|100x150px]] &nbsp; [[File:1.1.8_Thermal_2.png|100x150px]]
+
[[File:1.1.8 Thermal 1.png|100x150px|1.1.8 Thermal 1.png]] &nbsp; [[File:1.1.8 Thermal 2.png|100x150px|1.1.8 Thermal 2.png]]
  
 
Thermal Protection can select a thermal source to monitor. When source temperature reach the limit, SUSI can act protect function to protect system.
 
Thermal Protection can select a thermal source to monitor. When source temperature reach the limit, SUSI can act protect function to protect system.
 +
 +
 +
 +
== 1.2 Benefits ==
 +
 +
*'''Faster Time to Market'''
 +
 +
SUSI's unified API helps developers write applications to control the hardware without knowing the hardware specs of the chipsets and driver architecture.
 +
 +
&nbsp;
 +
 +
*'''Reduced Project Effort'''
 +
 +
When customers have their own devices connected to the onboard bus, they can either: study the data sheet and write the driver & API from scratch, or they can use SUSI to start the integration with a 50% head start. Developers can reference the sample program on the CD to see and learn more about the software development environment.
 +
 +
&nbsp;
 +
 +
*'''Enhances Hardware Platform Reliability'''
 +
 +
SUSI provides a trusted custom ready solution which combines chipset and library function support, controlling application development through SUSI enhances reliability and brings peace of mind.
 +
 +
&nbsp;
 +
 +
*'''Flexible Upgrade Possibilities'''
 +
 +
SUSI supports an easy upgrade solution for customers. Customers just need to install the new version SUSI that supports the new functions.
 +
 +
&nbsp;
 +
 +
*'''Backward compatibility'''
 +
 +
Support SUSI 3.0, iManager 2.0 and EAPI 1.0 interface. Customers don’t need to change any APIs in their applications.
 +
 +
 +
 +
== 1.3 Environment Requirements ==
 +
 +
=== 1.3.1Operating Systems ===
 +
 +
Windows XP Embedded
 +
 +
Windows XP 32-bit
 +
 +
Windows 7 (x86 / x64)
 +
 +
WES7 (x86 / x64)
 +
 +
Windows 8 Desktop (x86 / x64)
 +
 +
Windows CE 5 / 6 / 7
 +
 +
Linux (Project based, request from your local FAE)
 +
 +
Android (Project based, request from your local FAE)
 +
 +
QNX (Project based, request from your local FAE)
 +
 +
VxWorks (Project based, request from your local FAE)

Revision as of 09:15, 28 October 2016

1 Introduction

SUSI – A Bridge to Simplify & Enhance H/W & Application Implementation Efficiency

When developers want to write an application that involves hardware access, they have to study the specifications to write the drivers. This is a time-consuming job and requires lots of expertise.

Advantech has done all the hard work for our customers with the release of a suite of Software APIs (Application Programming Interfaces), called Secured & Unified Smart Interface (SUSI).

SUSI provides not only the underlying drivers required but also a rich set of user-friendly, intelligent and integrated interfaces, which speeds development, enhances security and offers add-on value for Advantech platforms. SUSI plays the role of catalyst between developer and solution, and makes Advantech embedded platforms easier and simpler to adopt and operate with customer applications.

 

1.1 Functions

1.1.1 GPIO

1.1.1 GPIO.png

General Purpose Input/Output is a flexible parallel interface that allows a variety of custom connections. It supports various Digital I/O devices – input devices like buttons, switches; output devices such as cash drawers, LED lights…etc. And, allows users to monitor the level of signal input or set the output status to switch on/off the device. Our APIs also provided Programmable GPIO and allows developers to dynamically set the GPIO input or output status.


1.1.2 SMBus

1.1.2 SMBus.png

SMBus is the System Management Bus defined by Intel® Corporation in 1995. It is used in personal computers and servers for low-speed system management communications. Today, SMBus is used in all types of embedded systems. The SMBus APIs allows a developer to interface a platform to a downstream embedded system environment and transfer serial messages using the SMBus protocols, allowing multiple simultaneous device control.

1.1.3 I2C

1.1.3 i2c.png

I2C is a bi-directional two wire bus that was developed by Philips for use in their televisions in the 1980s. Today, I2C is used in all types of embedded systems. The I2C API allows a developer to interface a platform to a downstream embedded system environment and transfer serial messages using the I2C protocols, allowing multiple simultaneous device control.

 

1.1.4 Watchdog

1.1.4 watchdog.png

A watchdog timer (WDT) is a device or electronic card that performs a specific operation after a certain period of time if something goes wrong with an electronic system and the system does not recover on its own.

A watchdog timer can be programmed to perform a warm boot (restarting the system) after a certain number of seconds during which a program or computer fails to respond following the most recent mouse click or keyboard action.


1.1.5 Hardware Monitor

1.1.5 HardwareMonitor 1.png   1.1.5 HardwareMonitor 2.png

The Hardware Monitor (HWM) APIs is a system health supervision API that inspects certain condition indexes, such as smart fan, fan speed, temperature, current, case open and voltage.

 

1.1.6 Backlight Control

1.1.6 Backlight 1.png   1.1.6 Backlight 2.png

The Backlight Control APIs allows a developer to interface platform to easily control brightness through PWM and backlight on/off.

 

1.1.7 Storage

1.1.7 Storage.png

Storage is a non-volatile storage, the storage APIs allows a developer to access storage information, read/write data to storage and lock/unlock data area (same like write protection) by a key.

 

1.1.8 Thermal Protection

1.1.8 Thermal 1.png   1.1.8 Thermal 2.png

Thermal Protection can select a thermal source to monitor. When source temperature reach the limit, SUSI can act protect function to protect system.


1.2 Benefits

  • Faster Time to Market

SUSI's unified API helps developers write applications to control the hardware without knowing the hardware specs of the chipsets and driver architecture.

 

  • Reduced Project Effort

When customers have their own devices connected to the onboard bus, they can either: study the data sheet and write the driver & API from scratch, or they can use SUSI to start the integration with a 50% head start. Developers can reference the sample program on the CD to see and learn more about the software development environment.

 

  • Enhances Hardware Platform Reliability

SUSI provides a trusted custom ready solution which combines chipset and library function support, controlling application development through SUSI enhances reliability and brings peace of mind.

 

  • Flexible Upgrade Possibilities

SUSI supports an easy upgrade solution for customers. Customers just need to install the new version SUSI that supports the new functions.

 

  • Backward compatibility

Support SUSI 3.0, iManager 2.0 and EAPI 1.0 interface. Customers don’t need to change any APIs in their applications.


1.3 Environment Requirements

1.3.1Operating Systems

Windows XP Embedded

Windows XP 32-bit

Windows 7 (x86 / x64)

WES7 (x86 / x64)

Windows 8 Desktop (x86 / x64)

Windows CE 5 / 6 / 7

Linux (Project based, request from your local FAE)

Android (Project based, request from your local FAE)

QNX (Project based, request from your local FAE)

VxWorks (Project based, request from your local FAE)