05-12-2014 01:20 AM
Hi,
Currently I didn't see any option where I can just select particular control or indicator and convert it from one type to other.
Example: I have one classic control and want to convert it to other modern or System control type.
It will be great if I am able to do that just on right click.
As per my knowledge currently we need to replace contlol which I selected to other type for converting it. It takes lots of time if I need to do this for multiple controls or indicators.
Any thoughts on this?
05-12-2014 01:30 AM
Currently there is no option in LabVIEW as per my knowledge. You can raise this idea in Idea Exchange.
05-12-2014 02:01 AM
05-12-2014 02:20 AM
If you really wanted to be quick doing this, you could use Quick Drop.
Ctrl-Space brings up Quick Drop. You'll notice there's a list of front panel items in there. You could navigate around blindly to find what you're after, search for it... or you could bind a shortcut to commonly used items. For instance, say you want a load of numeric indicators (silver) - you could bind the letter 'o' to it (an arbitrary choice).
Find your classic indicator that you'd like to replace. Select it, then:
Ctrl-Space brings up Quick Drop
'o' selects your silver numeric indicator
Ctrl-P replaces the currently selected front panel item with the Quick Drop selection
It may be a pain to set up the first time you do it, and you may have to remind yourself of the shortcuts used, but you soon commit it to muscle memory and will be able to reduce the time taken to place common palette items.
05-12-2014 03:09 AM
I agree this option is there which we use currently but still its time consuming.
I am also looking for some option where we can select all controls and right click ->Convert to->Classic or siver or modern.
When there are many controls we need to select and replace each one.
05-12-2014 03:13 AM
Thank you all for your suggestions 🙂
@thoul t: Your suggestion is nice and I will definitely want to try it.
05-12-2014 03:24 AM
If the case is specific, for example, all the classic booleans are to be replaced to silver ones,
I usually create a silver boolean, append its Label, copy it, and directly paste into the classic boolean ones in turns.
Maybe faster a little than right clicking and looking for which one should be used.