Compose File Menu Reference

NORTHSTARSHOW SYSTEMS

Compose File Menu Reference

Every Compose File menu command, in order

Document NumberRevisionDatePlatform Version
NSSS-DOC-0022A2026-05-201.0

File Menu Items

CommandShortcutBehaviour
New ProjectCtrl+NCreates an empty project with default metadata
Open Project…Ctrl+OOpens a .nsss.compose archive into the workspace
SaveCtrl+SWrites the current project to its existing file path
Save As…Ctrl+Shift+SWrites the project to a new file path
Export NorthLink firmware…Writes per-node .nsss.ino source files to a chosen folder
Build Firmware…Ctrl+Shift+BCompiles per-variant .bin binaries via arduino-cli and stores them in project state
Deploy to Helm…Ctrl+Shift+DPOSTs the current project to the configured Helm IP
ExitAlt+F4Closes Compose; prompts to save if dirty

Behaviour Notes

  • Save will use the file path from the last Save As or Open. New projects default to %USERPROFILE%\Documents.
  • Build Firmware writes .bin files into the project's in-memory firmware store. They are persisted into the .nsss.compose archive when Save is next executed.
  • Deploy to Helm always re-bundles the current project (including any pending Build Firmware output) before uploading.
  • Export NorthLink firmware does not run a compile — it writes .ino source files that you flash via Arduino IDE or arduino-cli.
  • NSSS-DOC-0020Compose User Guide
  • NSSS-DOC-0061Firmware OTA Update Guide

Revision History

RevisionDateDescription
A2026-05-20Initial publication