Configuring the Stream Translator Application Settings

Modify the STsc application configuration file to define user-configurable parameters for the stream translator application.

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

[Setting] Section

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

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

Example:

[Setting]
ServerIP = 0.0.0.0
ServerPort = 32001