Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


1.4.3 Large files

Organization of this subsection

(1) File system

JP1/Script supports large files for FAT32 and NTFS systems (neither FAT nor FAT16 is supported).

(2) Maximum file size

The maximum file size is 8 exabytes (9,223,372,036,854,775,807 bytes) for NTFS and 3.9 gigabytes (4,294,967,295 bytes) for FAT32. If the size of a file exceeds this value, operations cannot be guaranteed.

(3) Error messages

The following table describes the error messages for large files:

No.

Command

Error message

Reserved variable (value)

1

GetFileSize

Value cannot be stored in the variable because the acquired value is greater than the variable's maximum value.

_ERR_FILE_SIZE_

(536904784)

2

IniRead

Specified file size exceeds the maximum permissible size.

_ERR_NOT_LARGE_FILE_

(536904785)

3

IniWrite

Specified file size exceeds the maximum permissible size.

_ERR_NOT_LARGE_FILE_

(536904785)

4

TextFileReplace

Specified file size exceeds the maximum permissible size.

_ERR_NOT_LARGE_FILE_

(536904785)

5

GetTextPosition

Read/write start location is beyond 2,147,483,647.

_ERR_FILE_POSITION_

(536904786)