LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run time menu

Solved!
Go to solution

hi,

        i created run time menu, by right clicking on xy - graph. where i select the channel - for  X Axis user can select the channel and y axis for the same.

 

 

but here when i select the channel from y axis its still shows x-axis in tag path....its not showing y-axis tag path.

 

find this attachment....  

Regards,
Balaji DP
0 Kudos
Message 1 of 8
(3,374 Views)

Hi balaji,

  Instead of creating a seperate  event for menu activation and creating menu using functions,you can edit the menu of the graph and save that menu along with the control.When i am doingin this way,i am not getting any thing like that you mentioned.Just check the attachments.

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 8
(3,363 Views)
can you send me in labview 8.6 ?
Regards,
Balaji DP
0 Kudos
Message 3 of 8
(3,357 Views)
Solution
Accepted by Balaji_DP

Balaji,

 

the reason for your issue is that you have items with non-unique item tags. Therefore, you always get the item path with the first item having the this tag (which would be X-Axis in your case).

Never use items with non-unique item tags!

 

@srikrishna: The menu editor does not support non-unique item tags therefore the issue does not occur there. If you try to configure unique item tags, the editor is getting nasty and renames the tag (e.g. "d_1").

 

hope this helps,

Norbert

 

Edit: The help for the menu editor includes this:

Item Tag—Displays the unique identifier of the menu item. Every menu item must have a unique identifier. The block diagram uses this string to identify the menu item. The identifier is case sensitive, and LabVIEW ignores trailing and leading blanks. If the tag you enter is not valid or is not unique, LabVIEW highlights the tag in red.

Message Edited by Norbert B on 05-03-2010 04:29 AM
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 8
(3,356 Views)

hi balaji DP,

  Just find the attachments.Before running the program,just right click on graph->advanced->runtime menu->browse kkk.rtm and run the program.

 

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 5 of 8
(3,345 Views)

I find it much easier to make and save a .rtm file of the XY Graph.

Right click the XY---->Advanced------>Run-Time Shortcut Menu----->Edit

 

Is that any good for what you want to do?

 

Have a look on the attachment below.

 

By the way we use extensively Gantner E-gates and E-bloxx modules at my work so any good VI's for them i would like to share with you. I am constantly in contact with Reinhard, Tobias and Stefan at your headquarters.

 

 

0 Kudos
Message 6 of 8
(3,340 Views)

hello Demitrios,

                            thank you very much, we have the joint venture with Gantner - instruments - austria and placed in india. (Gantner instruments - India). ofcourse tobias, and stefan are my friends. may know where are you from?  you can share with me VI's of gantner.

 

can you send me your e.mail id, so we can keep in touch. 

 

my e,mail: balaji@gantnerinstruments.in

 

 

Regards,
Balaji DP
0 Kudos
Message 7 of 8
(3,333 Views)

 thank you,

 

 

---------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

Balaji,

 

the reason for your issue is that you have items with non-unique item tags. Therefore, you always get the item path with the first item having the this tag (which would be X-Axis in your case).

Never use items with non-unique item tags!

 

@srikrishna: The menu editor does not support non-unique item tags therefore the issue does not occur there. If you try to configure unique item tags, the editor is getting nasty and renames the tag (e.g. "d_1").

 

hope this helps,

Norbert

 

Edit: The help for the menu editor includes this:

Item Tag—Displays the unique identifier of the menu item. Every menu item must have a unique identifier. The block diagram uses this string to identify the menu item. The identifier is case sensitive, and LabVIEW ignores trailing and leading blanks. If the tag you enter is not valid or is not unique, LabVIEW highlights the tag in red.

Message Edited by Norbert B on 05-03-2010 04:29 AM
 
 
 
 
Regards,
Balaji DP
0 Kudos
Message 8 of 8
(3,329 Views)