Plugins and Scripting

Top  Previous  Next

Introduction

FlashPro can run scripts to change calibration values and automate functions using use the Lua language https://www.lua.org/.  Scripts are packaged in the form of a Plugins.

 

Plugins

Plugins can either by run from the Plugin menu or can run in response to events (like loading a datalog).  A plugin can do things like update calibration parameters/tables or analyze datalogs.

 

Installing a Plugin

In FlashPro open the Plugins menu
Select Manage Plugins
Click the Install button

 

Also see Writing a plugin

 

Security

Plugins can change any parameter or table in a calibration.  Only install and run plugins from trusted sources.

 

Plugin Graphics

Work in progress.  Unsupported.

 

Plugin Debugger

Work in progress.  Unsupported.