04-04-2006 09:40 AM
06-28-2006 03:02 AM
Hi Miranda,
Problem 1.
What is type of bus you are using to transfer the data, and what is the speed of this bus? These factors mainly determine the time it takes to move the data.
Problem 2&3:
This is probably because the DLL is not thread safe. It is not possible to cal the DLL from different threads. Even if you have them in the same execution system 'data acquisition' the VI can still run in different threads in side the 'data acquisition' execution system. To resolve this you can force the DLL to be called from the UI thread by setting this in the Call Library Node configuration.
Problem 4:
Do you mean that you would like to see the Front Panel of the 'HpbHsslDomoTransfer.vi'? To show the Front Panel of the VI when it is called inside the DLL you will need to set the Show Front Panel When Called property (Right-click on the VI icon in the upper right of the window and go to VI Properties» Window Appearance»Customize)
Hope this helps
Regards
Karsten