Hi,
I am hoping someone may be able to help me with an issue that is causing me great confusion.
I have very little programming experience, so please be gentle....
I have developed an application in VB.Net to control a device under test (DUT) via the PC parallel port. In order to autonomise some of the tests required, we wish to create a simple library of the functions used in my VB.Net software which can be called by labview to control the DUT, whilst labview sets up the test equipment surrounding the DUT.
We have successfully used this process before; the functions were apparently written in VB6.0 and exported as a .dll. I have tried exporting my VB.Net functions as a .dll using the 'class library' template, however labview doesn't seem to be registering these functions.
Is there a reasonably straight-forward method of accessing VB.net functions from labview, or creating a .dll in VB.Net similar to those created in VB6.0
Any suggestions would be appreciated.
Many Thanks
Tom