Adding the VCOM Custom Device
- 更新时间2024-10-31
- 阅读时长4分钟
The VCOM custom device is a feature of NI's Vehicle Communication Toolkit (NI-VCOM) installed as part of the Battery Test System Software Package that allows you to monitor, send signals to, and receive signals from a DUT's battery management system (BMS). In order to communicate with a BMS on a DUT being tested by the Battery Test System, you will need to create, configure, and export a VCOM custom device for that DUT.
- Open a new VeriStand project.
- Click Configure to open the System Explorer.
- In the System Explorer window, navigate to .
- Right-click Custom Devices and select to create the VCOM custom device.
-
If your project uses .dbc or .ldf for
database communication:
- Click Create RBS Descriptor.
- Refer to the Using RBSConfig section in the Vehicle Communication Toolkit User Manual for information on how to use the RBSConfig window which appears to create an RBS descriptor file.
- Click Set RBS Configuration.
-
Once the RBS Configurator window has opened, refer to the
The Configuration Tool section in the Vehicle
Communication Toolkit User Manual for information on how to properly
configure a new VCOM custom device.

-
The RBS Configurator window closes once you finish
configuring the VCOM custom device, and the Add/Update
Sections window opens immediately afterwards. Select
Import All to import all of the channels you configured
for your peers, or select Import Manually to select which
channels are imported. Click Done once your selections
are complete.

-
(Optional) If you selected Import Manually for any of your
peers, an Add/Update Channel Selection will appear for each
of the peers being imported manually. In each window, select the channels you
want to import and click Done.

-
Test your configuration to ensure you are communicating correctly with the DUT.
If there are any issues, you can change your imported channels by clicking on a
peer folder below VCOM in the System
Explorer window and clicking on Import
Channels to reopen the Add/Update Channel
Selection window for that peer.

- Once you have successfully tested your configuration, right-click VCOM and select Export Config.
-
Enter the path to export your VCOM custom device configuration to in the
Export RBS Configuration window and click
Export. Name your exported configuration
VCOM Configuration.zip.

- Place the exported .zip file containing your VCOM custom device configuration in the DUT folder in your Battery Test Package file hierarchy which contains the DUT XML configuration file the VCOM custom device corresponds to.
-
Use the DUT XML editor to add BMS channels in your VCOM Custom Device to your
.dut xml configuration file.
- Open TestStand.
- Select .
- Select the Ports tab.
- Click Add Port to add a port and selected channels from your VCOM configuration.
- To publish specific port endpoints as SystemLink tags, add a SystemLink DUT configuration file to your DUT package. In the DUT XML configuration file, include the SystemLink.ConfigurationPath attribute with the SystemLink DUT configuration file name (for example, SystemLink.ConfigurationPath="SystemLink Dut.xml"). Refer to SystemLink DUT Configuration File XML Conventions for information on creating the SystemLink DUT configuration file.
相关内容
- Structure and Naming of Battery Test Package Folders
Battery test packages must be constructed and named according to a specific file hierarchy so that the Battery Test System can utilize them correctly once they have been loaded into long-term storage by the Battery Test Package Loader.
- Define the Test Station
- The Configuration Tool
- Using RBSConfig
- SystemLink DUT Configuration File XML Conventions
The SystemLink DUT configuration XML file monitors live data from a select set of DUT port endpoints. With this configuration file, you can publish all the endpoints for all ports on a DUT, all the endpoints for a specific port, or specific endpoints from different ports. The file name for the SystemLink configuration file must match what you define as the SystemLink.ConfigurationPath in the DUT XML configuration file.
- Vehicle Communication Toolkit User Manual