Maturo Ethernet Configuration

From RadiWiki
Revision as of 12:43, 27 July 2020 by Joro (talk | contribs)
Jump to: navigation, search
  • 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".