Hi,
I'm using LabVIEW's Unit Test Framework and it's telling me that I'm not allowed to use unit specs such as [Celsius] in my control labels:
"The control label cannot contain the following: \n, \r, tabs, array brackets, name separators, and decimal separators.
Controls in the VI under test contain [] or /."
Renaming these labels is an awkward option for me as the bracketed unit format is on our company conventions.
Can anybody think of a workaround so that the test framework ignores these labels?
Thanks,
Peter