Difference between revisions of "MotoHawk Blocks: Asynchronous NonVolatile Data Write"

From MotoHawk
Jump to navigationJump to search
(Created page with "=Asynchronous NonVolatile Data Write= This MotoHawk™ block allows the user to overwrite specific variables in the NonVolatile Structure. ==Block ID== Async NonVolatile Wr...")
 
(Description)
Line 15: Line 15:
 
[[Image:AsyncNonVolatile_DataWrite.png]]
 
[[Image:AsyncNonVolatile_DataWrite.png]]
  
When executed, this block will attempt to write to NonVolatile Asynchronously. This block allows the user to overwrite specific variables in the NonVolatile Structure. NOTE: Using the Asynchronous write feature is only supported on certain ECU targets while using the MotoHawk Build Engine. The [NonVolatileDefinition.html NonVolatile Definition] block must have the '''Async Enable''' feature enabled to use this feature.
+
When executed, this block will attempt to write to NonVolatile Asynchronously. This block allows the user to overwrite specific variables in the NonVolatile Structure. NOTE: Using the Asynchronous write feature is only supported on certain ECU targets while using the MotoHawk Build Engine. The [[MotoHawk_Blocks:_Asynchronous_NonVolatile_Data_Write|NonVolatile Definition]] block must have the '''Async Enable''' feature enabled to use this feature.
  
 
==Block Parameters==
 
==Block Parameters==

Revision as of 09:32, 16 July 2012

Asynchronous NonVolatile Data Write

This MotoHawk™ block allows the user to overwrite specific variables in the NonVolatile Structure.

Block ID

Async NonVolatile Write

Library

MotoHawk_lib/Data Storage Blocks

Description

AsyncNonVolatile DataWrite.png

When executed, this block will attempt to write to NonVolatile Asynchronously. This block allows the user to overwrite specific variables in the NonVolatile Structure. NOTE: Using the Asynchronous write feature is only supported on certain ECU targets while using the MotoHawk Build Engine. The NonVolatile Definition block must have the Async Enable feature enabled to use this feature.

Block Parameters

Parameter Field Values Comments/Description
Data Source Lookup by Name / Lookup by Name in Structure Select method of obtaining source of data. An error is given if this does not match when the data source is listed by name.
Data Name Alpha-numeric text, single-quote enclosed Name of data source, if Lookup by Name is selected for Data Source. Must match exact name as defined in a Data Definition block. No special characters, such as spaces, dashes, commas (underscore allowed).