2 example of a script file, L-force loader – Lenze Loader L-force Loader User Manual

Page 33

Advertising
background image

L

DMS 4.0 EN - 07/2007

33

L-force Loader

Control via script files

Example of a script file

6.2

Example of a script file

The following example shows a script file for two target systems:

[COMMUNICATION]

Baudrate=500 ; setting optional


[COMMON]

NumberOfDevices=2


ShowProcessing=1 ; 0 = no progress window

; 1 = displays progress window


ExitAfterDownload=0 ; 0 = L-force Loader will not exit

; 1 = L-force Loader will exit after job is done


[DEVICE001]

NodeAddress=Lenze OPC Systembus Server.6

SDO=1

BinFile=D:\Projects\ServoPLC10.BIN

AddDataFile=D:\Projects\CamData10.lc9

ParameterSetFile=D:\Projects\ParSet10.GDC


DuplicateParameterSet=0 ; 0 = to replace a device

; 1 = to duplicate a device


StartAfterDownload=1 ; 0 = plc program will not start

; 1 = plc program will start

; after download


[DEVICE002]

NodeAddress=Lenze OPC Lecom Server.1-1

BinFile= ; no program transfer

AddDataFile=

ParameterSetFile=D:\Projects\ParSet14.GDC

DuplicateParameterSet=1

StartAfterDownload=0

Advertising