Introduction
Integrated Solutions
- Custom Development
This page will walk you through the process of editing a CSV Device Spec, processing it and creating a new GUI. Device Specs are used to stream data from Manage (Mn) to Plan. If you are trying to create a new command or expand an existing one (ex.: add a new control variable) this isn't the page you are looking for.
To update a variable, you must have these repositories within the same folder. If you do not, it is recommended you set up your system as described in Building fx_plan_stack from sources. This will ensure you have the correct folder structure. Also, you will have to build fx_plan_stack in step 3.
This page contains information about the computer side of things. This will only work if Manage (Mn) was compiled with the same Device Spec. As a reminder, here is what's needed to handle the embedded side.
Notes:
A clean build of the GUI is all you need for your variable to be available in the Device Window, 2DPlot, and log. This can be done in QT or with the GUI Script as described in Compiling the GUI with GUI Script.