PFC Configurator GUI
A melody replacement for the standalone PFC configurator GUI
Dev Setup:
- Enviornment Setup for Development SCF-Environment Setup
- Examples Software Module Development using Automodule 5.x.y
Compile & Build
-
cd to the cloned repo
-
run the following commands:
-
yarn
- this downloads all of the project dependencies to your machine
-
yarn build-latest-run-dir
- this gets automodule latest
-
yarn build
- Builds the project and distributes the output files to the run directory.
-
-
In a different terminal open MCC by running
./launch
on unix / linux or ./launch.bat
on windows. Update the default device indicated in the launch file to your desired device. Under Device Resources you should see your module.
error
if in yarn
command an error of unable to write, restart system or close all node instances
Changelog
[1.0.0]
- Initial release version