I need to evaluate the different voltage values for 10 buttons from a total of two steering wheel controllers.
Each of the two controllers processes 5 buttons and outputs different voltages for them.
A Teensy 3.5 reads the voltage values and outputs the data via USB – ideally directly with the corresponding, but as yet unknown, target IDs.
Or are there other ways to process the voltage values in RD?
Which IDs can I use for the 10 different voltage values?
Is there a solution for this?
..
I only found 3 Target IDs related to voltage:
Battery voltage ID 12 (already used in my case)
Electric vehicles: Battery voltage ID 339
Charging voltage ID 340
…
Could a block of 10 or 20 Target IDs be added for additional voltage values so that the values received from USB can be processed directly?
Can you give an example?
What exactly needs to be in the XML file if “name” is used instead of ID?
What about the syntax with special characters in the “name”?
Would something like this work as a “name”?
RealDash XML Taget ID = “Cntl1_Taste_Lst+”
RealDash XML Taget ID = “Cntl2_Taste_Lst-”
RealDash XML Taget ID = “Cntl1_Taste_<<”
RealDash XML Taget ID = "Cntl2_Taste_>> "
RealDash XML Taget ID = “Cntl1_Taste_■”