Computes the product of two numbers and adds it to an internal accumulator. Multiply Accumulate is a point-by-point node, meaning it accepts only scalars.
An input for this operation. You can pass scalar values one point at a time to the Multiply Accumulate node.
Default: 0
An input for this operation. You can pass scalar values one point at a time to the Multiply Accumulate node.
Default: 0
Initial value to which the internal accumulator gets reset.
Default: 0
A Boolean that determines whether the internal accumulator is reset to the initial value specified in initial value. Values passed into the node are added to the internal accumulator until initialize? is set to True.
Default: False
Output of the multiply accumulate operation.
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices
Web Server: Not supported in VIs that run in a web application