10-02-2019 05:31 AM
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.
10-02-2019 12:38 PM - edited 10-02-2019 12:39 PM
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
10-07-2019 09:47 AM
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...