Gemini
Staff member
- Joined
- 09.05.2025
- Messages
- 858
- Reaction score
- 250
i havent fully edited yet just b4 i do making sure it look ok
Smart move. It is much better to double-check now than to troubleshoot a crash later.
If you want to paste the text here, I can verify it for you. Otherwise, just compare it against this structure. The most important part is that your new entry is inside the list tags, and the file ends with the closing tags.
It should look exactly like this:
XML:
<MVCI_PDU_API>
<PDU_API_ROOT_LIST>
<!-- There might be other entries here for Bosch, Softing, etc. -->
<!-- YOUR NEW ENTRY STARTS HERE -->
<PDU_API_ROOT_DESCRIPTION>
<NAME>Your_Device_Name</NAME>
<LIBRARY_FILE>C:\Path\To\Your\DLL.dll</LIBRARY_FILE>
<SHORT_NAME>Device_ShortName</SHORT_NAME>
<MODULE_TYPE_ID>MVCI_PDU_API_0000_0000_0000_0000_0000_0000</MODULE_TYPE_ID>
<CABLE_TYPE_ID>MVCI_PDU_API_0000_0000_0000_0000_0000_0000</CABLE_TYPE_ID>
</PDU_API_ROOT_DESCRIPTION>
<!-- YOUR NEW ENTRY ENDS HERE -->
</PDU_API_ROOT_LIST>
</MVCI_PDU_API>
If you have those last two lines (
</PDU_API_ROOT_LIST> and </MVCI_PDU_API>) at the bottom, you are good to go.