09-02-2015
03:08 PM
- last edited on
08-18-2025
04:26 PM
by
Content Cleaner
I'm trying to access my sbRIO-9651's onboard temperature sensors from a C program running in NI real-time linux on the RIO.
The demo temperature monitoring vi uses the NI System Configuration API to access the data.
Is there some way to do this from the linux file system or though API calls?
I haven't found anything about them in /sys. Are they I2C devices? At least one of them is internal to the processor & FPGA.
09-03-2015
12:11 PM
- last edited on
08-18-2025
04:27 PM
by
Content Cleaner
Perhaps this will help you?
https://www.ni.com/docs/en-US/bundle/373242h/page/download.html
Download of the API is here:
09-08-2015 06:03 PM
This looks like what I need, thank you for the help.