11-05-2017 09:50 AM
Hello all
I need help in how to read data from NI Distributed System Manager to LABVIEW (real time)
Think you
11-06-2017
11:35 AM
- last edited on
09-19-2025
01:27 PM
by
Content Cleaner
I believe these are Network Published Shared Variables:
https://www.ni.com/en/support/documentation/supplemental/06/using-the-labview-shared-variable.html
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x2CMCAY&l=en-US
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHvgCAG&l=en-US
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-06-2017 05:38 PM
Can you talk a little about the hardware you're working with? If so, I can help you find some good examples to get you started with it in LabVIEW RT.
11-07-2017 04:43 AM
Hello
Compact RIO cRIO-9149
Thinks
11-07-2017
04:00 PM
- last edited on
09-19-2025
01:27 PM
by
Content Cleaner
Looks like you're trying to read some values from a module in your cRIO, and this document should help you get started with a basic application using the cRIO Scan Interface.
Getting Started with CompactRIO - Performing Basic Control: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0UdCAI&l=en-US
The CompactRIO Developer's Guide can help explain concepts when getting started as well: https://www.ni.com/en/shop/compactrio/compactrio-developers-guide.html
Additionally, in LabVIEW, you'll be able to go to Help > Find Examples > Browse > Hardware Input and Output > CompactRIO > Module Specific IO and find some example projects with some of the modules you have.