Difference between revisions of "Maturo Ethernet Configuration"

From RadiWiki
Jump to: navigation, search
Line 3: Line 3:
 
* Device needs VISA installed (To support raw socket connection)
 
* Device needs VISA installed (To support raw socket connection)
 
* The maturo mcApp software 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
 +
 +
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".
  
 
[[File:VISA_RAW_socket.png ]]
 
[[File: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".
 

Revision as of 12:46, 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

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".

VISA RAW socket.png