05-04-2023 02:31 PM
Hola.
Es posible conectar una terminal de tipo "enum constant" a una terminal de tipo "unsigned word" ? Estoy usando LabView 2015
Anexo foto de lo que quiero conectar
05-04-2023 02:50 PM
I can't see any "unsigned word" anywhere in your picture. Please explain.
05-05-2023 01:03 AM - edited 05-05-2023 01:05 AM
Hi Jeovany,
@Jeovany12 wrote:
Is it possible to connect a terminal of type "enum constant" to a terminal of type "unsigned word" ?
The answer is "Yes!".
Try this:
(You can also omit the ToU16, but then you get a conversion dot.)
05-05-2023 03:31 AM - edited 05-05-2023 03:32 AM
Maybe you mean something like this? You want to get the TEXT (String) from your ENUM constant? But my example is not with an ENUM constant.
regards