Difference between revisions of "Maturo Ethernet Configuration"

From RadiWiki
Jump to: navigation, search
(Created page with "* Device needs a raw socket connection * Device needs VISA installed (To support raw socket connection) * The software of maturo needs to run in the background and needs to be...")
 
Line 10: Line 10:
 
To be able to connect to a device not supporting VXI-11 you need to use the following format (SOCKET)
 
To be able to connect to a device not supporting VXI-11 you need to use the following format (SOCKET)
 
TCPIP[board]::host address[::host name]::port::SOCKET
 
TCPIP[board]::host address[::host name]::port::SOCKET
 +
 +
[https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019KsUSAU&l=nl-NL See National Instruments tutorial]

Revision as of 11:17, 7 July 2020

  • Device needs a raw socket connection
  • Device needs VISA installed (To support raw socket connection)
  • The software of maturo needs to run in the background and needs to be referenced
  • Maturo uses port 200 to communicate

VISA RAW socket.png

What is raw socket?

To be able to connect to a device not supporting VXI-11 you need to use the following format (SOCKET) TCPIP[board]::host address[::host name]::port::SOCKET

See National Instruments tutorial