Search the Community
Showing results for tags 'enum'.
-
So sometimes when you do protocol decoding it is convenient to use a variant to store decoded data. For example you might have a 2 bit enumeration that is decoded like this: 00 -> Good 01 -> Bad 10 -> Ugly 11 -> Catastrophic If you cast the value to an enumeration that contains these...
-
I ran into this error while developing the project I'm currently working on. I've isolated the cause of the error and I'm able to demonstrate it in a simple VI. Basically, if I make a new selection on an enum or ring, while using the "set cell value" method on a table, error 1604 is generated....
-
Hi, I need to customize a modern enum in labview 8.6.1. I need to move the increment buttons to the right side of the enum. After moving them to the right side, the decrement button remains in the exact same spot when you resize the enum control, whereas the increment button does what it is suppo...