DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

C++ data plug-in for DIAdem

Solved!
Go to solution

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

0 Kudos
Message 1 of 6
(6,872 Views)

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

0 Kudos
Message 2 of 6
(6,852 Views)

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

0 Kudos
Message 3 of 6
(6,850 Views)

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

0 Kudos
Message 4 of 6
(6,847 Views)

Andreas,

 

Of course I saw the documentation, but unfortunately It's quite easier for me to use C++ instead of VBScript.

 

CFOE

 

0 Kudos
Message 5 of 6
(6,845 Views)
Solution
Accepted by cfoe

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

0 Kudos
Message 6 of 6
(6,653 Views)