03-22-2006 10:50 AM
03-23-2006 04:49 AM
iblock() and ibunlock() functions are specific to GPIB-ENET. I believe they only work with GPIB-ENET. One easy way to synchronize two apps is use Mutex - an NT kernel object of Windows.
Alternatively, if you can use VISA library instead of NI-488.2M API, you can use viLock() and viUnlock(). These functions will work for any I/O interface types that VISA supports. Mind that they synchronize VISA calls from multiple threads or processes at VISA's resource level, not at thread level.
03-23-2006 08:29 AM
03-23-2006 10:22 AM
03-24-2006 01:58 PM
03-27-2006 09:54 AM
Scott,
I couldn't find iblck in Labwindows 7.1 (only iblock). After a little digging, I found it in a dll in a windows system32
folder and then called it from TestStand. It appears to function as you have stated. Thanks much for your
replies.
Regards, Bill