Download GangPro430 User's Manual

Transcript
or when the icon with the GangPro430.exe and script file path is executed then programmer starts
automatically programming sequences according to procedure specified in the script file. Access to
other buttons are blocked. When script file sequence is finished then program is terminated. There
is not option to modify the running sequence when script sequence is used. This option is useful in
production, because nobody can modify sequence that has been prepared for the production purpose.
12.3 Script commands
LIMITATIONS:
1.
2.
Up to 1000 script lines commands can be used. Empty lines and lines with comments only are ignored and not
counted.
Up to 50 CALL’s deep stack is used (CALL in CALL in CALL......).
SYNTAX:
white spaces before instructions, labels etc are ignored.
; comment
- all contents after semicolon are ignored.
NOTE: Comment can not be used in the lines where the file name is specified.
>label
- character ‘>’ without spaces must be placed before label name.
NOTE: After label can not be specified any command in the same line. Line can contain label only.
LIST OF INSTRUCTIONS:
MESSAGE
“ message - line -1 “
“ message - line -2 “
“ max up to 50 lines “
- message declaration ,that can be saved to file if required
- Text.
- Each line contents must be located between characters “ ”
- Number of content lines - up to 50 lines.
SAVEMSG filename
APPENDMSG filename
SAVEREPORT filename
APPENDREPORT filename
- save message created in MESSAGE to specified file
- append message created in MESSAGE to specified file
- save message from the GUI report window to specified file
- append message from the GUI report window to specified file
GUIMSGBOX ENABLE
GUIMSGBOX DISABLE
IFGUIMSGBOXPRESS OK
IFGUIMSGBOXPRESS
- display the message boxes (warning, errors etc) created by GUI enabled
- display the message boxes (warning, errors etc) created by GUI disabled
- apply button OK / YES when the message box created by GUI is
generated, but disabled to be displayed.
CANCEL
- apply button CANCEL / NO when the message box created by GUI is
generated, but disabled to be displayed.
MESSAGEBOX type FCTEXT - pop-up message box with buttons.
- message taken from the FCONTROL function (User’s DLL)
MESSAGEBOX type
- pop-up message box with buttons.
“ message - line -1 “
- Text displayed in message box.
GangPro430 - USB-MSP430 Flash Gang Programmer
PM015A01 Rev.14
86