Raptor:Data Logging File Write: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
(Created page with 'Return to the main Raptor page Return to File IO page [[File:RaptorDataLoggingFileWrite.png|right|frame|Raptor™ Data Logging Fi…')
 
No edit summary
Line 20: Line 20:
|-
|-
! Data
! Data
| uint8[]
| uint8[] or String
| The data to be written to the file.
| The data to be written to the file.
|-
|-

Revision as of 20:29, 7 July 2014

Return to the main Raptor page

Return to File IO page

Raptor™ Data Logging File Write

Description

This block is used to write data to a file. The block accepts uint8[] or string data types.

Inputs

Input Type Description
File Handle File Handle Specifies the file to check.
Data uint8[] or String The data to be written to the file.
Length uint32 The length of the data being written.

Outputs

Output Type Description
File Handle File Handle Outputs the File Handle provided on the input.
Success boolean Output indicates if the file was written successfully.

Parameters

Parameter Type Description
Resource Specify the resource which contains the file to write.