08-15-2018 12:54 PM
Hi Group.
I have a rather complex data plugin, that I wrote. It works very well.
Have an issue that I would like to improve/fix.
When use this data plugin with My Data finder, all the numeric channels are seeing No values for Maximum and Minimum properties. Would like to search for Min and Max in navigator.
What do I need to put in Data plugin code so that Min and Max can be searched?
Paul
ps. When I load the files into portal, I see min and Max just fine. Just can't search for them in navigator.
Solved! Go to Solution.
08-16-2018 01:58 AM
Hi Paul
When you load your data into DIAdem the software calculates the minimum/maximum values (depending on the DIAdem setting and the variable ChnCharacteristicsUpdate)
In a Dataplugin you have to calculate and set them with Method AddCharacteristics.
Winfried
08-16-2018 07:58 AM
Thanks Winifred
Just what I needed!