Q.png What are the most commonly used features that you used?
A.png
The first one is Resize Panel.
According to the Checklist:
  1. Configure the front panel to fit on the screens of most users.
  2. Front panels should open in the UPPER-LEFT corner of the screen for the convenience of users with small screens.
Every subVIs you programmed need to be re-sized the FP and DB.
The second one is Add Error .
According to the Checklist:
  1. Use error in and error out clusters in all subVIs …… Include error in and error out clusters in all subVIs, even if the subVI does not process errors. error in and error out clusters are helpful for controlling execution flow.
  2. Make sure all the controls on the front panel are of the same style. For example, do not use both classic and modern controls on the same front panel.
The third one is Add Error Case.
According to the Checklist:
#SubVI with Error Case …… If a subVI has an incoming error, you can use a Case structure to send the error through the VI without executing any of the subVI code.

Q.png Why the Quick Drop plugin only has one version 10.0?
A.png The Quick Drop plugin will be installed to LabVIEW Data folder, so that all of the different versions of LabVIEW could share the plugin.

Q.png Why still use free label for Add Label, since LabVIEW add labels for wires?
A.png The label of wire can only add one label for each wire. How about poly-line wire?