06-20-2013 06:37 PM
Hi all,
I am trying to create a data plugin using LabVIEW. I'd love to attach the code, but this forum keeps telling me my zip file is corrupted.
Instead, let me describe what happens. It all seems pretty straightforward...when I run "Create DataPlugin Output File.vi", it duly takes a file of the type I'm trying to create a plugin for, converts it to a TDMS, and uses the TDMS viewer to display it. Everything seems fine. It displays exactly the way I want it to.
I then build the plugin DLL and run "RegisterLabVIEWDataPlugin.exe".
When I then open DlAdem and try to load a file using my newly registered plugin, DIAdem throws the following error:
"Cannot load the file <file name here> with the loader "LabVIEW DataPlugin HRM".
"Further information: Unhandled exception occurred".
Well, that's handy. Some more detail on what the problem is, exactly, would go a long way towards helping me solve it. As it is...I got nothin'.
Can someone tell me what I'm doing wrong? Did I leave out a step somewhere? I know it will be difficult to be of much help since the forum won't let me attach the code, but perhaps someone's seen this before?
Thanks!!
Diane
06-20-2013 07:02 PM
Thanks, I got it figured out. I did skip a step.