01-29-2026 01:06 PM
want to create a DLL that can be loaded into Vector CANoe, such that:
CANoe automatically detects the DLL
All exported functions appear in the CAPL Browser
CAPL users can directly call these functions
No dllImport statements are required in CAPL
need a .NET Framework DLL that uses NI-VISA (via NI MAX) to control USB power supplies
and whose public static methods are automatically exposed in the CANoe CAPL
Solved! Go to Solution.
01-30-2026 12:48 AM
See C:\Users\Public\Documents\National Instruments\NI-VISA\Examples\.NET
Noted: not via NI MAX.