06-10-2008 09:10 AM
06-10-2008 09:41 AM
06-10-2008 09:47 AM
06-11-2008
01:00 AM
- last edited on
04-29-2025
02:21 PM
by
Content Cleaner
Doing so, the execution order of the different sub-VIs is forced.
Please note that 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.
LabVIEW execute the code neither from left to right nor from top to bottom ! In the modified version, the error wire is used to set the order of exection : init --> write and read --> clear.
Message Edité par JB le 06-11-2008 08:07 AM