Accessing NI cRIO-9082 in Matlab
37 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Imran
am 24 Mär. 2014
Beantwortet: Friedrich
am 24 Mär. 2014
Hello Users and Professionals,
I am going yo purchase NI cRIO-9082. Can any body tell me that I can interface Matlab with this RIO system and access all the ports from Matlab. As this system is not listed in the supported hardware list in Matlab.
0 Kommentare
Akzeptierte Antwort
Friedrich
am 24 Mär. 2014
Hi,
The Data Acquisition Toolbox software does not directly support CompactRIO devices. However, Instrument Control Toolbox can be used to communicate with the CompactRIO controllers over Ethernet using TCP/IP. Read this to learn more. In addition, MATLAB can communicate with the serial port RS-232 port on the controllers. Read here to learn more.
Instrument Control Toolbox provides a graphical tool, called Test & Measurement Tool, which allows you to communicate with, configure, and transfer data with your TCP/IP or serial device without writing code. This tool generates MATLAB code for your device that you can reuse later to communicate with your device or use to develop UI-based applications. The online documentation for this tool is available here.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Instrument Control Toolbox Supported Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!