Sensor Controller Studio¶
Main Window¶
The Sensor Controller Studio main window can be divided into four main sections:
- The menu bar and toolbar (at the top)
- The project tree (to the left)
- The panel section (to the right)
- The status bar (at the bottom)
Project Tree and Panels¶
The project tree provides an overview of currently open projects, and it allows for quick navigation through Sensor Controller Studio panels.
Each entry in the project tree corresponds to a panel to be displayed in the panel section. The panel hierarchy consists of the following panels:
- Start Page Panel
- Project Panel (one for each opened Sensor Controller project)
- Power and Clock Settings Panel (only displayed when a CC13x2, CC26x2, CC13x4 or CC26x4 target chip is selected)
- Task Panel (one for each Sensor Controller task, up to 8 per project)
- Constants and Data Structures Panel
- Initialization Code Panel
- Execution Code Panel
- Event Handler Code Panel (only displayed when enabled through task resource selection)
- Termination Code Panel
- I/O Mapping Panel
- Code Generator Panel
- Task Testing Panel (only displayed when there is at least one open project)
- Task Debugging Panel (only displayed during a task testing session)
- Run-Time Logging Panel (only displayed when there is at least one open project)
The following panel(s) are not displayed in the project tree:
Help System¶
The integrated help document viewer can be accessed as follows:
- Through the Start Page Panel and the Help menu
- Press F1 to display documentation on the currently displayed panel when the mouse cursor is over the panel section, or this page otherwise
- Press F2 to display the Task Code Language Reference
- Task Panel : Click on a “?” button in the task resource list to display documentation on the selected resource
- Task Code Editor Panel : Double-click on one of the listed procedures to display documentation on this (and the associated resource)
Command Line Interface¶
Use the code generation Command Line Interface for build automation.