11-21-2005 11:20 PM
11-22-2005 03:14 PM
Hi Murali,
I have no experience with the DLL you are using, but from the LabVIEW end, I can tell you that exceptions generated in external DLLs are normally due to memory management. That is, it's likely that the DLL you are calling is throwing an exception because of a memory access violation (null pointer read?), it is out of memory, etc. You could look at the code with this in mind.
02-07-2010 11:49 PM
Hi Murali,
Iam Ramesh. Working on the ECU . I am using USB 8473 for reading the Memory Variables using a2l file. My VI was working fine with flash files without Seed key Protection. Now I have a flash file from my customer which is protected by some SeedKey.dll.
I have used the MCU Open.vi to open the a2l file. When Iam doing that, an error(301073) was raised while reading mesasurement channels. Can you let me know how this can be handled.
Thanks in Advance.
Ramesh.K