Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

onGPIBNotify event doesn't fire

In Excel 97 VB for application: SRQ from instruments doesn't fire onGPIBNotify event though cwGPIBRQS is set in notify mask
0 Kudos
Message 1 of 2
(3,046 Views)
Hi,

After you set the Notification Mask, call the Notify method to install the notification and the callback (Event Handler).

Call this method after calling the configure method:

.
.
.
CWGPIB1.Configure
.
.
.
CWGPIB1.NotifyMask = cwGPIBRQS
CWGPIB1.Notify
.
.
.

Hope this helps.

Diego F.
National instruments.
0 Kudos
Message 2 of 2
(3,046 Views)