You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is an implementation issue at GWI, but wondered if anyone had any ideas or previous experience? I suspect this is all due to me not understanding the difference between VISA, VXI, LXI etc., but I have been working happily with PyMeasure in a way that seems to work OK, until I hit this problem.
I have several instruments that all seem to work quite happily, but not this one (GW Instek MFG-2230-M). I think it will only accept VISA connections, so a connection string something like:
“TCPIP :: 172.16.28.144 :: 1026 :: SOCKET”
.. which is rejected by the vxi11 library as a malformed string, and presumably it would need to parse the socket number as well, rather than performing the vxi protocol (or whatever it is) to establish a socket.
If I try a connection string like: “TCPIP :: 172.16.28.144 :: INSTR”, this is accepted by the vx11 library, but I just get a "connection refused" error when I try to send a message.
The text was updated successfully, but these errors were encountered:
My bad. This is nothing to do with VXI11. The working examples above are nothing to do with VXI11 either. I'm still trying to work put what all these standards are ..
The bottom line seems to be that although GWI claim to have LAN remote support for this model, it only implements a very low-level raw serial protocol on a fixed port. I believe this should be connectable using a suitable VISA implementation, or even a raw socket, but I haven't had much success.
I'll leave this open for now, just in case someone has a bright idea, but happy to close it if you prefer.
I think this is an implementation issue at GWI, but wondered if anyone had any ideas or previous experience? I suspect this is all due to me not understanding the difference between VISA, VXI, LXI etc., but I have been working happily with PyMeasure in a way that seems to work OK, until I hit this problem.
I have several instruments that all seem to work quite happily, but not this one (GW Instek MFG-2230-M). I think it will only accept VISA connections, so a connection string something like:
“TCPIP :: 172.16.28.144 :: 1026 :: SOCKET”
.. which is rejected by the vxi11 library as a malformed string, and presumably it would need to parse the socket number as well, rather than performing the vxi protocol (or whatever it is) to establish a socket.
If I try a connection string like: “TCPIP :: 172.16.28.144 :: INSTR”, this is accepted by the vx11 library, but I just get a "connection refused" error when I try to send a message.
The text was updated successfully, but these errors were encountered: