Sinamics Device Configuration; Production Of Modular Machines - Siemens SINUMERIK 840D sl Operating Manual

Integrate create myconfig - diff, expert, topo
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Create MyConfig - Topo

6.7 SINAMICS device configuration

The return values from Topo can be determined by querying the %ERRORLEVEL% variables.
Further information can be found in the following example.
Table 6-16
Value
0
1
2
3
Example
Precondition: Create MyConfig is installed in the "C:\Program Files\SIEMENS\Create
MyConfig 4.8" directory and a "TopoProj_1.uptz" project that contains the "Topo1" and "Topo2"
topologies is available in the path "C:\Topology"
@echo off
PATH=%PATH%;"C:\Program Files\SIEMENS\Create MyConfig 4.8"
Topo.exe /silent "C:\Topologies\TopoProj_1.uptz:Topo1" /deploy xyz /
deploydir "D:" /target UTZ44
if %ERRORLEVEL% EQU 3 (
@echo "Command line call error!"
pause
)
if %ERRORLEVEL% EQU 2 (
)
if %ERRORLEVEL% EQU 1 (
)
if %ERRORLEVEL% EQU 0 (
)
6.7
SINAMICS device configuration
6.7.1

Production of modular machines

The Create MyConfig (CMC) engineering software supports both the automated production of
modular machines for the machine manufacturer as well as the upgrade of machines for end
customers, which requires only a limited number of operator actions.
496
Topo - return values
Description
No faults or alarms occurred when checking/deploying the project.
Alarms but no faults occurred when checking/deploying the project.
Faults (and possibly alarms) occurred when checking/deploying the project.
Command line call error.
@echo "Errors during deployment!"
pause
@echo "Warnings during deployment!"
pause
@echo "Deployment performed without errors!"
pause
SINUMERIK Integrate Create MyConfig - Diff, Expert, Topo
Operating Manual, 12/2017, A5E36537479B-AE

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828d

Table of Contents