06-29-2008 02:25 PM
dan07 wrote:
We always learn the things by the worst way, in my next analysis I will not make the same mistake, I will take note of the results with at least 2 decimal places.
dan07 wrote:
I need to append to the VI a control for the graphs scale. In other VIs I used to use a property node for the graph, with Maximum and Minimum... But I was working in the first VI that you sent me (that with the size of a Post Card, not the large and monster like that I sent first to you...) and I don't know where I should link the scale control.
See if things make sense. Let me know if anything is not clear.
06-29-2008 10:13 PM - edited 06-29-2008 10:15 PM
06-29-2008 10:38 PM
dan07 wrote:
1. How do you leave a default data inside the VI? Since that in this VI I don't need to load a file do see the graphs and perform the search.
2. I looked up in the cluster and container wired to cluster and I did not find where you specified that graphs will be generated from the data, where do you specified that?
06-29-2008 10:55 PM
06-29-2008 10:55 PM
06-29-2008 11:21 PM
07-12-2008 02:27 PM - edited 07-12-2008 02:32 PM
@altenbach wrote:
It is somewhat buggy to change the scale of a graph that inside an array of clusters using a property node. In principle, all graphs should have the same scale but LabVIEW does not update correctly. In 8.0 it updates randomly one of the elements. In 8.5.1, it does the same, but the other graphs update once you move the cursor over them. I haven't studied this in detail to see if there is a workable solution with property nodes. Instead, I would suggest to just "enable" the graphs, so you can change the axis directly by clicking on the numbers of the scale. If you do it this way, all other elements will update immedately too. That's what I have done in the attached example.
07-13-2008 12:47 PM
dan07 wrote:
I don't know what is happening with the LEDS, because when I moved the whole code to the While Loop, the LEDS stop working, they don't stay RED after clicked.
Attached is a quick rewrite implementing some of the ideas. The race condition is still present and there is a small chance that switching an LED will not "take" on the first try , but will fix itself once you go back to the event structure.
07-14-2008 11:13 PM
07-16-2008 02:20 PM