From what I can tell, you are not clearing the RQS condition within the callback, so when you re-enable the GPIBNotify control, the callback gets called immediately. To clear the RQS condition, call ibrsp for the device within the GPIBNotify callback.
-Craig