
PT-Basic Programming Manual Ver. 1.00 104/143
3.21 Simulator (Only for PC simulator) commands
To copy a file from PC side to PDT.
COPYFILETOPDT(PCPath$ , PDTPath$)
COPYFILETOPDT("D:\Code\BASIC\5.BMP","D:\PROGRAM\5.
BMP")
The COPYFILETOPDT command copies the PC file path specified
by PCPath$ to the simulator path specified by PDTPath$.
To backup a file from PDT to PC.
BACKUPDATAFILETOPC(PDTPath$ , PCPath$)
BACKUPDATAFILETOPC("D:\PROGRAM\5.BMP","d:\test.bmp
")
The BACKUPDATAFILETOPC command copies the simulator
datafile path specified by PDTPath$ to the PCPath$ in PC and
stored in PC with the same file name.
To setting scan module type.
N% is an integer variable indicating the scan module type.
Komentarze do niniejszej Instrukcji