LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create one checksum for 264 vis

Solved!
Go to solution

Hi,

 

How to create "one Checksum" for 264 Vis.These 264 Vis are Interlinked if i change code for any .vi the checksum Should be update.This checksum is shown on the main window.

 

Regards

Ravindranath

Message 1 of 8
(2,814 Views)
Solution
Accepted by Ravindranath.K

You can refer to "MD5Checksum File.vi"

 

MD5Checksum File.png

 

It essentially calculates the MD5 of a file by reading the complete file (in a chunk of 512 KB data at a time)...!!

You can keep it in loop and and run for all your files...!!

 

Remember files should not go for renaming or else instead of passing file paths you may want it to sort with size of data of last modification...!!


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 2 of 8
(2,805 Views)

Thanks.I am already using this MD5checksum.vi file concept,my problem is we can create only one checksum for a single VI by using MD5checksum.vi.I need One checksum for 264 VIs.If I Keep MD5checksum.vi in a Loop I can get one Checksum for single VI.I want,If i update "any one of the 264 VIS" My main checksum should change.Please help me. 

0 Kudos
Message 3 of 8
(2,794 Views)

Check this..!!
Basically this is modification of existing VI function (MD5checksum.vi)...!!

 

You might want to modify it further...!!


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 4 of 8
(2,778 Views)

hi sir,

 

Can u please save and send me "Multiple File MD5 Checksum (Version 2009).vi" for previous version Labview 8.6.Beacause we are using Labview8.6.please send me.

 

Regards

Ravindranath

0 Kudos
Message 5 of 8
(2,768 Views)

Here you go..!!


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 6 of 8
(2,760 Views)

Here's a slightly simplified version (saved in 8.6).  There's no need for the Get/Set File Position.  The file position is already being incremented with the read.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 7 of 8
(2,750 Views)

Everyone's examples gives me the same results and I've tried on multiple folder paths.

MD5 message-digest: "0123456789abcdeffedcba9876543210"

Any ideas why? (Using LV16 if that has anything to do with it.)

 

0 Kudos
Message 8 of 8
(2,453 Views)