Data transfer from target machine to host computer

조회 수: 4 (최근 30일)
Serkan Kulah
Serkan Kulah 2016년 2월 2일
답변: James Brown 2016년 12월 13일
Hi, I am developing a real-time system which will be executed on a target machine. My plan is to use the real-time model with an exported GUI on a computer which does not have the development licences. My question is it possible to transfer recorded data from real-time target machine HDD to a computer with Matlab but without Simulink real-time licence

답변 (2개)

James Brown
James Brown 2016년 12월 13일
You can always develop a C/C++ app using the SLRT API. Check out, for example, the function xPCFSReadFile in the API.

Walter Roberson
Walter Roberson 2016년 2월 2일
If I recall correctly, Simulink Real Time supports TCP blocks, at least in client mode. If my memory is correct then you should be able to transfer data to any MATLAB session that has TCP. The Instrument Control Toolbox has tcp(), but you can also look in the File Exchange for the tcpudpip contribution for use without the Instrument Control Toolbox.

카테고리

Help CenterFile Exchange에서 Development Computer Setup에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by