07-08-2013 08:57 AM
Hello,
I need to developp a C++ data plug-in for DIADem, I read it's possible, but I don't find any information about how to do this.
I downloaded the labview_dataplugin_sdk_2011.exe because I'm using DIAdem 2011.
Does someone now how to do this in C++ and where I can fine C++ example ?
Futhermore, the measurement file is associated to 2 other files, one containing the channels and the frequencies, the other containing the scaling information for analog input. The scaling is polynomial and more than degree 1.
Is it possible to create a data plug-in that reads information in 3 files ?
Is it possible to set polynomial information instead of factor and gain for scaling settings ?
Thanks.
CFOE
Solved! Go to Solution.
07-09-2013 04:31 AM
Hello CFOE
There is an API which is fully documented to develop DataPluginsin script code ? Did you you see this ? If so, can you explain why you would not want to use this API ?
Andreas
07-09-2013 05:01 AM
Hello Andreas,
I know that there is a Labview sdk to develop such plug-in but I didn't find something about the C++ one although NI said me that it could be done.
I searched on the website and the forum but I didn't find the API and documentation.
If you know where I can download it, it would be great give me the information.
Thanks.
CFOE
07-09-2013 05:09 AM
Hello CFOE,
sorry for being unclear. What I meant is the VBScript Plugin API. This is what is used in 99.9% of use cases successfully. There is a link to the description on www.ni.com/dataplugins
Andreas
07-09-2013 05:14 AM
Andreas,
Of course I saw the documentation, but unfortunately It's quite easier for me to use C++ instead of VBScript.
CFOE
09-10-2013 10:57 AM - edited 09-10-2013 10:58 AM
Hello,
Finally after many discussions with NI, they said that the C++ dataplugin API is only available for NI.
They proposed us to create the dataplugin for free.
When you read that C++ dataplugin are available, you should understand that if needed they can do it for you.
Best Regards,
CFOE