|
1 | 1 | # LabView QuickDrop AddLabels |
2 | 2 |
|
3 | | -A LabVIEW Quick-Drop (QD) plug-in for adding or removing labels to block diagram elements and subdiagram labels for structure elements. |
| 3 | +A LabVIEW Quick-Drop (QD) plug-in to easily add or remove labels to blockdiagram elements. |
4 | 4 |
|
5 | 5 |
|
6 | 6 | ## Installation |
7 | | -Place the content of the zip file in your `<LabVIEW>\resource\dialog\QuickDrop\plugins` folder. |
| 7 | +Place the `Add Labels.vi` file in your `<LabVIEW>\resource\dialog\QuickDrop\plugins` folder. |
8 | 8 |
|
9 | 9 | ## Usage |
10 | 10 |
|
11 | 11 | This quick-drop plug-in works only in the block diagram. |
12 | | -Press Ctrl+Space Ctrl+Q to add the labels to the selected items. |
13 | | -If the plug-in is called using the SHIFT key than the label will be removed. |
14 | 12 |
|
15 | | -## Hints |
16 | | -The plug-in has been developed with LabVIEW 2016. |
| 13 | +### Add or remove a label to SubVIs |
| 14 | + |
| 15 | +Select a SubVI within a blockdiagram. |
| 16 | +Press `Ctrl+Space` and `Ctrl+Q` to add a label to a SubVI. |
| 17 | +For removing the label press `Ctrl+Space`and `Ctrl+Shift+Q` |
17 | 18 |
|
18 | | -## License |
19 | 19 |
|
20 | | -MIT License |
| 20 | +The animated GIF below show the three possible options of the plugin: |
21 | 21 |
|
22 | | -Permission is hereby granted, free of charge, to any person obtaining a copy |
23 | | -of this software and associated documentation files (the "Software"), to deal |
24 | | -in the Software without restriction, including without limitation the rights |
25 | | -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
26 | | -copies of the Software, and to permit persons to whom the Software is |
27 | | -furnished to do so, subject to the following conditions: |
| 22 | +* Add/Remove a label to a SubVI. |
| 23 | +* Add/Remove a subdiagram label to a structure element. |
| 24 | +* Add/Remove a label to a wire |
| 25 | +* Show again an already set wire label |
28 | 26 |
|
29 | | -The above copyright notice and this permission notice shall be included in all |
30 | | -copies or substantial portions of the Software. |
| 27 | + |
31 | 28 |
|
32 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
33 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
34 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
35 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
36 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
37 | | -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
38 | | -SOFTWARE. |
| 29 | +It is also possible to select more than one element within a blockdiagram. Therefore the appropriate label will be added to the selected elements. |
39 | 30 |
|
| 31 | +## Hints |
| 32 | +The plug-in is developed in LabVIEW 2016. If you have an older version of LabView you have to save the provided project to this older version by yourself. |
0 commit comments