Difference between revisions of "Maturo Ethernet Configuration"

From RadiWiki
Jump to: navigation, search
Line 1: Line 1:
 
* Device needs a raw socket connection
 
* Device needs a raw socket connection
 +
* Maturo uses port 200 to communicate
 
* Device needs VISA installed (To support 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
+
* The maturo mcApp software needs to run in the background and needs to be referenced
* Maturo uses port 200 to communicate
 
  
 
[[File:VISA_RAW_socket.png ]]
 
[[File:VISA_RAW_socket.png ]]
  
What is raw socket?
+
The maturo devices uses raw socket port connection on port 200. To configure such a connection in the VISA communication layer, a special VISA-ID should be specified in the formatTCPIP::<IP address>::<port>::SOCKET. Where <IP address> is the IP address of the maturo device, and <port> should be 200. A suitable VISA-ID for the maturo device with IP address '192.168.1.1' is thus: "TCPIP::192.168.1.1::200::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
 
 
 
[https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019KsUSAU&l=nl-NL See National Instruments tutorial]
 

Revision as of 12:43, 27 July 2020

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

VISA RAW socket.png

The maturo devices uses raw socket port connection on port 200. To configure such a connection in the VISA communication layer, a special VISA-ID should be specified in the format: TCPIP::<IP address>::<port>::SOCKET. Where <IP address> is the IP address of the maturo device, and <port> should be 200. A suitable VISA-ID for the maturo device with IP address '192.168.1.1' is thus: "TCPIP::192.168.1.1::200::SOCKET".