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.