I am working a a tester that has several test stations that use GPIB devices for testing and measurement,.
I have been using Version 1.7 with .NET for quite a while now. I re-wrote the vbib-32.bas file to work with .NET. While this works fine for GPIB access, I am now working on getting the test station to all work at the same time.
I am running Windows 2k with a dual processor computer. My question concerns accessing the GPIB dll through multiple threads.
I currently have classes written for the access to the sourcemeters, and power supplies. I also have seperate test subs for each test station. I would like these to run in seperate threads.
What do I need to look out for in order to access the GPIB DLL from 4 seperate threads
? Any help or examples would be appreciated. I already have 1 station running on its own thread, but it just uses RS232 for communication to a ink jet machine for serialization.
Thanks
Brian DeJong