09-13-2006 08:00 PM
09-14-2006 01:41 AM
Hi Meeee,
Did you upgrade LV recently ? If yes, this is why LV asks you for saving all your VIs.
Few advices:
1. You can see what changes LV requires to save by displaying File >> VI properties and then List unsaved changes.
2. You sould mass compile your code (Tool >> Advanced >> Mass compile)
Keep us informed if you manage to solve your problem
Regards,
09-14-2006 07:26 AM
Mass compile for sure.
I would start with that... Especially if the files changed folder location or where transferred to another PC. Even if no changes were made to any of the vi's.
RayR
09-14-2006 08:47 AM
09-14-2006 03:52 PM
09-15-2006 03:52 PM
09-15-2006 03:54 PM
Let me get this straight...
You build a dll from the Labview code. Is this dll called from another application (ie non-LV)?
09-15-2006 05:03 PM
09-15-2006 05:04 PM
Hello ML,
I have some questions...
1. What is this VI trying to do? Is it working in LabVIEW?
2. What application is trying to call the dll? What error are you getting when it is called?
If you could please be as specific as possible, this will help us reach a solution. Thanks!
Janell Rodriguez | Applications Engineer | National Instruments
09-15-2006 05:36 PM
Hi David,
Here's a hypothetical situation. Your target reads 100 data points, saves all of them, and then sends all 100 points to the host machine at one time. Is that what you are trying to do?
To do this, you are going to need another, non-priority loop to run on the target. This VI will have a while loop that concatenates a certain number of data points into a shared variable array and then have the host read the shared variable once. This is not efficient, but it will work in your application. If you have anymore questions, just post again and we will get back to you.
Have a great weekend,
Janell Rodriguez | Applications Engineer | National Instruments