03-16-2006 07:51 AM
03-17-2006 02:20 PM
Hi bisbus,
To get dlls to work with RTX and LabVIEW the following must be true:
1. Your dlls must be of type .rtdll.
2. Your dlls must not depend on other files, like other dlls.
3. You must register your .rtdlls with RTX by using the following command in a command window: rtssrun /dll <path to my dll>.rtdll
4. In the Call Library Node, you must specify the name of the dll as "mydll.*" and not "mydll.rtdll". Also, once the dll is registered in step 3, you don't need to include the full path to the rtdll. Just type in the name of the dll "mydll.*"
Please check out the following discussion forum for a little more information on using dlls with RTX.
Labview (RTX) Real Time DLL Question
http://forums.ni.com/ni/board/message?board.id=170&message.id=158881&requireLogin=False
Hope this helps.
Regards,
S. Bassett