07-20-2009 12:12 PM
Hi everybody,
I'm getting real-time data and I would like to know if it is possible to change the display to show the results in hex format and decimal, using the same display. I mean, use a push botton to change between them.
Regards
Felipe
07-20-2009 12:29 PM
07-20-2009 12:32 PM
You could make one of each, stack one on each other, then use a property node to select which of the two indicators is visible. (see attached example)
07-20-2009 12:32 PM
07-20-2009 12:48 PM - edited 07-20-2009 12:49 PM
You can also have both in one indicator.
For an example, have a look at this old nugget. The advantage is that you don't need any extra controls and code (such as buttons, property nodes, and associated logic). 😄
07-20-2009 01:36 PM
Thanks everybody for helping me. It's going to help me a lot.
Just one more question. As I told you, I'm getting real time data, so when I press a stop button I would like to create (or use) a slide bar to move forward or backward to read my data in a certain time. Can someone help me on that?
Regards
Felipe
07-20-2009 02:48 PM
Is your data displayed on a Waveform 'Chart' or 'Graph'?
If it is in a chart, you can right click the chart and go to:
Visible Items >> Scrollbar
Then you can scroll to show previous data.
07-20-2009 03:08 PM
07-20-2009 03:45 PM
07-20-2009 04:07 PM
My system is attached. What I really want to do is to use something like scroll bar to move check what is going on in my system when I pressed stop button. Just to explain my system: I created a file and the random numbers are my "data" that come from arcnet. I would like that my displays could " store all the data and just with a kind of scroll bar or something like that I could see all the data were showed in the display.
Regards
Felipe