Issue in using INCA MIP code : "IncaGetRecords"
조회 수: 14 (최근 30일)
이전 댓글 표시
Hello all, I have been trying to use INCA MIP add-on for extracting data from the ECU via INCA on to my Matlab workspace by writing a Matlab script. But I am encountering an error, which I am finding it hard to solve. I am using the following command to obtain data from the ECU via an ETK device : [t,d] = IncaGetRecords('Mydevice', '10ms time synchronous',10); Which should ideally get all the calibration variables available in the 10ms raster for 10 data points. But all I see in the command window is that the compiler executes all the commands until this line of the m script and then I dont see anything else happening. There is no error showing up and I dont see any output value either. Does someone know what could be a possible solution.
Thanks in advance, Raghavendran
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!