DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting To an ASAM ODS Data Base Via VB Script

Has anyone any experience of connecting to an ASAM ODS Data Base from Diadem via a VB Script?

 

Any example code would be handy. Am trying to connect to an AVL system from Diadem 2019.

 

 

0 Kudos
Message 1 of 3
(2,151 Views)

Hi Onkar,

 

Have you succeeded in creating a "Data Store" in the NAVIGATOR in DIAdem, such that you can interactively browse the ASAM-ODS data tree and issue ASAM-ODS queries in the NAVIGATOR?  If so, then it's easy to use the name you configured for the Data Store and run the Navigator.ConnectDataStore() command.  It's more straightforward to get all the connection parameters right in the interactive configuration dialog than to try to nail that first time with the Navigator.ConnectDataStoreByParameter() command.

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

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

Here are examples on manually connecting to a DIAdem example Data Store:  http://savvydiademsolutions.com/navigator.php?topic=open-sample-ASAM-data-stores

 

Here are script examples on how to load specific channels from a Data Store:  http://www.savvydiademsolutions.com/navigator.php?topic=load-channels-measurements-from-DataFinder-D...

 

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