Raptor:Data Logging Libraries: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
** Raptor Versions
** Raptor Versions


<h1>Blocks</h1>
==Blockset Library==


{| class="wikitable"
{| class="wikitable"
|-
|-
! scope="col" style="width: 15%;"| Block
| [[File:RaptorDataLog.png|215|link=Raptor:Data Log|Raptor:Data Logging]] <p>[[Raptor:Data Logging]]</p>
! scope="col" style="width: 60%;"| Description
| [[File:RaptorDataLoggingFileIO.png|215|link=Raptor:Data Logging File IO|Raptor:Data Logging File IO]] <p>[[Raptor:Data Logging File IO]]</p>
! scope="col" style="width: 25%;"| Appearance
|-
! <h5>[[Raptor:Display Clear Screen|Clear Screen]]</h5>
| <p>This block clears both layers of the screen.</p>
| [[file:RaptorDisplayClearScreen.png|frameless|border|Clear Screen block|center]]
|-
! <h5>[[Raptor:Display Draw Arc|Draw Arc]]</h5>
| <p>This block draws an arc on the screen.</p>
| [[file:RaptorDisplayDrawArc.png|frameless|border|Draw Arc block|center]]
|-
! <h5>[[Raptor:Display Draw Circle|Draw Circle]]</h5>
| <p>This block draws a circle on the screen.</p>
| [[file:RaptorDisplayDrawCircle.png|frameless|border|Draw Circle block|center]]
|-
! <h5>[[Raptor:Display Draw Image|Draw Image]]</h5>
| <p>This block draws an image in the screen.</p>
| [[file:RaptorDisplayDrawImage.png|frameless|border|Draw Image block|center]]
|-
! <h5>[[Raptor:Display Draw Line|Draw Line]]</h5>
| <p>This block draws a line on the screen.</p>
| [[file:RaptorDisplayDrawLine.png|frameless|border|Draw Line block|center]]
|-
! <h5>[[Raptor:Display Draw Polygon|Draw Polygon]]</h5>
| <p>This block draws a polygon on the screen. The points of the polygon are in X,Y pairs.</p>
| [[file:RaptorDisplayDrawPolygon.png|frameless|border|Draw Polygon block|center]]
|-
! <h5>[[Raptor:Display Draw Rectangle|Draw Rectangle]]</h5>
| <p>This block draws a rectangle on the screen.</p>
| [[file:RaptorDisplayDrawRectangle.png|frameless|border|Draw Rectangle block|center]]
|-
! <h5>[[Raptor:Display Draw Text|Draw Text]]</h5>
| <p>This block draws text on the screen.</p>
| [[file:RaptorDisplayDrawText.png|frameless|border|Draw Text block|center]]
|-
! <h5>[[Raptor:Display Element|Element]]</h5>
| <p>This block automatically clears the portions of the screen drawn by the blocks in its FnCall output during the previous time step. It can be used in the draw foreground function to avoid the need to explicitely clear the screen. This block has some specific settings requirements for the model.</p>
| [[file:RaptorDisplayElement.png|frameless|border|Element block|center]]
|-
! <h5>[[Raptor:Display Fill Circle|Fill Circle]]</h5>
| <p>This block draws a filled circle on the screen.</p>
| [[file:RaptorDisplayFillCircle.png|frameless|border|Fill Circle block|center]]
|-
! <h5>[[Raptor:Display Fill Ellipse|Fill Ellipse]]</h5>
| <p>This block draws a filled ellipse on the screen.</p>
| [[file:RaptorDisplayFillEllipse.png|frameless|border|Fill Ellipse block|center]]
|-
! <h5>[[Raptor:Display Fill Polygon|Fill Polygon]]</h5>
| <p>This block draws a filled polygon on the screen.</p>
| [[file:RaptorDisplayFillPolygon.png|frameless|border|Fill Polygon block|center]]
|-
! <h5>[[Raptor:Display Fill Rectangle|Fill Rectangle]]</h5>
| <p>This block draws a filled rectangle on the screen.</p>
| [[file:RaptorDisplayFillRectangle.png|frameless|border|Fill Rectangle block|center]]
|-
! <h5>[[Raptor:Display Image Reference|Image Reference]]</h5>
| <p>This block outputs an image reference which can be used with the [[Raptor:Display Draw Image|Draw Image]] or [[Raptor:Display Button Bar Setup Button|Button Bar Setup Button]] blocks.</p>
| [[file:RaptorDisplayImageReference.png|frameless|border|Image Reference block|center]]
|}
|}

Revision as of 17:16, 7 July 2014

Return to the main Raptor page

File:RaptorDataLoggingLibrary.png
Raptor™ Data Logging Library

Overview

The Raptor™ Data Logging Library...


Supported Modules

  • Module Name
    • Raptor Versions

Blockset Library

Raptor:Data Logging

Raptor:Data Logging

Raptor:Data Logging File IO

Raptor:Data Logging File IO