Hi Community
I have some binary that represents signed 16bit values that I am encoding as hex (with the Binary Encoder) and was hoping to then use the base converter to convert the hex into a signed decimal but it turns out it only supports unsigned conversions .
Does anyone have an ideas on how to perform this conversion? I have doen much googling but without any luck.
I would be quite happy to offset all the values by +32767 to get them all into a Unit16 range if there was any way to do that....
Cheers!