VISA Read To File Function

Owning Palette: VISA Advanced VIs and Functions

Requires: Base Development System

Reads byte count synchronously and stores the transferred data in the file specified by filename.

filename opens in binary mode. Any existing contents are destroyed if you set the Message Based Settings:File Append Enable property to FALSE. The data is then written to the file. The operation returns only when the transfer terminates.

 Add to the block diagram  Find on the palette
VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.
filename is the name of file to which data will be written.
byte count is the number of bytes to be read.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
VISA resource name out is a copy of the VISA resource name that VISA functions return.
return count is the number of bytes actually transferred.
error out contains error information. This output provides standard error out functionality.