Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Memory Element VI

LabVIEW 8.6 FPGA Module Help
June 2008

NI Part Number:
371599D-01

»View Product Info

Owning Palette: Nonlinear Systems VIs

Installed With: FPGA Module

Stores the input value and returns it on the next call. The data type you wire to input determines the output data type.

The maximum input word length is 32 bits.

reset, when TRUE, returns initial condition as the output. The VI initializes automatically when it first runs in a VI.
input is the data point the VI processes.
initial condition is the data point the VI returns the first time you call it or when reset is TRUE.
output returns the stored memory element.

output[n] = input[n – 1]

where output[n] is the value of output on the nth call to the VI after reset, and output[0] = initial condition.

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit