- Manage MyMachines /Remote
- Introduction
- Security instructions
- System requirements
- Setting up the SINUMERIK control system for Manage MyMachines /Remote
- Integrating Insights Hub
- Working with Manage MyMachines /Remote
- Open Manage MyMachines /Remote
- Machine Configuration
- Download remote service client
- Download certificate
- Remote sessions
- Service Dashboard
- Sustainability report
- Using the calendar function
- Setting up Manage MyMachines /Remote Service Client
- Using MyMachines /Remote Service Client
- Overview of the functions
- User roles and operator interface
- Joining a remote session as MO (PCU/NCU)
- Joining a remote session as MO (IPC)
- Conducting a remote session via VPN (IPC)
- Desktop sharing (SINUMERIK Integrate Client)
- Desktop sharing (IPC / PCU)
- Transferring files
- Remote STEP 7
- Transferring the conference leadership
- Terminating the remote session
- Additional functions
- Manage MyMachines /Remote Interactive Mobile App
- Disconnecting a SINUMERIK control from Insights Hub
- Troubleshooting when onboarding
- SINUMERIK controls
- Preconditions
- Checking the network configuration
- Checking that SINUMERIK Integrate has been enabled
- Checking that SINUMERIK Integrate has been activated
- Checking proxy settings
- Checking the SINUMERIK Integrate URL
- Checking the network connection
- Checking directory "boot_job"
- Checking the asset type in Insights Hub
- Checking the existence of onboard.key
- Resolving known faults
- More information
- Preconditions
- SINUMERIK controls
- Secure product disposal
- Appendix
- Introduction
- Security instructions
- System requirements
- Setting up the SINUMERIK control system for Manage MyMachines /Remote
- Integrating Insights Hub
- Working with Manage MyMachines /Remote
- Open Manage MyMachines /Remote
- Machine Configuration
- Download remote service client
- Download certificate
- Remote sessions
- Service Dashboard
- Sustainability report
- Using the calendar function
- Setting up Manage MyMachines /Remote Service Client
- Using MyMachines /Remote Service Client
- Overview of the functions
- User roles and operator interface
- Joining a remote session as MO (PCU/NCU)
- Joining a remote session as MO (IPC)
- Conducting a remote session via VPN (IPC)
- Desktop sharing (SINUMERIK Integrate Client)
- Desktop sharing (IPC / PCU)
- Transferring files
- Remote STEP 7
- Transferring the conference leadership
- Terminating the remote session
- Additional functions
- Manage MyMachines /Remote Interactive Mobile App
- Disconnecting a SINUMERIK control from Insights Hub
- Troubleshooting when onboarding
- SINUMERIK controls
- Preconditions
- Checking the network configuration
- Checking that SINUMERIK Integrate has been enabled
- Checking that SINUMERIK Integrate has been activated
- Checking proxy settings
- Checking the SINUMERIK Integrate URL
- Checking the network connection
- Checking directory "boot_job"
- Checking the asset type in Insights Hub
- Checking the existence of onboard.key
- Resolving known faults
- More information
- Preconditions
- SINUMERIK controls
- Secure product disposal
- Appendix
Integrating an OEMFrame application into HMI sl
Integrating an OEM Frame application
The Windows OEMFrame applications are used to generate and use softkeys. The required settings are described in this chapter based on an example.
You will have to modify or create the following files:
-
Configuration file "systemconfiguration.ini"
-
Configuring the start softkey
In order to start an OEMFrame application from the operating software, configure a softkey on the expansion bar of the operating area.
Example configuration file "systemconfiguration.ini"
In file "systemconfiguration.ini", save the call for Manage MyMachines /Remote Service Client accordingly. Depending on the access protection level assigned to you, you extend the "systemconfiguration.ini" file contained in the relevant directory.
<HMIInstallDir>\\hmi\oem\sinumerik\hmi\cfg
<HMIInstallDir>\\hmi\addon\sinumerik\hmi\cfg
<HMIInstallDir>\\hmi\ \user\sinumerik\hmi\oem\
Extensions
Add the following line to the [areas] section:
AREA500=name:=MMMR, process:=ProcessOEM
Add the following line to the [processes] section:
PROC500=process:=ProcessOEM, cmdline:="C:\\Program Files (x86)\\Siemens\\MMMR SC\\ManageMyMachinesRemoteServiceClientMO.exe",
oemframe:=true, deferred:=true, classname:="QWidget"
Adjust the indexes of the relevant entries (PROC500, AREA500) in accordance with your HMI configuration.
The path for the executable file of the service mode client can differ from the path stated above, depending on the version installed (32 bit/64 bit) and the path selected during installation.
Further information
You can find further information about the options for integrating OEMFrame applications in the SINUMERIK Operate Commissioning Manual.