Difference between revisions of "Maturo FCU"

From RadiWiki
Jump to: navigation, search
Line 7: Line 7:
 
}}
 
}}
  
- Device needs a raw socket connection
+
* Device needs a raw socket connection
- Device needs VISA (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
 +
 
 +
[[File:VISA_RAW_socket.png ]]
 +
 
 +
What is raw socket?
 +
 
 +
NI VISA supports two ways of setting up a network connection. If the device supports TCP-IP intrument protocol known as VXI-11 you can use the following format (INSTR)
 +
 
 +
TCPIP[board]::host address[::hostname][::INSTR]
 +
 
 +
If it does not support VXI-11 the manufacturer has chosen a different protocol to communicate. This will be stated in the manual. 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]

Revision as of 07:56, 2 October 2019

The Maturo FCU device driver is a Positioner which is supported by RadiMation®.  

Links

This information about an equipment is automatically generated from the list of supported device drivers from RadiMation.
If you need more information you can contact radimation-support@raditeq.com.
  • 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

VISA RAW socket.png

What is raw socket?

NI VISA supports two ways of setting up a network connection. If the device supports TCP-IP intrument protocol known as VXI-11 you can use the following format (INSTR)

TCPIP[board]::host address[::hostname][::INSTR]

If it does not support VXI-11 the manufacturer has chosen a different protocol to communicate. This will be stated in the manual. 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

[1]