Hi,
I will explain the architecture of the software.
In ATE (Automatic test euipment), we have ATE host PC, which has windows 2000 operating system and LabVIEW 7.1 programming language is installed. Again ATE we have PXI chassis which has LabVIEW 7.0 RT controller.
Now form ATE host to talk to ATE hardware, we followed the below procedure:-
We created a Libs using LAbVIEW 7.0 programming language in ATE host PC for each Hardware module and pasted the same libs in LabVIEW 7.0 RT controller. I have placed a sample of lib file with this message.
In ATE host PC, I created a LabVIEW 7.1 DLL which has set of wrapper function which access the Libs present in RT controller using VI server concept.
Inside the DLL, first I open the reference to RT controller using Open application reference using IP address of RT controller, then I am opening VI reference for the libs present in RT controller, I get an array output of reference. I used this reference in DLL to access hardware modules using VI server concept.
Please tell me is there any other way to build my software to speedup the execution.
Thanks,
Poornima