Configuring the Instrument Controller Application Parameters

Modify the ICsc application configuration file to define user-configurable parameters for the instrument controller application.

Find the file at <Program Files>\National Instruments\NI ICsc\ICsc.ini .

[Setting] Section

Use the [Setting] section to specify the connection settings for the ICsc gRPC server.

Table 35. [Setting]
Key Value Default Value Required?
ServerIP NI ICsc gRPC Server IP address 0.0.0.0 Optional
ServerPort NI ICsc gRPC Server port address between 1025 and 65535 32002 Optional

Example:

[Setting]
ServerIP = 0.0.0.0
ServerPort = 32002