ulda

Results 8 comments of ulda

Hi Louis see if I get you right: if you close an instrument the instrument handler the server used for it will get deleted. if you reopen the instrument again...

This is a simple one, I make a Quizz from it: What does you code return in the error variable if you reuse this code from the examples: ``` error...

Louis, look at your server code of `def device_read` - as posted above - your read() returns this error. or, in other words: after line 280 of your code, your...

I have a commit not upstreamed yet for fixing unlock, see https://github.com/coburnw/python-vxi11-server/commit/cba578a131a5de020717a79dfd685c9b8e01eef1

hi Raphael if i read cowburns code correctly, the device lock is created automatically while registering the device so that all device instances share the same lock if you overwrite...

i did not read into details, but this now looks very near to a behaviour according to spec of vxi-11-3, especially Figure B1 (download at http://www.vxibus.org/specifications.html )

from my view of the vxi11 documents, this is correct, test 4+5 are off spec. I think your client tries to establish visa shared locking on a vxi-11 device. this...

ok maybe I found my error in thinking: we always register to the local portmap daemon, so (B) is of no use (we always have only one instance of our...