0

Conversion

Francisco Jose Arévalo Pineda 6 years ago in bOS Configurator / Tasks updated by Guillem Morey 6 years ago 1

Hi, I need to perform a conversion of a value 1 byte U with a trigger.
For example, when receiving a value of 27 (0 to 255), perform a
conversion to 1 (0 to 255). It would be like making an identity.

As you could do in an example.

Thanks


Bye

Maybe you can use the function BitConverter, or create a task that if value=x, set value(trigger)=1

Regards