LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cursor legend in lv8.2

I'm trying to re-build a project made in LV7.0 but I must do a lot of changes, and I'm very annoyed of it.
I've seen the lv8 cursor legend and I hate it. LV7 style is definitively better.
How can I change column header names? Cursor, X and Y are general, but I'd like more specific names.


Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 1 of 11
(4,039 Views)

Dear vix,

I have been investigating on that but I didn't find anyway to change those things in the graph properties neither with a property node or customizing, so I don't really thing you can change that...

Regards,

Jaime Cabrera

NI Applications Engineering

Regards,

Jaime Cabrera

NI Applications Engineering Spain
0 Kudos
Message 2 of 11
(4,017 Views)
The advantage of LV8+ is that you have cursor move events, letting you easily create your own cursor legend!

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 11
(4,001 Views)

I'm using LV 8.0.1

Is it possible change the colomn width?

My X scale is Time, and I would like to see the entire Time-Date in the leged

 

Yves 

 

0 Kudos
Message 4 of 11
(3,969 Views)
It is some kind of trick:
  • change to run-mode (ctrl-m)
  • change the column width
  • change to edit-mode (ctrl-m)
EDIT: you might have to 'allow' the user to change the width, (I don't have LV here so I'm not sure how it is named)

Looks kind-a silly to me but it works.

Ton

Message Edited by TonP on 11-08-2006 09:03 PM

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 5 of 11
(3,964 Views)

Thanks for your reply.

In both run or edit mode, I do see the cursor change to 'change-colomn-width-mode' but cant move it!

So I have to find how to "allow" this....

Message Edited by YvesGauthier on 11-08-2006 02:12 PM

0 Kudos
Message 6 of 11
(3,957 Views)

If you already know the width you want do this.You must have your VI settings set to open the control editor on double click for this to work.

  1. Place graph on VI.
  2. double click to customize graph.
  3. in the customize window right click on graph and select visible items/ cursor legend.
  4. change to customize mode by selecting the little wrench.
  5. then double click on the cursor legend . this will bring up the customize window for the cursor legend.
  6. change to customize mode and edit as you wish.
  7. save control and exit, then when asked if want to replace the control select yes.
  8. save graph control, exit and select yes again.

This way you can make it the way you like. Turns out the cursor legend is just a multi-column list box.




Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 7 of 11
(3,954 Views)
Hi,

I have no issues with changing the width of the cursor of an XY-graph. I can hover over the seperation line and my mouse changes into an drag left-right cursor (or what's his name).... (my previous post describd a table/tree control in general)

The strange thing it looks like I can't find a property node to hide/unhide the cursor list


Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 8 of 11
(3,941 Views)
The problem is there is no VI Server Interface for the Cursor legend, see here for example:
http://forums.ni.com/ni/board/message?board.id=170&message.id=151544
0 Kudos
Message 9 of 11
(3,929 Views)

Hi again,

I followed Joe's instructions up to point 6: In the control customize window with only the cursor list box.

In neither mode (wrench or tweezer) I can move the vertical line!

Is there another setting I dont know about?

 

0 Kudos
Message 10 of 11
(3,920 Views)