08-13-2009 08:55 AM
Hi,
Can someone please let me know how I would go about getting a crc32 checksum in labview of a binary file?
Thanks & Regards,
Don1.
08-13-2009 08:59 AM
08-13-2009 08:59 AM
09-10-2018 12:56 PM
Telling a user to search is not useful. And looks especially dumb when it is on a google result. Just don’t post if yo don’t provide an answer.
09-10-2018 01:02 PM
@Jandy wrote:
Telling a user to search is not useful. And looks especially dumb when it is on a google result. Just don’t post if yo don’t provide an answer.
How is that not useful? If they search they'll find the answer with the minimum amount of effort. What looks dumb to me is replying to a nine-year-old thread to complain about encouraging searching before posting.
09-10-2018 01:39 PM
Telling a user to search is not useful. And looks bad when it appears on a google result. Please don’t post if you don’t provide an answer.
09-10-2018 02:21 PM
@Jandy wrote:
Telling a user to search is not useful. And looks bad when it appears on a google result. Please don’t post if you don’t provide an answer.
Okay, let's put this bluntly. When someone expects someone else to do the legwork they should have done before - i.e., use Google first - you tell them to do that first, because that's what you did to find the answer.
09-10-2018 02:22 PM
@Jandy wrote:
Telling a user to search is not useful. And looks bad when it appears on a google result. Please don’t post if you don’t provide an answer.
Oh, and did you find the answer by Googling? (Better say, "no!")
09-11-2018 06:31 AM
What is the purpose of the CRC32? Just validation?
Why not use MD5? There's an OOTB VI for getting a file's MD5... Not technically a CRC, but probably works even better.
09-11-2018 06:48 AM
wiebe@CARYA wrote:
Why not use MD5? There's an OOTB VI for getting a file's MD5... Not technically a CRC, but probably works even better.
In my experience, they work the same as long as your file stays under 4GB (the limit of the CRC32 before getting a repeat answer). It would be interesting to do a performance comparison...