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

Note ICsc requires you to update the ICsc.ini configuration file prior to use. ICsc.ini installs when ICsc is installed.
  • FileICsc.ini
  • Location<Program Files>\National Instruments\NI ICsc
  • [Options] Section

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

    Table 12. [Options] Key Value Pairs
    Key Value Default Value Required?
    ServerAddress The ICsc gRPC server IP address and valid port address (separated by a colon). 0.0.0.0:32002 Required

    Example:

    [Options]
    ServerAddress = "0.0.0.0:32002"