Skip to content

Many control applications require a mechanism to store and manage data in one location in the application so that different parts of the application have access to the current value of I/O channels and others variables. The Current Value Table (CVT) is a set of LabVIEW VIs that developers use to store and retrieve data asynchronously from differ…

License

Notifications You must be signed in to change notification settings

NISystemsEngineering/CurrentValueTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current Value Table (CVT)

Many control applications require a mechanism to store and manage data in one location in the application so that different parts of the application have access to the current value of I/O channels and others variables. The Current Value Table (CVT) is a set of LabVIEW VIs that developers use to store and retrieve data asynchronously from different parts of an application.

###The LabVIEW version used for the CVT is 2010. Please ensure that all pull requests use 2010. If you do not have 2010, be sure to use features supported in 2010 -- that is, don't use auto-indexing, async call by ref, or any other features added in the last few years.

The main landing page for the CVT is here: https://decibel.ni.com/content/docs/DOC-36858 Which is part of the reference design portal, ni.com/referencedesigns

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.

About

Many control applications require a mechanism to store and manage data in one location in the application so that different parts of the application have access to the current value of I/O channels and others variables. The Current Value Table (CVT) is a set of LabVIEW VIs that developers use to store and retrieve data asynchronously from differ…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published