05-17-2017 03:06 AM
Hi,
I am using ECU M&C toolkit 15 with NI USB 8473s. I am trying to read ASCII ID (to read software version from A2L file)using MC XCP GET ID VI (choosing type 0). With following code I have problem as sometimes it gives correct ID string while sometimes error -1074388957.
Could you please help to solve this problem.
Thank you.
Cheers,
SD
Solved! Go to Solution.
05-17-2017 11:48 AM
You should add the MC ECU Close.vi to the end of your program before the Error Out. Constantly opening a file without closing it can cause odd behavior at times.
05-23-2017 09:01 AM
Thank you it solves problem.