WindO/I-NV4 User’s Manual 31-31
2 USB Autorun Function
31
External Memory Devices
Sample definition file and explanation
Sample definition
; sample hgauto.ini
(1)
[AUTORUN]
item = 5 ; number of items
button_command = Enable ; enable individual command buttons
button_runall = Enable : enable the "Run All" button.
language =English ; use English
(2)
[COMMAND_1]
command = PRO_DOWNLOAD ; download a ZNV Project File
src_path = "B:
\HG3G_DEMO_1.ZNV"
; source path
reset_keep_device = Enable ; initialize the keep devices
title = "Production line A - replace MICRO/I program" ; button label
(3)
[COMMAND_2]
command = FILE_COPY ; copy a file
src_path = "B:
\Error.wav"
; source path
dst_path = "A:
\HGDATA01\SOUND"
; destination path
title = "Replace sound data" ; button label
(4)
[COMMAND_3]
command = LDR_DOWNLOAD ; download a ZLD Project File
src_path = "B:
\LDRDATA\LDR_PROGRAM.ZLD"
; source path
dst_port = COM1 ; destination port number
dst_net_no = 0 ; destination slave number
title = "Production line A - replace PLC program" ; button label
(5)
[COMMAND_4]
command = PRO_UPLOAD ; upload a project
dst_path = "B:
\Uploaded_Project"
; destination path
title = "Copy MICRO/I program to USB flash drive" ; button label
(6)
[COMMAND_5]
command = LDR_UPLOAD ; Upload a PLC program
dst_path = "B:
\Uploaded_Program"
; destnation path
src_port = COM1 ; source port number
src_net_no = 0 ; source slave number
title = "Copy PLC program to USB flash drive" ; button label
(7)
[COMMENT]
comment = " Press the command to execute." ; Message shown at bottom of screen.