
252
S:\agilent\e8285\USRGUIDE\BOOK\CHAPTERS\memcard.fb
Chapter 5, Memory Cards/Mass Storage
DOS and LIF File System Considerations
Storing Code Files
Two IBASIC commands are available for storing program code to a mass storage
location: SAVE and STORE. The type of file created by the Test Set’s file system
when the program code is stored, is dependent upon the format of the media being
used. The type of file created verses the media format is outlined in
table 31
. The
IBASIC 2.0 file system can distinguish between DOS files that have been “saved”
and those that were “stored.”
Files that have been stored using the SAVE command must be retrieved using the
GET command:
SAVE "FM_TEST:,704,1"
GET "FM_TEST:,704,1"
Files that have been stored using the STORE command must be retrieved using
the LOAD command:
STORE "FM_TEST:,704,1"
LOAD "FM_TESTS:,704,1"
Table 31
Sorted Program Code File Types
DOS
Formatted
Media
LIF
Formatted
Media
SAVE
DOS
ASCII
STORE
IBPRG
IBPRG
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Содержание E8285A
Страница 18: ...Contents 17 Index Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 100: ...99 4 Status Reporting Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 268: ...267 6 IBASIC Controller Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 346: ...345 A Error Messages Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...