Jump to content

VIT File Extension: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Q moved page Vit to VIT File Extension: Fixing Title
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'Vit' is the acronym and file type for LabVIEW Templates. Templates are patterns or models, used as starting points to create a new instance (copy) of that template. This new instance can either be used to perform some work in several instances (Think of communication using different channels or driving different devices.) or can be modified in order to not start on scratch but with some similar code.<br />
'''VIT File Extension''' (''*.vit'') is the acronym and file type for LabVIEW [[VI]] Templates. Templates are patterns or models, used as starting points to create a new instance (copy) of that template. This new instance can either be used to perform some work in several instances (Think of communication using different channels or driving different devices.) or can be modified in order to not start on scratch but with some similar code.<br />
The latter use case is available with the 'File/New' command. This offers to create a new VI from one of several templates. There are templates for Data Acquisition [ [[DAQ]] ], several Frameworks and Design Patterns and some Tutorial templates.
The latter use case is available with the 'File/New' command. This offers to create a new VI from one of several templates. There are templates for Data Acquisition [ [[DAQ]] ], several Frameworks and Design Patterns and some Tutorial templates.


[[category:LabVIEW file extensions]]
[[Category:LabVIEW file extensions]]

Latest revision as of 05:45, 8 December 2018

VIT File Extension (*.vit) is the acronym and file type for LabVIEW VI Templates. Templates are patterns or models, used as starting points to create a new instance (copy) of that template. This new instance can either be used to perform some work in several instances (Think of communication using different channels or driving different devices.) or can be modified in order to not start on scratch but with some similar code.
The latter use case is available with the 'File/New' command. This offers to create a new VI from one of several templates. There are templates for Data Acquisition [ DAQ ], several Frameworks and Design Patterns and some Tutorial templates.