DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a Dataplugin that wraps up TDM/TDX files in a zip?

I would like to compress the TDM/TDX files used by Labview and DIAdem.  Has anyone created a dataplugin that wraps up these files into an archive?
 
Jim West
Summitek Instruments
0 Kudos
Message 1 of 3
(3,650 Views)
There is no need for a dataplugin to do that. Compress your data-files with any console-application like "pkzip".  If you want to automatisize it, use the ExtProgram -Command in your script. Or write a script, that only contain this command and assoziate it with a scriptstart-button in Diadem.

Martin Bohm
0 Kudos
Message 2 of 3
(3,645 Views)

Here is an example for WinRAR:

Call ExtProgram ("c:\Programme\WinRAR\WinRAR.exe","m -ep -ibck c:\DatenLX\" & KMaschnr_ & " c:\DatenLX\" & KMaschnr_ & ".*")

This compresses all files named (machine number).* into a rar file with the name (machine number).rar without prompting and in the background and afterwards deletes all uncompressed (machine number) files

 

Message 3 of 3
(3,636 Views)