Issue in using INCA MIP code : "IncaGetRecords"

4 views (last 30 days)
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

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!