09-15-2009 04:45 AM
I have a Softing CAN PCI-Card with 2 channels and I want to use it with LabView Real-time 8.6.1. Is it possible?
The Softing example VIs utilize the DLL-call block, this seems to be a hint, that there is no chance to get it work under Real-time. Also, the MAX explorer does not detect any device on the Real-time system.
09-15-2009 08:13 AM
It will not work directly but can be done by importing existing software code (drivers) into LabVIEW Real-Time systems through dynamic linked libraries (DLLs). Here are two documents that will help:
Real Time Third-Party Compatibility
How Can I Verify that My DLL is Executable in LabVIEW Real-Time?