SLAU915 May   2024 ULC1001

 

  1.   1
  2.   Description
  3.   Get Started
  4.   Features
  5.   5
  6. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
    5. 1.5 General Texas Instruments High Voltage Evaluation (TI HV EVM) User Safety Guidelines
  7. 2Hardware
    1. 2.1 Hardware Information
    2. 2.2 Connection Procedure
  8. 3Software
    1. 3.1 GUI Setup
    2. 3.2 System Overview
      1. 3.2.1 System ISR Period
      2. 3.2.2 System Drive Voltage
      3. 3.2.3 System Calibration
        1. 3.2.3.1 DC Bias Calibration
        2. 3.2.3.2 Temperature Calibration
        3. 3.2.3.3 Auto Sense Calibration
        4. 3.2.3.4 Cleaning and Power Calibration
      4. 3.2.4 System Cleaning
      5. 3.2.5 System Diagnostics
    3. 3.3 GUI Overview
      1. 3.3.1 GUI Top Level Layout
        1. 3.3.1.1 North Pane
        2. 3.3.1.2 South Pane
        3. 3.3.1.3 Center Pane
      2. 3.3.2 High Level Page
        1. 3.3.2.1 Burst Parameters
        2. 3.3.2.2 Calibration Settings
          1. 3.3.2.2.1 Voltage and Current Sense Circuitry
        3. 3.3.2.3 Cleaning Mode Settings
          1. 3.3.2.3.1 Auto-Cleaning
          2. 3.3.2.3.2 Water Cleaning
          3. 3.3.2.3.3 Deice Cleaning
          4. 3.3.2.3.4 Mud Cleaning Mode
        4. 3.3.2.4 Power and Diagnostic Settings
      3. 3.3.3 Register Map Page
      4. 3.3.4 I2C Configuration Page
      5. 3.3.5 GUI Functions
        1. 3.3.5.1 Monitor Communication Status
        2. 3.3.5.2 Load and Save Configuration Files
          1. 3.3.5.2.1 MSP430 Firmware Programming
        3. 3.3.5.3 Re-initialize System
        4. 3.3.5.4 Fault and Flag Monitoring and Clearing
        5. 3.3.5.5 Run Calibration
        6. 3.3.5.6 Run Cleaning Modes
        7. 3.3.5.7 Run Diagnostic Mode
        8. 3.3.5.8 Run Abort
        9. 3.3.5.9 Script Recording
  9. 4Hardware Design Files
    1. 4.1 Schematics
    2. 4.2 PCB Layouts
    3. 4.3 Bill of Materials (BOM)
  10. 5Additional Information
    1. 5.1 Trademarks

System Overview

ULC1001 has many settings to be configured for good cleaning performance. These settings are separated into three main tabs: Calibration, Cleaning Modes, and Power and Diagnostics. At a high level, ULC1001 invokes modes for calibration, cleaning, power monitoring, and fault protection. Each of these nine modes contains up to 30 bursts that can be configured for a wide range of frequencies. Bursts are enumerated from 0-23 and each burst has eight configurable parameters. The GUI is very useful for setting up the system and exporting configuration files for system integration. When a mode is enabled, the ULC1001-DRV2911 EVM drives each burst in the order shown in Figure 4-2 for a given mode.

ULC1001-DRV2911EVM System Configuration Matrix
Figure 3-2 System Configuration Matrix

There are two types of bursts: Active bursts enable the IV sense path (bursts 0 to 5 and 19 to 23) and Passive bursts do not enable the IV sense path (bursts 6 to 17). Each burst contains the following eight configurable parameters: Amp, Delay, and Duration, Freq_Start, Freq_Stop, Num_Freq, Delta_Freq, and Modulation.

Note: Burst 18 is an Idle burst, which is returned to automatically at the end of each mode; this burst is never set by the user. Burst 18 must not be placed in the mode sequences. Burst 23 is the Temperature burst, which can be enabled to run continuously. For information on adding Burst 23 to a sequence, refer to Section 3.3.2.3.1.

All Active burst frequency settings, except burst 0, must follow the following: Delta_Freq*n = (Fs/N)*n = (ULC_RX_mode_cfg bits [0-4]/USER_Params_numSamples)*n, where n is an integer multiplier. Freq_start ≤ Freq_stop. Freq_start and Freq_stop must be integer multiples of Delta_Freq. Refer to Table 4-7.

All Passive bursts must have Num_Freq = 0. Refer to Table 4-8.

There are two types of registers to be programmed. Hardware (HW) registers, which are 8-bits, setup the hardware configurations such as the ADC sample rate. Firmware (FW) registers, which are 32-bits and follow a Q-point notation, setup the firmware inside the DSP. FW registers' Q-point notation is defined by the suffix of each register; if no suffix exists, then the register is a normal 32-bit register. FW registers are stored in an I2C buffer and are not used by the firmware until the re-initialization command is invoked. Refer to Section 3.3.5.3 for running the re-initialization command.