Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 804 Bytes

File metadata and controls

33 lines (21 loc) · 804 Bytes

Kompress - LabVIEW String Compression-Decompression VIs

A project with LabVIEW VIs for compressing and decompression strings using dotNET and gzip.

The Project includes the following tools/VIs:

  • Compress String.vi
  • Custom GZipStream.vi
  • Decompress String.vi
  • Main.vi

Minimum Requirements

  • LabVIEW 2018 (32/64 bit)
  • .NET Core 3.1

Code Snippets

Main.vi:

Example VI that 5MB string of random characters and number to compress and decompress.

Front Panel Block Diagram


Compress String.vi:

Block Diagram


Decompress String.vi:

Block Diagram