presto_en.pdf - 第73页

Page 73 If tru e, sta tus window will be aut omatically closed aft er programming with out errors. Prog.BeepOnGoodProg boolean If t rue, p rogram makes a sou nd on suc cessful programming. Prog.BeepOnBadProg boolean If t…

100%1 / 101
Page 72
If true, the user is asked for project name before its
saving.
HexFile.File
string
Opened current file path
HexFile.Present
boolean
HexFile.IHex
boolean
If true, the file with extension different from .HEX or .BIN
is loaded as HEX file.
HexFile.Template
boolean
If true, the user is asked for name before saving.
HexFile.SaveVoid
boolean
If true, empty cells are saved, too.
HexFile.AskForBinEndian
boolean
If true, the user is asked if the loaded BIN file should be
loaded as Little or Big endian.
HexFile.BinLittleEndian
boolean
If true, the loaded BIN file is loaded as Little endian.
HexFile.LoadDataAuto
boolean
If true, with file is loaded also a separate file for data
memory.
HexFile.LastDataFile
string
Path of a separate file for data memory.
HexFile.DataIHex
boolean
If true, the file for data memory with extension different
from .HEX or .BIN is loaded as HEX file.
Prog.QBfrEraseFlash
boolean
Question before erasing flash devices
Prog.QBfrProgFlash
boolean
Question before programming flash devices
Prog.QBfrProg
boolean
Question before programming OTP devices
Prog.QBfrDiffProg
boolean
Question before differential programming (of flash
devices)
Prog.QBfrProgCP
boolean
Warning before programming device with some kind of
protection
Prog.CloseStatOnGoodAct
boolean
If true, status window will be automatically closed after
read/verify etc... without errors.
Prog.CloseStatOnGoodProg
boolean
Page 73
If true, status window will be automatically closed after
programming without errors.
Prog.BeepOnGoodProg
boolean
If true, program makes a sound on successful
programming.
Prog.BeepOnBadProg
boolean
If true, program makes a sound on unsuccessful
programming.
Prog.SoundsOff
boolean
If true, all sounds of the program are switched off.
Prog.SkipBlankForCfg
boolean
If true, no blank check of part is performed before
programming of configuration space.
Prog.SkipBlankCheck
boolean
If true, no blank check of device is performed before
device programming.
Prog.SkipErase
boolean
If true, no erasing is performed before device
programming.
Prog.SkipEraseData
boolean
If true, no erasing is performed before only data memory
programming.
Prog.SkipLastFFVerify
boolean
If true, verification of empty FF positions at the end of the
programmed memory is not preformed.
Prog.SkipVerify
boolean
If true, no verification is performed after programming.
Prog.DoubleVerify
boolean
If true, verification on two supply voltages is performed
after programming. Supported by FORTE with internal
supply voltage only.
Prog.DoubleVerifyV1
integer
Defines supply voltage size for the first verification, the
value is in voltsx10.
Prog.DoubleVerifyV2
integer
Defines supply voltage size for the second verification,
the value is in voltsx10.
Serial
integer
0 no serial numbers
1 serial numbers are from external file
2 serial numbers are calculated
Serial.Step
integer
Step of serial numbers
Serial.File
string
Page 74
File name of external file with serial numbers
Serial.File.Next
string
Label of serial number
Serial.Length
integer
If serial number is computed, serial number length
(digits)
Serial.Actual
(unsigned) integer
If serial number is computed, actual computed serial
number (if decimal, coded as BCD)
Serial.ASCII
boolean
If serial number is computed, if true, serial number is
stored to device as ASCII characters.
Serial.SaveTo
integer
1 code/main memory
2 data memory
4 ID positions
Serial.Retlw
boolean
If serial number is computed, if true, memory cells are
filled with retlw instructions.
Serial.Addr
integer
If serial number is computed, address where to save
Serial.CPW
integer
If serial number is computed, chars per word
Serial.Base
integer
If serial number is computed, base of serial number, can
be only 10 or 16
Serial.Succ
integer
next serial number is
0 same
1 incremented
2 decremented
3 random (LSFR)
Serial.Order
integer
0 HiLo hilo
1 hilo HiLo
2 LoHi lohi
3 lohi LoHi
Serial.Write.BeforeProg
boolean
If true, current serial number is "written" into opened HEX
editors just before programming the device.
Serial.Write.AfterProg
boolean
If true, current serial number is "written" into opened HEX
editors after successful programming.