07-24-2007 06:10 PM
07-25-2007 11:39 AM
05-27-2008 12:26 PM
05-27-2008 12:51 PM
RSibagatullin,
Formula Nodes should accept 2D array inputs without any problem. Can you attach a VI that demonstrates the problem you are seeing?
Chris M
05-27-2008 01:23 PM
05-27-2008 09:14 PM
Hi,
LabVIEW follows a dataflow model for running VIs. A block diagram node executes when it receives all required inputs. When a node executes, it produces output data and passes the data to the next node in the dataflow path. The movement of data through the nodes determines the execution order of the VIs and functions on the block diagram.
You can use execution highlighting to view an animation of the execution of the block diagram.