Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/15/2020 in Posts

  1. There's lots of examples of this posted on NI's forums. Here's one I've been using for a while: https://forums.ni.com/t5/LabVIEW/crc-8/m-p/580831#M272003 Note that if you are using this for the CRC calculation in an automotive CAN frame you may also want to add in the ability to skip the CRC byte location, as I've seen CAN-FD frames that have the CRC not at the last byte in the payload. In some cases the CRC stops being calculated once it hits the CRC, and in some cases I've seen the calculation skip this byte, and continue with the test. Also if you are doing this calcuation and you happen to be using XNet hardware, you can actually have the hardware perform the CRC calculation for you. Here is the idea exchange on adding this feature, and here is a blog post talking about the unofficial way to get the hardware to do this today.
    1 point
  2. I created a package that allows you to create Markdown syntax files using LabVIEW. Code, Download, Bugs/Features, announcement. Ton
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.