Make Artificial Data Dependency in LabVIEW

By Ralph - Last updated: Wednesday, March 25, 2009 - Save & Share - Leave a Comment

Sometime, we need the data flow in LabVIEW not to be naturally. In this case we can use sequences structure or artificial data dependency to realize it.

But, usually a single frame sequence with an error wire or other data wire is sufficient. A multiple case sequence structure is not needed. If you use artificial data dependency in LabVIEW, my advice is to add a note to the diagram to explain why the unused signal is there. Otherwise someone may remove it in the future because it appeared to be unnecessary and so the data dependency will be missing. And it’s a good idea to create a subVI for the portion of the code which has not a natural data dependency and add error clusters in the subVI. Then the subVI allows the data dependency and may have the bonus of reducing the space on the diagram.

Related posts:

  1. How to Ignore CR LF ASCII Codes in Serial Receive with LabVIEW In one of my recent LabVIEW projects, my application needs...
  2. The Difference Between Chart and Graph in LabVIEW We can use chart and graph to display our acquired...

Posted in LabVIEW, VI Software • Tags: , , Top Of Page

Write a comment