LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i make state bar display info,thanks

check attatched , I called state bar ActiveX , but I can't realize my purpose , it can't display on state bar for first item of sequence structure where get correct result for 2nd item of sequence structure.
thanks in advance
0 Kudos
Message 1 of 2
(2,318 Views)
You should familiarize yourself with dataflow. Maybe watch while run your diagram with execution highlighting.
 
If you want to call "state bar" twice, once with each value from each sequence frame, you need to call "state bar" in each sequence structure.
 
Notice also that the second value write occurs without delay after the first write, so most likely the first value only exists for an incredibly short time.

Message Edited by altenbach on 01-02-2006 11:28 PM

Message 2 of 2
(2,303 Views)