Format
LabVIEW Virtual Instrument File Format
Summary
- Name
- LabVIEW Virtual Instrument File Format
- Version
- 3.0
- Identifiers
- PUID: fmt/2111
- Format type
- Dataset
- Description
- LabVIEW Virtual Instrument is a proprietary format that stores the core building blocks of the LabVIEW software developed and maintained by the National Instruments company. It describes processes chaining together virtual instruments that reproduce the behavior of a physical traditional instrument (oscilloscope, multimeter, etc.). The format describes both a "front panel" - the GUI that displays controls, inputs and outputs and lets the user define the data flow according to a graphical programming language - and a "block diagram", which is the source code of the file. Some VI files can be distributed as templates and can be identified by their extension .vit.
- File extensions
-
vi,vim,vit - Source
- Technische Informationsbibliothek (TIB) Hannover / Technische Informationsbibliothek (TIB) Hannover
Internal signatures
LabVIEW Virtual Instrument 3.0
- Note
- "RSRC" (0x52 0x53 0x52 0x43) \r\n (0x0D 0x0A) a version number on two bytes little-endian (first byte = minor version, second byte = major version) (here 0x00 0x03) "LVIN" for "LabVIEW Instrument" (0x4C 0x56 0x49 0x4E) "LBVW" for "LabVIEW" as the producer (0x4C 0x42 0x56 0x57)
Byte sequences
- Min Frag Length
- Absolute from BOF
- Offset
- 0
- Max offset
- 0
- Byte Sequence
525352430D0A00034C56494E4C425657- Endianness
- None
Changelog
-
Added in V125
- Release date
- 7 September 2026
LabVIEW Virtual Instrument File Format 3.0: Signature researched and samples provided by Technische Informationsbibliothek (TIB).
LabVIEW Virtual Instrument File Format 3.0: Full entry added. Submitted by Technische Informationsbibliothek (TIB).