FlightJAS EditorFlightJAS Editor is an extension to Visual Studio Code providing syntax and database linking to support parameter, command, and telemetry for MAX Flight Software. STK SOLIS is drive by MAX Flight Software. InstallationFlightJAS Editor is released and managed through the VS Extension Marketplace. After installation, an Use
FlightJAS KeywordsLike any other language, FlightJAS contains keywords to perform various actions. For a complete list of Keywords see FlightJAS Documentation.
Command ExplorerCommand Explorer utilizes the command database to provide intelligence on commands that exist in the system (which can differ based on how the flight software is configured). Using this feature, you will find information about the command and automatic population of argument syntax. To add a command to your
The example above will send the Telemetry ExplorerTelemetry Explorer utilizes the telemetry database to provide intelligence on telemetry mnemonics that exist in the system (which can differ based on how the flight software is configured). Telemetry is often used to test if a condition is met before proceeding or to assign a variable to perform calculations.
The example above gets the value of the
The example above assigns a variable Parameter ExplorerParameter Explorer utilizes the parameter database to provide intelligence on components and parameters that exist in the system (which can differ based on how the flight software is configured). The
The example above changes the Target DirectoryThe term Target Directory refers to the directory containing the structure shown below. Each MAX instance is setup with this type of structure to contain it's Configuration Files, Parameter Database, Command Database, Telemetry Databases, and FlightJAS Sequences.
|