Skip to content

A starting point for creating a custom configuration editor in the LabVIEW Development Environment.

License

Notifications You must be signed in to change notification settings

NISystemsEngineering/CEF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration Editor Framework (CEF)

The Configurator Editor Framework which is a starting point for creating a custom configuration editor in the LabVIEW Development Environment.

Overview:

Application configuration is a large task for application architecture. In an attempt to make system configuration easier for designers as well as end-users, configuration editors are often implemented. In this document we cover the Configurator Editor Framework which is a starting point for creating a custom configuration editor in the LabVIEW Development Environment. The framework consists of a tree control and subpanel API, a LabVIEW project template, and 2 abstract LabVIEW classes.

More information in Configuration Editor Framework (CEF)

Contribution Workflow:

For a more complete workflow, view this set-up guide and this workflow guide.

  1. Fork this repository into your account.
  2. Create a branch for your change.
  3. Make changes, periodically pulling and merging any updates from the central repository.
  4. Push your changes up to your branch in your copy of the repository.
  5. Send a pull request to the owner of this primary repository. Follow the contribution guidelines.

Contribution Guidelines:

  • Limit the scope of your change as much as possible. Smaller changes are easier to process. Any major changes should be discussed beforehand with the managers of the repository to ensure that it fits within the goals and vision of the project.
  • Explain the reason for your change with as much detail as possible. If it is a bugfix, link it to an issue in the issues tracker. If it is an enhancement, consider making an issue in the issue tracker to discuss the enhancement before making it. This ensures that the enhancement will provide value to other users.
  • Run through the style guidelines and any available VI analyzer tests to ensure compliance with the general style of the project. Don't go crazy trying to make the code perfect. Do make sure there are no glaring issues.
  • Before committing a change, be sure to rebase or merge your code off of the most up-to-date source in the master. This reduces the risk of merge conflicts and makes it that much easier to merge your pull request and that much more likely that the change will be accepted.
  • Ensure that all builds are successful with your change in place, after rebasing.
  • Ensure that all tests pass with your change in place, after rebasing.

License

Copyright 2015 National Instruments Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This repository and any materials provided by NI therein are provided AS IS. NI DISCLAIMS ANY AND ALL LIABILITIES FOR AND MAKES NO WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE, OR NON-INFRINGEMENT OF INTELLECTUAL PROPERTY. NI shall have no liability for any direct, indirect, incidental, punitive, special, or consequential damages for your use of the repository or any materials contained therein.

About

A starting point for creating a custom configuration editor in the LabVIEW Development Environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published