08-14-2006 05:54 AM - edited 08-14-2006 05:54 AM
帖子被hugoliang在08-14-2006 05:55 AM时编辑过了
08-14-2006 06:21 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-14-2006 07:00 AM
Hi,
Thank you for your reply!
I see I have linked an empty 2D array to the graph. Making this picture is only to make you understand me. In my vi, I have use a non-empty 2D array which is obtained from a DAQ card.
I see the way showed in the picture can do the thing, but there are two varieties of graph in one event case. And I have used 32 such buttons. It will use 64 varieties and use a lot of memory. I mean is there other better way to do the things?
Thanks again!
08-14-2006 07:08 AM
Hi,
Thank you for your reply!
I see I have linked an empty 2D array to the graph. Making this vi is to make you understand me. In my vi, I have linked a non-empty 2D array which is obtained from a DAQ card.
And I know the way showed in the picture can do the things, but there are two varieties of the graph in one event case. And I have used 32 such buttons, It will use 64 such varieties, use a lot of memory. I want to know is there any other better way can do the same thing.
Thank you again.
08-14-2006 07:08 AM
Hi,
Thank you for your reply!
I see I have linked an empty 2D array to the graph. Making this vi is to make you understand me. In my vi, I have linked a non-empty 2D array which is obtained from a DAQ card.
And I know the way showed in the picture can do the things, but there are two varieties of the graph in one event case. And I have used 32 such buttons, It will use 64 such varieties, use a lot of memory. I want to know is there any other better way can do the same thing.
Thank you again.
08-14-2006 07:42 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-14-2006 08:15 AM
08-14-2006 09:05 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-14-2006 04:07 PM
I agree with Titou that 32 buttons don't make a great UI. Suddenly one would need a pilots license to operate it ;). Please consider changing your interface. A good programmer should always be willing to change features if they improve the design and usablility.
I would definitely also suggest to select the active plot with a control and only have one up button. In any case, here are two simple examples in LabVIEW 7.0. The first uses an index selector and the second an array of booleans.
Maybe these can give you some ideas. Modify as needed.
08-15-2006 04:57 AM
TiTou, Altenbach,Thank you for your reply!
Good wishes!