TIDUF61 May 2024
The TIDA-020069 converts the binary digital signal output generated by the Section 2.3.1.4 circuit to be four state of the HVIL system: Normal Operation, Open Connection, Short to Battery, or Short to Ground. The SN74HCS08-Q1, quad-channel AND gate, and SN74HCS86-Q1, quad-channel XOR gate, translate the two 2-bit binary digital values to output states. These logic gates also control the onboard LEDs to visually indicate each state on the board in real time without the need of external measurement hardware. For even further optimized system integration, these four state values can be translated into a 2-bit binary value, where each combination represents one of the four states. This conversion from the analog HVIL-Send and HVIL-Return signals to binary and then to state values simplifies system-level design by handling state recognition in hardware, rather than software.
The following circuit shows the logic gate configuration used in the TIDA-020069:
In this schematic, V1 represents HVIL-Send Logic-Higher, V2 represents HVIL-Send Logic-Lower, V3 represents HVIL-Return Logic-Higher, and V4 represents HVIL-Return Logic-Lower. LED1 represents the Normal Operation LED, LED2 represents the Open Connection LED, LED3 represents the Short to Battery LED, and LED4 represents the Short to Ground LED.
The logic of this circuit was tested and the results are found in Section 3.3. Table 2-5 shows the complete truth table of the design. It is important to note that this is a comprehensive truth table of all theoretical possibilities of this digital logic circuit, but not all input combinations are possible for the TIDA-020069. For example, it is not possible for V1 to equal 0 while V2 equals 1. This is because HVIL-Send Logic-Lower (V2) must be 1 when HVIL-Send Logic-Higher (V1) is 1. The same is true for V3 and V4. Other possibilities are listed in the table that are not generated by the 4 different states, even when shifting where the short to battery or short to load occurs. There is only one status LED indicator on at any given point.
V1 | V2 | V3 | V4 | LED1 | LED2 | LED3 | LED4 |
---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 |
0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 |
0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 |
0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
0 | 1 | 1 | 1 | 0 | 1 | 1 | 0 |
1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 |
1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 |
1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 |
1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 |
1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 |
1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 |
1 | 1 | 1 | 1 | 0 | 0 | 1 | 0 |