LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control izarc or winzip or winuha with labview

Hi.

I have a lot of data with my acquisition program.
The idea is to compress it to file it.
How can I make an automatic program with labview to compress datas with winzip or izarc or winuha or anything else???
It's very important for me because my data can be more than 4 Go then compressed less than 300 Mo !
Can somebody help me on this point???

Thanks in advance.
0 Kudos
Message 1 of 8
(3,799 Views)
Hey madness if you downlaod the openG toolkit from www.openG.org then they have all kinds of tools in there for this.



Joe.
"NOTHING IS EVER EASY"
Message 2 of 8
(3,783 Views)
sorry joe, but I dont have find it on the site.
Can you be more specific on the web adress, it will be very helpfull.
Thanks a lot.
0 Kudos
Message 3 of 8
(3,781 Views)
Go here first you have to download the installer then you can download all packages.

http://www.openg.org/tiki/tiki-index.php?page=OpenG+Toolkit%3A+Downloads

read the instructions on the website to use it. You will have to change the pallette views in labview but it will be gratly rewarding when you do. I personally use it everyday for something.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 4 of 8
(3,757 Views)
thanks joe.
I look at the openG add-on in labview, and you look to be righ : it seems very usefull !
Thank you for your help.

regards
0 Kudos
Message 5 of 8
(3,754 Views)
As another option, you can use zlib (a very commonly used freeware library) directly from LabVIEW. Its compression algorithm is very similar to WinZIP, so you should get similar results. Search for LabVIEW Windows Routines for Data Compression at the main ni.com prompt or try the following link

http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E62D56A4E034080020E74861&p_....
Message 6 of 8
(3,744 Views)
no problem at all whith the two.
It's not very nice to tell me those two good solutions : I dont know what solution to choose ;-D

Thank you two.

Regards
0 Kudos
Message 7 of 8
(3,738 Views)
DFGray wrote:

> As another option, you can use zlib (a very commonly used freeware library) directly from LabVIEW. Its compression algorithm is very similar
to WinZIP, so you should get similar results. Search for <B>LabVIEW Windows
Routines for Data Compression</B> at the main ni.com prompt or try the
following link <snip>

As the original developer of the OpenG lvzip library I just want to say
that it does make use of the zlib library internally. What I did was
merging the "zlib" library by Jean-loup Gailly and Mark Adler with the
"zip/unzip" code from Gilles Vollant and changing the export type of the
functions so that the same VIs could be used to call either a unix
shared library of that code or a Windows DLL version.

The next version currently under testing will support adding new files
to an existing archive, deleting files from an archive as well as
extracting password protected files.

Rolf KAlbermatter

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 8 of 8
(3,701 Views)