Skip to main content
Version: 2.6

Sinumerik Driver Configuration

Plugin Configuration

The plugin configuration file is named settings.json located in <install directory>\Config\HumanOS.UHAL.SinumerikControl\. It contains all global settings of the plugin.

See Generic Plugin Configuration for more details.

Device Information File

The device information file is used to configure the access to the Sinumerik controls. It contains:

  • Id: unique device id (GUID), which MUST match the device license id.
  • DriverId: B657332C-A383-47EE-BEDD-6156AF9C9083
  • Address: Connection address
  • Data Access

See Device Information Model for more details.

Connection Address

The Sinumerik Driver needs an Endpoint specification. Use:

  • s840d.sl://192.168.0.80 to connect to a Sinumerik 840D SolutionLine
  • s840d.pl://192.168.0.80 to connect to a Sinumerik 840D PowerLine

To use a different port instead of 102:

  • s840d.pl://192.168.0.80:1391 to connect to a Sinumerik 840D PowerLine through port 1391

If the MPI/profibus address differs from the standard setting use following parameters:

  • s840d.pl://192.168.0.80?nck-mpi=13&plc-rack=0&plc-slot=13 to set
    • nck-mpi address to 13
    • plc-rack to 0 (optional)
    • plc slot to 13 (optional)
NOTE

Further information about connectivity, see chapter Sinumerik Connectivity.

Trouble shooting connection failures, see chapter Troubleshooting.

Property TcpTimeout

Network Timeout property in Milliseconds, default is 5s. Example 10s:

{
"Name": "TcpTimeout",
"Value": 10000,
"DataType": "System.Int32"
}