Lenze ETC Motion Control Uživatelský manuál Strana 387

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 428
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 386
PLC programming
Library
FILE IO functions
8
8.8
8.8.3
l
387
EDSTCXN EN 2.0
8.8.3.9 SYSREMOVEFILE
FUNCTION SYSREMOVEFILE: DINT
VAR_INPUT
filename_s : STRING(15); (* file name *)
END_VAR
The function is used to delete a file from the FLASHPROM, the RAM disk or the
FLOPPY.
filename_pc: Name of the file to be deleted. Optionally with preceding device ID and
colon ^ 390.
8.8.3.10 SYSDISKFORMAT
FUNCTION SYSDISKFORMAT: DINT
VAR_INPUT
device_s : STRING(15);
END_VAR
The function formats the FLASHPROM, the RAM disk or the FLOPPY. All data
will be deleted!
device_pc: Device name ^ 390. Empty string (" ") for the default device
(FLASHPROM).
Return value: Less than 0 for an error (all errors are defined in the global
constants of the library).
Declaration
Description
Parameters
Declaration
Description
Parameters
Zobrazit stránku 386
1 2 ... 382 383 384 385 386 387 388 389 390 391 392 ... 427 428

Komentáře k této Příručce

ama 11 Jan 2025 | 19:35:39

rasha