From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

VBS custom DataPlugin, How to get max and min to allow searching in MyDatafinder

Solved!
Go to solution

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.

0 Kudos
Message 1 of 3
(2,405 Views)
Solution
Accepted by topic author Pesmith8

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

 

Message 2 of 3
(2,380 Views)

 

 

Thanks Winifred

 

Just what I needed!

0 Kudos
Message 3 of 3
(2,368 Views)