Get Maps
Use this command to create a file containing the contents of the LV_SYM_MAPS table. The LV_SYM_MAPS table contains Internal Maps of the system. This command is useful during system migration.
Syntax:
GET MAPS @FileName.ext
where:
- FileName.ext is the name for the created ASCII file, containing map metadata. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:
@"C:\My Documents\My Maps.txt"
If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.
Syntax example:
Get MAPS @Maps.txt