Modify the STsc core configuration file, STsc.ini, to define application settings for the Stream Translator System Component.

  • FileSTsc.ini
  • Location<Program Files>\National Instruments\NI STsc
  • [Options] Section

    Use the [Options] sections to configure the gRPC server address and the path to the datapaths configuration file, which is discussed in STsc Datapaths Configuration File.

    Table 15. [Options] Key Value Pairs
    Key Value Default Value Required?
    ServerAddress The IP address and port of the STsc gRPC server instance, separated by a colon Required
    DatapathsFile The path to the datapaths configuration file. This path can be an absolute or relative path. When the value is used as a relative path, it can be relative to <STsc Directory>/Support or C:\Users\<username>\AppData\Local\STsc. datapaths.ini Optional

    Example:

    [Options]  
    ServerAddress = "198.17.99.1:32001"  
    DatapathsFile = "datapaths.ini" 

    [SSL] Section

    Add the optional [SSL] section to specify an SSL encryption key file and certificate file to enable SSL encryption across the different RPS system components and provide an extra level of security. When adding this functionality, the [SSL] section must be added to the RPS.ini, ICsc.ini, and nirpdssc.conf configuration files.

    Table 16. [SSL] Key Value Pairs
    Key Value Default Value Required?
    KeyFile The absolute path to an SSL key file. Required
    CertificateFile The absolute path to an SSL certificate file. Required

    Example:

    [SSL]
    KeyFile = C:\client.key 
    CertificateFile = C:\client.crt