Home > Back-end >  SCPI command TCP communications, viOpen errors
SCPI command TCP communications, viOpen errors

Time:11-07

Ret:=viOpenDefaultRM (defaultRM);
Ret:=viOpen (defaultRM, PChar (' TCPIP: : 192.168.1.212: : 5000: : SOCKET '), 0, 0, the Session).
Debugging assistant testing with the network, to open a TCP server, and then start connection, ret returns a negative number, show that opened the wrong, why wrong, if the Visa function can only be used for communications equipment, TCP communications with PC software? Before is no problem with oscilloscope equipment for communication, solving?

CodePudding user response:

Scpi is what?
Don't understand ah, I haven't heard of

CodePudding user response:

You'll have to find the corresponding instrument driver. The DLL file and the corresponding function documentation is more convenient, only a few to write their own SCPI, write SCPI is looking for his SINS, you told me instrument type I help you find it
  • Related