Skip to content

VBAixGUI

PhOstmann edited this page Nov 28, 2023 · 2 revisions

The VBAixGUI library contains several control elements to aid in the development of VB.NET-Forms Applications to control or monitor a test bench.

The library should be referenced in a VB.NET-Forms Project and a custom toolbox can be added to conveniently access all available control elements.

To connect to the SPS it is required to have one (and only one) instance of the ADS_Connection control on the GUI. Since the element automatically attempts to connect to the SPS on load, it is recommended to add the control element such that it is loaded with the loading of the GUI itself.

All other control elements share the same connection and can be added to the GUI via drag&drop, if the toolbox was added accordingly.