08-25-2014
10:29 AM
- last edited on
01-31-2024
08:41 AM
by
migration-bot
Please post any comments, questions or feedback on the SENT Reference API in this thread.
SENT References:
NI Community: https://forums.ni.com/t5/Example-Code/SENT-Communication-Protocol-Reference-Example-in-LabVIEW-FPGA/...
Wikipedia: http://en.wikipedia.org/wiki/SENT_(protocol)
SAE Standard: http://standards.sae.org/j2716_201001/
Digi-Key article: http://www.digikey.com/en/articles/techzone/2011/may/digital-communication-for-smart-modern-sensors
05-27-2015
09:03 AM
- last edited on
01-31-2024
08:42 AM
by
migration-bot
Hi,
I am using the following driver to read data from a sensor by SENT.
I am able to read information but I have a problem with the CRC. The check is 90% wrong, even if the information is always right. Do I need to change something inside the CRC VI?
I have tried to use this library too (https://www.ni.com/en/support/downloads/tools-network/download.sent-driver-api.html), but I couldn't find the CRC.
Thanks!
Davide
11-04-2015
09:00 PM
- last edited on
01-31-2024
08:43 AM
by
migration-bot
Please post any comments, questions or feedback on the SENT Reference API in this thread.
SENT References:
NI Community: https://forums.ni.com/t5/Example-Code/SENT-Communication-Protocol-Reference-Example-in-LabVIEW-FPGA/...
Wikipedia SEO: http://en.wikipedia.org/wiki/SENT_(protocol)
SAE Standard: http://standards.sae.org/j2716_201001/
Digi-Key article: http://www.digikey.com/en/articles/techzone/2011/m
04-15-2016 04:18 PM - edited 04-15-2016 04:19 PM
Hi Christian,
Can the SENT Driver API be used with the R series PXI FPGA cards? Looks like a total of 2 digital channels are needed - 1 to receive, and 1 to send. Thanks.
--KT
04-18-2016
07:21 AM
- last edited on
01-31-2024
08:44 AM
by
migration-bot
The SENT communication example provided in https://forums.ni.com/t5/Example-Code/SENT-Communication-Protocol-Reference-Example-in-LabVIEW-FPGA/... can be used with R series devices.
The SENT Driver API on the LabVIEW Tools Network (https://www.ni.com/en/support/downloads/tools-network/download.sent-driver-api.html) is a different set of code, and I'm not very familiar with it. But after taking a look at it, I don't see why it wouldn't work with the R series as well.
05-24-2017 09:55 AM
The CRC sub-vi does not seem to calculate the correct CRC value according to the SAE 2010 SENT protocol.
05-26-2017 10:00 AM
05-26-2017 10:12 AM
Sure, Christian:
Here are the taken from SAE_J2716_Jan2010:
It seems that the original vi used different CRC implementation.
05-26-2017 01:17 PM
Here is a LabVIEW implementation of the SAE 2010 SENT CRC code using the 5.4.2.2.2 16-element array implementation. I will include this in the example code next week, but wanted to share it with you so that you can use it before I have the chance to update the code. The default value for Initial CRC Value is 5 (binary 0101).This code tests successfully for all of the test cases in Table B.1-2.
02-16-2018 10:37 AM
Hi Christian,
I ´d like to use your API with the NI-9401 to test our sensors. Do you tests the API until 1us TickTimes of sensors?
In our tests we must check a amount of about 30 sensors. Is it possible with e.g. 4 modules of the NI 9401?
Do you have some VIs to build the slow message from the fast message?
Best regards Martin