LabView 2014 Crash Fix

All about Sub-20 Multi Interface USB Adapter USB to I2C, SPI, GPIO, RS232, RS485, Ir, LCD

Moderator: serg

Post Reply
xol
Site Admin
Posts: 241
Joined: Sat Aug 29, 2009 8:04 am

LabView 2014 Crash Fix

Post by xol »

We have seen a LabVIEW 2014 crash if the DLL doesn’t link properly. This is how to fix it:
  • Start with the example called “SUB-20 get SUB-20 data.vi” simply because it’s a stand-alone example that does not require any hardware and works for all variations of SUB-20.
  • Click through to Initialise.vi > Get ref to SUB20.vi
  • Double-click on the .NET constructor and browse to sub20dnc_v4(1.4.25.0). Hit OK and save.
  • Right-click on the “ref to SUB20” indicator and open the type def. Right click on the control and Select .NET Class
  • Browse to sub20dnc_v4(1.4.25.0) and select the “Sub20” object. Hit OK and save.
  • Try running the top level VI.

Post Reply