Example
For examples of how to use state machines, please refer to the following book.
Best Practices > State Machine Solutions
This book explains how to create IVI solutions using state machines, with actual operating procedures as best practices. It is divided into five parts according to purpose, and it is recommended that you work through the parts in order, starting with Part 1. The following parts in particular are useful as examples of actual configuration procedures.
| Part 1: Prepare Scenes | Explanation of the procedure for creating scenes that are common to the best practices of State Machines. Before executing other parts, you must follow the procedure explained on this page. |
| Part 2: Configuring the Global State Machine | Explanation of the basic operations for building State Machines, including the Global State Machine settings, OnEntry/OnExit actions for States, and the settings for each Transition. |
| Part 3: Handle Media Devices Using History State | Explanation of how to use/configure Subchart and History State. |