You can find tips and tricks around LabVIEW's icon editor in the LabVIEW section of the dokuwiki.
RGB = 108/0/128
hampelsoft-libraries, and other modules and templates from Hampel Software Engineering
RGB = 109/109/131 ('Slide Housing')
Main program for a programmable hardware, sequencer, state machines
RGB = 100/255/0 ('LED on')
User Interface, Results Display, Visualization, Log & Debug Views
RGB = 255/0/0 ('Thermometer Fill')
Error handlers inside modules, shutdown VIs, emergency stop
RGB = 0/65/220 ('Slide Fill')
Generic control of a specific, “non-programmable” hardware like a camera, motor, DC source (NOT: cRIO, FPGA, PLC, …)
RGB = 255/255/204
Writing data to file/database, save images
RGB = 255/153/255
Other Software, Internet, PLC, Database, RS-232, etc.
RGB = 255/128/0
Data Acquisition, Data processing, feature extraction, feature evaluation, calculations…
RGB = 251/223/255
For _Example VIs and _VI Templates.
If converting from or to specific LabVIEW data types, try and use the corresponding wire color in the icon.
Example: Convert from integer to single: Left side is blue, right side is orange.
Glyphs are stored in LabVIEW's data folder, eg. C:\Users\admin\Documents\LabVIEW Data\Glyphs\
The HSE Way of Working:
A set of guidelines that recommend programming style, better practices, and methods for all our LabVIEW projects. We ask all our peers to follow these guidelines to help improve the readability of our shared source code and make software maintenance easier.