Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

This chapter contains the descriptions of all supported features from the File Access Control category.

Name

FileAccessControl

Category

Root

Interface

Category

Access

Read

Unit

-

Visibility

Guru

Values

-

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

These features provide the necessary settings for file access in the camera.

Selecting a file

With FileSelector, you can select the file that you want to work with:

"UserData1" and "UserData2" are custom files that can be written and read.

"CriticalEventLog" is a read only file that the camera automatically generates when a critical error occurs.

FileSize returns the size of the selected file as bytes in the camera's memory.

Performing operations

You can perform different operations on the files, selected by FileOperationSelector:

Open: Opens a file for reading (FileOpenMode = 'Read') or writing (FileOpenMode = 'Write').

Close: Closes the file.

Read: Reads the file to the FileAccessBuffer

Write: Writes the FileAccessBuffer to the file.

Delete: Deletes the file.

The operations are executed by FileOperationExecute.