This website is being migrated. In case you don't find the information you are looking for, the old website can be found here. Thank you for reporting any anomalies to communication@ill.eu.

Commands

NOMAD XOP adds the CORBA command line operation to Igor that is used to launch the CORBA server and open the communication with the NameService.

CORBA [/H/Q IP=hostName]

The CORBA operation starts the omniORB CORBA server and declare it in the NameService.

Flags
/H Specifies that the help is needed.
/Q Suppresses printing information in the History area.
Keywords
IP=hostName hostName is the IP address of the NameService (string).
Example
This command opens the TCP/IP connection with a CORBA server:
Function InitCorbaServer()String/G gNSaddress = "172.168.1.23"/ Set Igor for CORBA operations.CORBA /Q IP= gNSaddress// Set the variables to be requested...End