LabVIEW Reference

Colours

Description R G B Colour
VI - Yellow (General) 255, 255, 207
VI - Blue (Driver) 153, 204, 255
VI - Green (UUT) 155, 255, 155
VI - UE Comms 221, 221, 221
VI - Orange (Test Executive) 255, 179, 113
Description R G B Colour
Application Front Panel 156, 169, 196
Application Sub Panel 189, 197, 215
Test Aid Front Panel 160, 210, 180
Test Aid Sub Panel 197, 215, 189

Line Ends

LabVIEW uses character 10 (new line) within text fields to signify the end of a line (\n), this is also used in Linux and Mac OS. Windows generally uses character 13 (CR) followed by 10 (LF) within text files such as those created with notepad (\r\n).