07-10-2024 08:21 PM
We need to add a CAN signal with enum values in VeriStand System Definition file programmatically. We can add the signal just file using .NET api but can't find a way to add the enum value table. When we add the CAN signal using System Explorer, it adds those enum value table just fine so it tells me it should be also possible via .NET api. Any suggestion?
Solved! Go to Solution.
07-11-2024 08:43 PM
You can use or refer to NI VeriStand Advanced SysDef API\SysDef API\SysDef.Table.Set.vi
You can install the library from ni/niveristand-custom-device-development-tools: LabVIEW VIs providing common functionality used by m... or NIVeriStandAdd-Ons/VeriStand-Addon-System-Definition-Utilities
07-12-2024 12:24 AM
Great! Thanks for pointing that.