This is an editor plugin for ComPAS OpenSCD that helps create and manage bay typicals (templates) for SCL files. It provides functionality for defining reusable bay configurations with functions and subfunctions according to IEC 61850 standards.
npm install
npm start
This will start the development server and automatically open the demo at http://localhost:8000/demo where you can test the bay template editor.
npm test
npm test:watch
npm run lint # Scan project for linting and formatting errors
npm run format # Fix linting and formatting errors
This editor is designed to be used as a plugin within the OpenSCD ecosystem for creating bay templates:
{
"name": "Bay Template",
"icon": "edit",
"active": true,
"src": "path/to/scl-bay-template.js"
}
Please refer to the CoMPAS Contributing Guide for contribution guidelines.
- Jakob Vogelsang
This is an active development project. While functional, it should be considered a prototype and used with appropriate caution in production environments.