Conversion

Avatar
  • updated

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

Avatar
Guillem Morey

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

Regards