Clear Filters
Clear Filters

ETAS INCA IncaGetRecords Function says Error using IncaGetRecords >>> Inca <<< The element 'XCP:1' does not exist

10 views (last 30 days)
Hello,
My issue is I'm trying to use ETAS INCA's Matlab integration package to gather INCA measurement data and bring it into matlab, whenever I use the IncaGetRecords function I get the error below. I'm not sure how to resolve it as using the function IncaGetDevices says that XCP:1 is the detected device but for some reason this function doesn't recognize it. Thanks for anyone who can help in this matter!
Error using IncaGetRecords
>>> Inca <<<
The element 'XCP:1' does not exist

Accepted Answer

Manikanta Aditya
Manikanta Aditya on 28 Feb 2024
Hi Alex,
I understand that you are trying to use ETAS INCA's MATLAB Integration package to gather INCA Measurement data and bring it into MATLAB. And then there is an error using the 'IncaGetRecords' function.
Looks like there is no documentation and examples by MathWorks related to the 'IncaGetRecords' function. Looks like this provided by the ETAS.
In my understanding, these functions are all created by ETAS. We can't even reproduce the issue, I tried to run their example file. We first would need the integration package that will have all these functions. I don't think the issue is with MATLAB, it's related to ETAS product.
The add-on is not even on Add-ons offered by MATLAB. I think we can't debug if someone uses a third party tool and when we do not have their code.
I found a reference of ETAS which shows about the 'IncaGetRecords' function once check this:
I hope this clarifies.
  2 Comments
Alexander
Alexander on 4 Mar 2024
Hi Aditya,
Thank you for your feedback. You are correct it was not a mathworks issue. After posting this comment I reached out to ETAS and they were able to resolve my issue which was an issue with their documentation.
Here's an example of how I used the function:
[time, data]= IncaGetRecords('XCP:1','10ms time synchronous',500);

Sign in to comment.

More Answers (0)

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!