Issue in using INCA MIP code : "IncaGetRecords"
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Acquisition 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!