Raptor:Data Logging File Get Free Space: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to File IO page [[File:RaptorDataLoggingFileGetFreeSpace.png|right|frame|Raptor™ Data Log…') |
No edit summary |
||
Line 6: | Line 6: | ||
== Description == | == Description == | ||
<p>This block returns the free | <p>This block returns the number of free bytes on the desired hardware resource.</p> | ||
<p>Adequate free space on the desired HW resource should be verified before attempting to open and write to a file. Logic should be included to defer logging and free up storage space before resuming logging operations.</p> | |||
== Outputs == | == Outputs == |
Latest revision as of 20:51, 12 September 2023
Return to the main Raptor page
Description
This block returns the number of free bytes on the desired hardware resource.
Adequate free space on the desired HW resource should be verified before attempting to open and write to a file. Logic should be included to defer logging and free up storage space before resuming logging operations.
Outputs
Output | Type | Description |
---|---|---|
Bytes | int32 | The number of bytes of free space on the specified resource. |
Parameters
Parameter | Type | Description |
---|---|---|
Resource | Specify the resource to check. |