Jump to content

Error Case Structure: Difference between revisions

From LabVIEW Wiki
New page: And '''Error Case Structure''' is term that describes a Case Structure that has an Error Cluster wired to its selector terminal, which causes it's two possible cases to be ''Error'...
 
No edit summary
Line 3: Line 3:
[[Image:Error Case Structure.png]]
[[Image:Error Case Structure.png]]


!! External Links
== External Links ==
* [http://zone.ni.com/reference/en-XX/help/371361B-01/lvconcepts/case_and_sequence_structures/ Case and Sequence Structures] (LabVIEW 8.2 Help Documentation)
* [http://zone.ni.com/reference/en-XX/help/371361B-01/lvconcepts/case_and_sequence_structures/ Case and Sequence Structures] (LabVIEW 8.2 Help Documentation)

Revision as of 23:13, 28 August 2007

And Error Case Structure is term that describes a Case Structure that has an Error Cluster wired to its selector terminal, which causes it's two possible cases to be Error (showing a green frame) and No Error (showing a red frame).

External Links