Values for XML file

I have two formulas that I can’t find the solution for:

1st →

From this CANBUS input, I need the value 0=0, and when it’s >=1 the value is 1 (in the Target ID)

2nd

This all works for me except (-2:P)
I need it to be P when the input signal is (0 + (a BIT is active in a different BYTE))

To summarize, the problem is that in the Real Dashboard, “N” appears on the screen instead of “P” because the “P” is activated in a different bit.

  1. Use units=“bit” and bit shift for the >= 1 value.
  2. If value is in same frame, you can read and use it on ‘conversion’ attribute. If value comes from different frame, you can refer to it by ID or by name in the conversion. See documentation here:

RealDash-extras/RealDash-CAN/realdash-can-description-file.md at master · janimm/RealDash-extras