I load the gpib-32.dll for my api first , then
ibwrt(...command_1....)
temp1=ibrd(...)
ibwrt(...command_2...)
temp2=ibrd(...)
Then I found the temp1 changed and will be same value as temp2!
But the two command are diffrent, and first time I have got already the correct return value for temp1. But after temp2=ibrd(...), temp1 will be changed same as temp2.
Why? How can I solve this problem?

Thanks very much!:womansad: